已阅读5页,还剩2页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
CISCO 端口出现err-disabled 现象解决案例两则1# 发表于 2010-5-4 13:29 | 只看该作者 | 倒序看帖 | 打印 关于接口处于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 ? timer-interval(sec) 可以调整在3086400秒,缺省是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-disabledPort Name Status ReasonFa0/22 err-disabled link-flapFa0/37 For office in 100K err-disabled link-flapFa0/41 unknow err-disabled link-flapFa0/42 Training Dc066 err-disabled link-flapFa0/45 Production line VM err-disabled link-flapswitch#show errdisable detectErrDisable Reason Detection status- -pagp-flap Enableddtp-flap Enabledlink-flap Enabledl2ptguard Enabledgbic-invalid Enabledloopback Enabledswitch#show interfaces status err-disabledPort Name Status ReasonFa0/22 err-disabled link-flapFa0/37 For office in 100K err-disabled link-flapFa0/41 unknow err-disabled link-flapFa0/42 Training Dc066 err-disabled link-flapFa0/45 Production line VM err-disabled link-flapswitch#sh errdisable flap-valuesErrDisable Reason Flaps Time (sec)- - -pagp-flap 3 30 dtp-flap 3 30 link-flap 5 10 ( link-flap 这就是因为链路质量不好导致的)关闭errdisable detectswitch#no errdisable detect cause all有一台Catalyst-3560G-24TS连着光纤线,旁边的端口(Gi0/28)插了一个光纤模块备用,过了一段时间发现备用端口提示port is error disabled,指示灯显示为橙色。可能是没有插紧,重新插拔,然后尝试激活端口。显示端口状态sw1show interfaces statusPort Name Status Vlan Duplex Speed Type Gi0/1 connected 1 a-fulla-100 10/100/1000BaseTXGi0/2 notconnect 1 auto auto 10/100/1000BaseTXGi0/3 connected 1 a-full a-1000 10/100/1000BaseTX.Gi0/28 err-disabled 1 auto auto 1000BaseSX SFP查看触发err-disable的原因sw1show interfaces status err-disabled Port NameStatus Reason Gi0/28 err-disabledgbic-invalid默认状态下,端口被置为err-disable后,IOS不会自动恢复端口。 查看各种状态下IOS是否会自动恢复err-disable接口sw1show errdisable recoveryErrDisable Reason Timer Status- -udld Disabledbpduguard Disabledsecurity-violatio Disabledchannel-misconfig Disabledvmps Disabledpagp-flap Disableddtp-flap Disabledlink-flap Disabledl2ptguard Disabledpsecure-violation Disabledgbic-invalid Disableddhcp-rate-limit Disabledunicast-flood Disabledstorm-control Disabledarp-inspection Disabledloopback Disa
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2026年云南电力技术有限责任公司社会招聘第三次(4人)考试参考题库及答案详解
- 2026杭州大禹路幼儿园教师招聘1人笔试备考题库及答案详解
- 2026湖南华升股份有限公司中层正职管理人员(政企合作方向)市场化招聘1人笔试备考题库及答案详解
- 2026年中国长江三峡集团有限公司人员招聘笔试备考试题及答案详解
- 2026年同济医院部分培训选留制医师、科研和技术岗位招聘23人笔试参考题库及答案详解
- 2026年高压电工证复审理论考试复习练习题(附答案解析)
- 施工方案编制的流程图解
- 供水管道施工质量方案
- 钢箱梁加工安装施工合同9篇
- 2026学年河北省三河市二年级语文期末自测高频题详细参考解析详细答案和解析
- 2026年红星照耀中国测试题目及答案
- 2026风光储一体化电站运营模式与电网接入技术报告
- 2026年智慧税务试题及答案
- JJG 1189.2-2026测量用互感器检定规程第2部分:标准电压互感器
- 农业科技化种植与智能化管理解决方案
- 2026年农村改革发展岗遴选试题及答案
- 薪酬管理 第7版 数字教材版 课件全套 刘昕 第1-10章 薪酬与薪酬管理概述 - 薪酬预算、控制与沟通
- (2025年)新疆图木舒克市辅警(协警)招聘考试题库及答案
- 民航飞行安全课件
- 可持续发展与生态文明- 课件 第4-7章 生态文明与文化建设-生态文明的未来
- 2025年注册营养师资格考试试题及答案
评论
0/150
提交评论