Netexpert FAQ 网络分析专家学习建议入口 @netexpert成员申请指南
网络分析时代 netexpert积分规则的说明 Netis招贤纳士(2008年11月22日更新)
发新话题
打印

思科交换机问题

思科交换机问题

现象:3550的接光纤的那个模块指示灯红绿交替闪烁。
是个二层交换机,上一级接到主交换光口上。
发现主交换异常:多的配置:set udld enable 1/1
                                                    ......
                                                    set udld enable 2/8,2/11,2/14
本帖最近评分记录
  • Vader 威望 +5 有一定质量的原创提问 2008-6-11 02:47

TOP

有知道怎么回事的,谢谢了!

TOP

光纤GBIC模块交替闪烁绿色-琥珀色(不是红色,3550没有红色灯),表示链路故障,造成原因有可能是错误帧过多、链路单向故障等。
而你多配置的set udld enable 1/1正好是用来配置检测单向链路的,并将通过ErrDisabled状态将配置不正确的端口给shutdown掉。这是因为交换机光纤端口即便是存在光纤单向问题时,端口也不一定会down掉,导致交换机仍然使用该问题端口转发数据。
所以当udld检测到单向链路时,模块就交替闪烁绿色-琥珀色。
本帖最近评分记录
  • Vader 威望 +10 积极回复帮助其他会员 2008-6-11 02:46

TOP

如何解决呢?
把set udld enable 1/1去掉吗
高手请指教!

TOP

这是show logg
附件: 您所在的用户组无法下载或查看附件

TOP

引用:
原帖由 zzg_16 于 2008-6-11 10:55 发表
这是show logg17292
从log看,是因为这端switch的g0/1归属于vlan1,但对端相连的设备光口应该被设成802.1q trunk了,所以导致不断地block/unblock。请检查两台交换机的端口配置是否一致吧。

TOP

给你找到个cisco的官方解析,意思大概和我上面的一致,供参考:

Error Message   SPANTREE-7-RECV_1Q_NON_TRUNK: Received 802.1Q BPDU on non trunk [char] [char].

Explanation   An SSTP BPDU was received on the listed interface, which is not an operational trunking interface. The interface ID is chars.

Recommended Action   Verify that the configuration and operational state of the listed interface and that of the interface to which it is connected are in the same mode (access or trunk). If the mode is trunk, verify that both interfaces have the same encapsulation type (none, ISL, or 802.1Q). Once these parameters are consistent, spanning tree automatically unblocks the interface as appropriate.
本帖最近评分记录
  • Vader 威望 +10 精彩回复帮助其他会员 2008-6-12 19:18

TOP

发新话题
版块跳转