cisco想要分装dot1q,华为的话就打上trunk,放行vlan就可以了
Cisco命令:
SW(config)#int g 0/0
SW(config-if)#switchport trun encapsulation dot1q
SW(config-if)#switchport mode trunk
华为命令:
[Switch]int Ethernet 0/0
[Switch-Ethernet0/0]port link-type trunk 配置端口e0/0 trunk端口
[Switch-Ethernet0/0]port trunk permit vlan all 允许所有vlan通过
然后端口互联就可以了