思科交换机配置问题vlan和trunk

2024年11月18日 05:48
有1个网友回答
网友(1):

个人之见,配置虽然能上去,但是要看实际运行结果。这配置导致的最终结果是,本接口实际运行模式是TRUNK,而非是ACCESS,因此即便配置了ACCESS的默认VLAN,在TRUNK模式下没太多意义。除非接口工作在TRUNK模式下,这个access vlan 100才有意义。 看看效果:
Name: Fa0/2
Switchport: Enabled
Administrative Mode: trunk
Operational Mode: trunk
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: dot1q
Negotiation of Trunking: On
Access Mode VLAN: 100 (VLAN0100)
Trunking Native Mode VLAN: 1 (default)
Voice VLAN: none

其中,Operational Mode: trunk 实际模式是TRUNK,而另外那条命令影响的是这个结果

Access Mode VLAN: 100 (VLAN0100),也就是影响的是ACCESS模式下的默认VLAN

如果是在华为设备,这个VLAN被称为default VLAN ,用于接口的PVID。