Cisco设置trunk
作者:互联网
1.(config)#int f0/0 //进入相应接口,如果是多个接口可以使用命令 int range f0/ 0 - n
2.(config-if)#switchport trunk encapsulation {dot1q|isl }//封装dot1q或者isl(isl为思科私有,dot1q是802.1q,通用)
3.(config-if)#switchport mode trunk //配置端口为trunk类型
4.(config-if)#switchport trunk allowed vlan all //trunk允许所有vlan的流量通过 switchport trunk allowed vlan 10, 20 //指定Vlan通过
查看所有trunk端口
show interface trunk
查看指定trunk端口
show interface */* switchport
标签:Cisco,dot1q,switchport,vlan,isl,设置,trunk,config 来源: https://www.cnblogs.com/helloql/p/14352832.html