收到通知公司断网,公司核心交换机是两台cisco4507做了VSS,但是由于出口线只有一个跟所以没有正常切换,进入机房发现主交换机办卡都是亮红灯,经过重启,恢复正常。

但是楼层网络依然不通,进入弱电间,查看交换机端口不亮。

console进入交换机,发现error-disable


ZPBMC-F16-1#show etherchannel summary 
Flags:  D - down        P - bundled in port-channel
        I - stand-alone s - suspended
        H - Hot-standby (LACP only)
        R - Layer3      S - Layer2
        U - in use      f - failed to allocate aggregator

        M - not in use, minimum links not met
        u - unsuitable for bundling
        w - waiting to be aggregated
        d - default port


Number of channel-groups in use: 2
Number of aggregators:           2

Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
16     Po16(SU)         -        Gi1/0/25(P) Gi1/0/26(P) Gi1/0/27(D) 
                                 Gi1/0/28(D) 
24     Po24(SU)         -        Gi1/0/23(P) Gi1/0/24(D) 

ZPBMC-F16-1#config
ZPBMC-F16-1#configure 
Configuring from terminal, memory, or network [terminal]? 
Enter configuration commands, one per line.  End with CNTL/Z.

ZPBMC-F16-1(config)#interface port-channel 16
ZPBMC-F16-1(config-if)#shutdown---等交换机显示关闭状态后再执行下面的命令。

ZPBMC-F16-1(config-if)#no shutdown


先暂时恢复网络,晚上又把主备两台交换机调换位置,有问题的交换机转换为备用

  1. 把交换机配置互相配置

    发现依然不同,路由走不同

    经过检查,需要对交换机引擎做force-switchover

    另外出口端口的IP地址需要重新配置成原来主的交换机出口端的地址,并取消原来端口  IP,经过测试恢复正常。

    另外附error-disable的处理方式:

http://sfwang.blog.51cto.com/441426/1254137/