Trunk Port(Tag Port)
1-1 What's Trunk port?

1-2 Changing Native Vlan
1-3 Allow Specific Vlan
1-4 How to see trunk port
Last updated

Last updated
sw1(config)# int fa0/1
sw1(config-if)# switchport mode trunksw2(config)# int fa0/1
sw2(config-vlan)# switchport mode trunksw1(config)# int fa0/1
sw1(config-if)# switchport trunk native vlan 20sw1(config)# int fa0/1
sw1(config-if)# switchport allowed vlan 10,20,30sw1(config-if)# switchport allowed vlan 10,20,30
sw1(config-if)# switchport allowed vlan add/all/except/none 10,20,30switch# show interface trunk
or
switch# show interface fa0/1 switchport