在CISCO交换机中,给TRUNK口添加VLAN的命令是什么啊~谁能给详细的配置命令啊?

2024年11月22日 14:27
有2个网友回答
网友(1):

TRUNK口就算设置在哪个vlan里面都是独立的啊。没有说trunk设置在哪里vlan里面的说法。为什么呢?你看下面的命令就知道了
sw(config)#interface
f0/3
sw(config-if)#switchport
access
vlan
2
不知道你的意思是不是把不同交换机的vlan连接起来?
sw(config-if)#switchport
mode
trunk

网友(2):

楼上的那位,连协议都没配。cisco交换怎么会让你配置trunk,一看就是copy来的。
config)#int
f1/1
config-if)#switchport
trunk
encapsulation
dot1q/isl
config-if)#switchport
mode
trunk
config-if)#switchport
trunk
allowed
vlan
all