我已经设法让我的VLAN在两台交换机上工作:
我需要做的是:
我到目前为止:
戴尔中继configuration:
interface ethernet 1/g1 channel-group 1 mode on switchport mode trunk switchport trunk allowed vlan add 1-3 exit ! interface ethernet 1/g2 channel-group 1 mode on switchport mode trunk switchport trunk allowed vlan add 1-3 exit interface port-channel 1 gvrp enable hashing-mode 1 switchport mode trunk switchport trunk allowed vlan add 2-3 exit
我错过了什么吗?
谢谢。
如果你没有
switchport trunk允许vlan添加1-3
?
哦,最好不要使用默认的vlan,如果你能避免它,保存意外的事情结束了连接到他们不应该的networking。