cisco交换机的端口显示 err-disable错误的解决办法

这篇具有很好参考价值的文章主要介绍了cisco交换机的端口显示 err-disable错误的解决办法。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

  cisco交换机出现“err-disable”错误的问题该怎么解决?关于接口处于err-disable的故障该再怎么排查,下面本文将详细的讲解关于cisco交换机出现“err-disable”问题的解决办法,需要的朋友可以抱走。

  故障症状:

  线路不通,物理指示灯灭或者显示为橙色(不同平台指示灯状态不同)

  show interface 输出显示接口状态:

  FastEthernet0/47 is down, line protocol is down (err-disabled)

  接口状态是err-disable.

  sw1#show interfaces status

  Port Name Status Vlan Duplex Speed Type

  Fa0/47 err-disabled 1 auto auto 10/100BaseTX

  如果出现了接口状态为err-disable,show interfaces status err-disabled命令能查看触发err-disable的原因。

  下面示例原因为bpduguard,在连接了交换机的端口配置了spanning-tree bpduguard enable.

  sw1#show interfaces status err-disabled

  Port Name Status Reason

  Fa0/47 err-disabled bpduguard

  接口产生err-disable的原因可以由以下的命令来查看,系统缺省的配置是所有列出的原因都能导致接口被置为err-disable.

  sw1#show errdisable detect

  ErrDisable Reason Detection status

  udld Enabled

  bpduguard Enabled

  security-violatio Enabled

  channel-misconfig Enabled

  psecure-violation Enabled

  dhcp-rate-limit Enabled

  unicast-flood Enabled

  vmps Enabled

  pagp-flap Enabled

  dtp-flap Enabled

  link-flap Enabled

  l2ptguard Enabled

  gbic-invalid Enabled

  loopback Enabled

  dhcp-rate-limit Enabled

  unicast-flood Enabled

  从列表中,我们可以看出常见的原因有udld,bpduguard,link-flap以及loopback等。

  具体由什么原因导致当前接口err-disable可以由show interface status err-disable来查看。

  在接口模式下采用shutdown,no shutdown进行手动的激活。

  在缺省配置下,一旦接口被置为err-disable,IOS将不会试图恢复接口。

  这个可以由show errdisable recovery来查看,timer status下面所有的值都是disable.

  下面的示例中,由于手工配置了bpduguard恢复,所以timer status的值变为Enable.

  sw1#show errdisable recovery

  ErrDisable Reason Timer Status

  udld Disabled

  bpduguard Enabled

  security-violatio Disabled

  channel-misconfig Disabled

  vmps Disabled

  pagp-flap Disabled

  dtp-flap Disabled

  link-flap Disabled

  l2ptguard Disabled

  psecure-violation Disabled

  gbic-invalid Disabled

  dhcp-rate-limit Disabled

  unicast-flood Disabled

  loopback Disabled

  Timer interval: 300 seconds

  Interfaces that will be enabled at the next timeout:

  Interface Errdisable reason Time left(sec)

  Fa0/47 bpduguard 217

  配置IOS重新激活errdisable的接口,使用以下命令:

  sw1(config)#errdisable recovery cause bpduguard

  sw1(config)#errdisable recovery cause ?

  all Enable timer to recover from all causes

  bpduguard Enable timer to recover from BPDU Guard error disable state

  channel-misconfig Enable timer to recover from channel misconfig disable state

  dhcp-rate-limit Enable timer to recover from dhcp-rate-limit error disable state

  dtp-flap Enable timer to recover from dtp-flap error disable state

  gbic-invalid Enable timer to recover from invalid GBIC error disable state

  l2ptguard Enable timer to recover from l2protocol-tunnel error disable state

  link-flap Enable timer to recover from link-flap error disable state

  loopback Enable timer to recover from loopback detected disable state

  pagp-flap Enable timer to recover from pagp-flap error disable state

  psecure-violation Enable timer to recover from psecure violation disable state

  security-violation Enable timer to recover from 802.1x violation disable state

  udld Enable timer to recover from udld error disable state

  unicast-flood Enable timer to recover from unicast flood disable state

  vmps Enable timer to recover from vmps shutdown error disable

  配置完上述命令后,IOS在一段时间后试图恢复被置为err-disable的接口,这段时间缺省为300秒。

  但是,如果引起err-disable的源没有根治,在恢复工作后,接口会再次被置为err-disable.

  调整err-disable的超时时间,可以使用以下命令:

  sw1(config)#errdisable recovery interval ?

  <30-86400> timer-interval(sec)

  可以调整在30-86400秒,缺省是300秒。

  如果产生err-disable的原因是udld,下面有一条命令非常管用:

  sw1#udld reset

  No ports are disabled by UDLD.

  同时,接口在被置为err-disable的时候,通常有一系列的日志产生,如下:

  *Mar 15 15:47:19.984: %SPANTREE-2-BLOCK_BPDUGUARD: Received BPDU on port FastEthernet0/47 with BPDU Guard enabled. Disabling port.

  sw1#

  *Mar 15 15:47:19.984: %PM-4-ERR_DISABLE: bpduguard error detected on Fa0/47, putting Fa0/47 in err-disable state

  sw1#

  *Mar 15 15:47:21.996: %LINK-3-UPDOWN: Interface FastEthernet0/47, changed state to down

  收集这些日志也非常管用。

  所以建议配置一个syslog server,收集log信息。

  sw1#show interfaces status

  Port Name Status Vlan Du…

  开启errdisable功能,这样可以使用show errdisable来查看引发errdisable的原因是什么,再更加信息内容进行解决。

  你要是想不影响使用的话,先用

  no errdisable detect cause loopback

  执行一下,将已经死掉的端口,no sh 一下

  如果没问题,肯定是环路了,你可再找时间,对怀疑有问题的switch用拔插法,一个一个拔掉网线去查,当然,有更有效的方法,你可查看有问题的switch的所有rj45和gi口的状态,哪个有errdisable信息哪个就有问题。

  switch#show interfaces status err-disabled

  Port Name Status Reason

  Fa0/22 err-disabled link-flap

  Fa0/37 For office in 100K err-disabled link-flap

  Fa0/41 unknow err-disabled link-flap

  Fa0/42 Training Dc066 err-disabled link-flap

  Fa0/45 Production line VM err-disabled link-flap

  switch#show errdisable detect

  ErrDisable Reason Detection status

  pagp-flap Enabled

  dtp-flap Enabled

  link-flap Enabled

  l2ptguard Enabled

  gbic-invalid Enabled

  loopback Enabled

  switch#show interfaces status err-disabled

  Port Name Status Reason

  Fa0/22 err-disabled link-flap

  Fa0/37 For office in 100K err-disabled link-flap

  Fa0/41 unknow err-disabled link-flap

  Fa0/42 Training Dc066 err-disabled link-flap

  Fa0/45 Production line VM err-disabled link-flap

  switch#sh errdisable flap-values

  ErrDisable Reason Flaps Time (sec)

  pagp-flap 3 30

  dtp-flap 3 30

  link-flap 5 10 ( link-flap 这就是因为链路质量不好导致的)

  关闭errdisable detect

  switch#no errdisable detect cause all

  这样就解决了cisco交换机的端口显示“ err-disable”错误了,谢谢阅读,希望能帮到大家,请继续关注yii666,我们会努力分享更多优秀的文章。文章来源地址https://www.toymoban.com/news/detail-466616.html

到了这里,关于cisco交换机的端口显示 err-disable错误的解决办法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • Cisco交换机安全配置

    我们以下命令一般都要先进入Config模式 禁用未使用的端口 以关闭fa0/1到fa0/24的端口为例 缓解MAC地址表攻击 防止CAM表溢出的最简单有效的方法是启用端口安全,它限制了端口上所允许的有效MAC地址数量。 我们以fa0/1为例子 这里你可能会遇到报错,内容如下: 这是因为端口安

    2024年04月13日
    浏览(43)
  • Cisco Packet Tracer 三层交换机与两层交换机的配置

    使用两台双层交换机(2950)连接一台三层交换机(3560)并连接四台主机 1.拓扑网络如下: Pc0连接Sw0 fa0/1 Pc1连接Sw0 fa0/2 Pc2连接Sw1 fa0/1 Pc3连接Sw1 fa0/2 Sw0 fa0/24连接NSw fa0/1 Sw1 fa0/24连接NSw fa0/2 2.之后配置一下四台pc的ip地址以及掩码和网卡:            注意:ip地址尾号随意,但

    2023年04月09日
    浏览(35)
  • 思科Cisco交换机的基本命令

    1、用户模式 可以查看交换机的基本简单信息,且不能做任何修改配置! 2、特权模式 可以查看所有配置,且不能修改配置! 3、全局配置模式 默认不能查看配置!可以修改配置,且全局生效! 4、接口模式 默认不能查看配置!可以修改配置,且对该端口生效! 5、控制台模式

    2024年02月03日
    浏览(37)
  • cisco交换机配置vlan方法

    Cisco IOS中有两种方式创建vlan,在全局模式下使用vlan vlanid命令,如switch(config)#vlan 10; 在vlan database 下创建vlan ,如 switch(vlan)#vlan 20; 交换机配置: 复制代码 代码如下: Switchenable Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z Switch(config)#vlan 10 Switch(config-vlan)#nam

    2024年02月06日
    浏览(36)
  • Cisco交换机初始化过程跟踪

    公司有几台交换机需要初始化配置,这里帖出过程,给大家参考下。 此初始化过程只测试过Cisco 2960和3550系列交换机,方法可用。 感谢测试过程中对我提出帮助的。 一:知道交换机特权密码的情况下 如果你知道交换机的特权密码,那初始化就相当easy了.   二、不知道特权密

    2024年02月05日
    浏览(59)
  • 交换机路由器网关配置 Cisco思科

    以下是Cisco基本命令语句 0/0Router部分为主机名,默认路由器Router  ,交换机switch;部分为模式:不同模式具有不同的权限 以下为路由器的配置命令: Router  第一级模式:游客模式 Routerenable  进入授权 Router#     第二级别模式   查看所有 Router#configure terminal    配置终端 Ro

    2024年02月04日
    浏览(57)
  • Cisco Packet Tracer 实验——配置交换机

    您好,我的博客是不周阁 大三局域网实验,使用Cisco Packer Tracer模拟软件,本篇内容为路由器的配置 实验目的 辨识交换机、路由器;熟悉网络设备接口、配线架、连接器等。 掌握通过Console口连接交换机、路由器设备。 掌握微机Telnet到交换机、路由器的配置方法。 熟悉配置

    2024年02月09日
    浏览(57)
  • cisco 交换机设置及Vlan配置配置(2)

    一、实验目的 1.掌握局域网的划分; 2.掌握 Cisco Packet Tracer 网络设备模拟器的使用; 3.掌握 Cisco2950 交换机的基本命令。。 二、实验场景 实际拓扑图: 三、实验器材 1.计算机4台 2.组网用直通双绞线网线4根。 3.设备:Cisco2950 交换机一台。 四、实验内容 任务 1:构建拓扑图

    2024年02月04日
    浏览(46)
  • CISCO三层交换机怎么配置DHCP服务?

    利用CISCO三层交换机自带的DHCP功能,可以实现多VLAN的IP地址自动分配,在三层交换机上如何配置DHCP服务呢,下面由小编介绍下具体操作吧, 1、首先将三层交换机开机,电脑telnet 远程连接,并进入全局模式下,如图所示: 2、在全局模式下开启DHCP服务,输入“service dhcp”,然

    2024年02月08日
    浏览(37)
  • CISCO路由器、交换机密码恢复的详细步骤

    一、路由器密码恢复 按照以下步骤恢复路由器密码: 1.       关闭路由器的电源并在10秒后重新给路由器加电,在给路由器加电的同时(也可在路由器重启的60秒内)按住键盘上的Ctrl+Break几秒钟,待出现路由器提示符rommon 1 后,输入confreg 0x2142或为 o/r 0x2142命令修改配置寄存

    2024年02月05日
    浏览(41)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包