VLAN Trunk(Dell 6248&SMC 8748M)

我已经设法让我的VLAN在两台交换机上工作:

  • 来自Dell交换机端口#20(VLAN#2)的#1计算机可以从SMC交换机端口#21(VLAN#2)

我需要做的是:

  • Dell交换机端口#10(默认VLAN#1)上的便携式计算机已经可以ping通Dell交换机的IP 192.168.0.160(Web界面)。 但不能Ping SMC的IP 192.168.0.161(网页界面)。

我到目前为止:

戴尔中继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。