带有组合NIC端口的交换机之间的VLAN

我在两台交换机(交换机A是Cisco 3750G,交换机是HP Procurve 2824)上configuration一个VLAN时出现问题,其中Win2k8 R2服务器设置了组合的NIC端口,Gb1在交换机A着陆,Gb2在交换机B着陆。

在交换机A上configurationVLAN 101,如下所示:

! interface Vlan101 ip address 10.0.101.100 255.255.255.0 no ip redirects no ip unreachables no ip proxy-arp load-interval 30 

和开关B一样:

 vlan 101 name "VLAN101" ip address 10.0.101.99 255.255.255.0 tagged 1,3,5,7,21 exit 

这是在2台交换机上build立相同VLAN的正确方法吗?

然后我configuration了一个连接两个交换机的中继端口:

 ! interface GigabitEthernet1/0/21 description "sw1-sw2" switchport trunk encapsulation dot1q switchport trunk allowed vlan 2,100-103 switchport mode trunk switchport nonegotiate spanning-tree bpdufilter enable spanning-tree bpduguard enable 

在交换机BI上,认为中继线configuration简单,像上面所做的那样,把中继端口configuration成VLANconfiguration。

现在,一台服务器的Gb1 NIC端口连接到交换机A,而Gb2 NIC端口连接到交换机B.我正在使用BACS3pipe理器来configuration这两个端口的SLB组合。

路由器连接到我设置为服务器上的网关地址的交换机A(IP:10.0.101.252)。

从交换机AI可以ping 10.0.101.99(交换机B VLAN 101地址)。 从交换机BI可以ping 10.0.101.100和10.0.101.252就好了。

只要Gb1启动,我就可以从服务器ping所有地址。 但是,当我closuresGb1时,Gb2不接pipe。 即使我把网关地址设置为10.0.101.99,我也无法ping通。

对于我在这里可能做的错误,我有点无知,所以任何帮助都非常感谢。

谢谢!

好的,我想我只是想出来了。 在HP交换机上,连接到服务器NIC的端口需要不带标签而不带标签。 现在,NIC端口之间的故障切换function很好