惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
小众软件
小众软件
美团技术团队
Martin Fowler
Martin Fowler
爱范儿
爱范儿
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
J
Java Code Geeks
B
Blog
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
博客园 - Franky

博客园 - Pierce

[转]喜欢喝白酒的朋友进来! Picasaweb Semper Fi - Pierce - 博客园 美国入籍宣誓誓词 Ncis 郎咸平:油价涨涮中国 油价跌涮俄罗斯 the day the earth stood still(地球停转之日) 同机器人聊天 - Pierce - 博客园 转:眼镜业内幕 上海版次贷危机:产权瑕疵房对银行伤害更大 网通果然在做些用途有限的东西 第一次考试得60分 网通公司疑似强加广告 印花税单边收取了,却不足以改变趋势 近期关于巴菲特的传言2 近期关于巴菲特的传言 买了ThinkPad X61 Nokia 6300 拍的照片 通过了期货法律考试
cisco交换机遇到err-disabled错误
Pierce · 2008-11-10 · via 博客园 - Pierce

一台Dell机,网卡为1000M网卡,接上Cisco交换机,遇到err-disabled错误,原因是link-flap,即短时间内网卡up,down过于频繁。换了一个交换机接口,没有再出现这个错误。原因不明。

一点关于link-flap的说明:

Link-flap error

Link flap means that the interface continually goes up and down. The interface is put into the errdisabled state if it flaps more than five times in 10 seconds. The common cause of link flap is a Layer 1 issue such as a bad cable, duplex mismatch, or bad Gigabit Interface Converter (GBIC) card. Look at the console messages or the messages that were sent to the syslog server that state the reason for the port shutdown.

%PM-4-ERR_DISABLE: link-flap error detected on Gi4/1, putting Gi4/
1 in err-disable state

Issue this command in order to view the flap values:

cat6knative#show errdisable flap-values

!--- Refer to show errdisable flap-values for more information on the command.

ErrDisable Reason    Flaps    Time (sec)
-----------------    ------   ----------
pagp-flap              3       30
dtp-flap               3       30
link-flap              5       10

http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a00806cd87b.shtml