JDP 發表於 2012-3-16 16:45:58

DELL vs Cisco Switch VLAN Problem

DELL只支援GVRP,而Cisco只支援VTP,互相無法交換VLAN資訊,不過雖然如此,但是還是可以強制他們互相連結的。

Cisco
3750(config)# interface GigabitEthernet 1/0/1
3750(config-if)# switchport mode trunk
3750(config-if)# switchport trunk allowed vlan all
3750(config-if)# switchport trunk encapsulation dot1q
3750(config-if)# exit

DELLconsole# configure
console(config)# vlan database
console(config-vlan)# vlan 10,120,133
console(config-vlan)# exit
console(config)# int ethernet g23
console(config-if)# switchport mode trunk
console(config-if)# switchport trunk allowed vlan add all

Reference:
http://uminac.com/2009/04/26/vlan-trunking-cisco-vsdell/
http://en.community.dell.com/support-forums/network-switches/f/866/p/19251834/19414164.aspx




頁: [1]
查看完整版本: DELL vs Cisco Switch VLAN Problem