Trunking Flashcards
Which trunking protocol(s) support native vlans
802.1q does, ISL does not.
What is the size of the tag when a frame is tagged by 802.1q trunking?
4 bytes
What happens when a frame is crosses a trunk port on the native vlan
It is sent untagged.
What is ISL
Inter-switch protocol is a cisco proprietary standard of trunking. it is important to note that many newer cisco devices no longer support ISL.
What is the difference between trunk mode active and mode desirable
With auto the other side must initiate the trunking. This is effectively passive. With desirable this is active trunking and the trunk will be established if the other side has not been set to access or nonegotiate
Are frames encapsulated when they cross a trunk port?
Only with ISL. 802.1q does not encapsulate.
What must be done before configuring a port as a trunk port
Trunk encapsulation must be configured with this command #switchport trunk encapsulation {dot1q | isl | negotate}
What command is used to change the native vlan of a trunk
switchport trunk native vlan [vlan id]