I have a sample question that seems odd. Someone fill me in.
Which statement is true?
Answer: This interface may negotiate as a dot1q trunk and operate with the native vlan 1.
int gigabitethernet 3/9
mtu 9216
no ip address
switchport
switchport access vlan 5
switchport trunk encap dot1q
end
Why would we want a port that is a member of a single VLAN have the ability to negotiate as a trunk port? IF it negotiates as a trunk, then that will totally negate the fact that it is a member of a single VLAN. ALso there is no switchport mode command here. So if the link peer is configured with "switchport mode dynamic desirable" will this interface trunk in despite of no mode command?