我在我的networking中面临一个问题。
情况是这样的。
我有两个HP 2920-24G交换机(J9726A)。 它们相互连接,也都连接到HP V1910-24G交换机(JE006A)和3Com基线交换机2952-SFP Plus。
这些交换机之间的端口不处于中继模式。
当我把端口设置为主干模式时,我的networking中断了连接。 使用连接到HP V1910-24G交换机(JE006A)交换机的串行电缆,我可以看到我放在主干上的端口上下移动。 以下是日志错误:
Jul 31 17:49:20:338 2017 SW03 IFNET / 4 / INTERFACE UPDOWN:陷阱1.3.6.1.6.3.1.1.5.3:接口9437206处于closures状态,ifAdminStatus为1,ifOperStatus为2
Jul 31 17:49:20:520 2017 SW03 IFNET / 4 / LINK UPDOWN:GigabitEthernet1 / 0/23:链路状态为DOWN
Jul 31 17:49:22:819 2017 SW03 IFNET / 4 / INTERFACE UPDOWN:陷阱1.3.6.1.6.3.1.1.5.4:接口9437206已启动,ifAdminStatus为1,ifOperStatus为1
7月31日17:49:23:00 2017 SW03 MSTP / 1 / PFWD:hwPortMstiStateForwarding:>实例0的端口0.9437206已被设置为转发状态!
Jul 31 17:49:23:160 2017 SW03 IFNET / 4 / LINK UPDOWN:GigabitEthernet1 / 0/23:连接状态为UP
7月31日17:49:23:280 2017 SW03 MSTP / 2 / PFWD:实例0's> GigabitEthernet1 / 0/23已经设置为转发状态!
这也发生在其他交换机上。
我有8个vlan全部configuration在networking中的所有交换机上。 pipe理VLAN为1(默认)。
我现在没有trunk模式的端口,因为这个问题。
这是STP问题吗?
我在哪里,我应该寻找什么? 我怎么能解决这个问题?
这是我上面描述的场景的图像
这里是configuration:
SWSRV01 Running configuration: ; J9726A Configuration Editor; Created on release #WB.15.16.0006 ; Ver #06:0c.fc.f3.ff.35.0d:c2 hostname "SWSRV01" module 1 type j9726a console idle-timeout 600 password minimum-length 10 timesync sntp sntp unicast sntp server priority 1 10.10.1.12 no telnet-server time timezone -180 no web-management web-management ssl snmp-server community "public" operator snmp-server host 10.10.1.60 community "public" trap-level all snmp-server contact "9877" location "Rack" oobm ip address dhcp-bootp exit vlan 1 name "DEFAULT" untagged 1-24,A1-A2,B1-B2 ip address 10.10.1.100 255.255.254.0 exit vlan 100 name "100" no ip address exit vlan 110 name "110" no ip address exit vlan 120 name "120" no ip address exit vlan 130 name "130" no ip address exit vlan 140 name "140" no ip address exit vlan 150 name "150" no ip address exit vlan 160 name "160" no ip address exit vlan 170 name "170" no ip address exit spanning-tree spanning-tree mode rapid-pvst spanning-tree vlan 1 root primary spanning-tree root primary no tftp server no autorun no dhcp config-file-update no dhcp image-file-update password manager password operator --------------- SRV02 Running configuration: ; J9726A Configuration Editor; Created on release #WB.15.16.0006 ; Ver #06:0c.fc.f3.ff.35.0d:c2 hostname "SWSRV02" module 1 type j9726a timesync sntp sntp unicast sntp server priority 1 10.10.1.12 no telnet-server time timezone -180 no web-management web-management ssl ip default-gateway 10.10.1.252 snmp-server community "public" snmp-server host 10.10.1.60 community "public" trap-level all snmp-server contact "9877" location "Rack" oobm ip address dhcp-bootp exit vlan 1 name "DEFAULT" untagged 1-24,A1-A2,B1-B2 ip address 10.10.1.101 255.255.254.0 exit vlan 100 name "100" no ip address exit vlan 110 name "110" no ip address exit vlan 120 name "120" no ip address exit vlan 130 name "130" no ip address exit vlan 140 name "140" no ip address exit vlan 150 name "150" no ip address exit vlan 160 name "160" no ip address exit vlan 170 name "170" no ip address exit spanning-tree spanning-tree mode rapid-pvst spanning-tree priority 2 no tftp server no autorun no dhcp config-file-update no dhcp image-file-update password manager password operator
由于您有冗余链接,因此需要(R)STP。 您需要select一个根交换机并将其设置为较低的STP优先级(否则根交换机相当随机,并可能导致频繁的重新汇聚和震荡端口)。
使用冗余链路时,只有在两台交换机之间运行所有链路时,才能build立汇聚中继。 有两台以上交换机的中继线组需要分布式中继/ MLAG,这三种types都缺乏AFAIK。 VLAN中继线没有问题。
如果这不能回答你的问题,请发布configuration。