05-18-2003 08:32 PM - edited 03-02-2019 07:26 AM
I have just seen the following config on a customers 3550 and would like to know what the "switchport access vlan 110" command does as the links are supposed to be dot1q trunks!
interface GigabitEthernet0/3
switchport access vlan 110
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
snmp trap link-status
!
interface GigabitEthernet0/4
switchport access vlan 110
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
snmp trap link-status
!
interface GigabitEthernet0/5
switchport access vlan 110
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
snmp trap link-status
!
interface GigabitEthernet0/6
switchport access vlan 110
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
snmp trap link-status
Thanks.
05-18-2003 10:40 PM
It should change the native VLAN to 110. Default it's VLAN 1. This is the VLAN that will move all the VTP and dot1q tagged frames.
You have to make sure both ends are in the same VLAN for a trunk to come up.
05-18-2003 11:01 PM
Are the interfaces showing up as access ports assigned to VLAN 110 when you do a "show vlan" command?
Those command lines may be left from when the ports used to be static VLAN access ports. Or, the customer may have been trying to assign untagged traffic on each port to VLAN 110 (in which case the correct command is "switchport trunk native vlan 110").
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide