Difficulty: Easy
Correct Answer: By default, all VLANs are allowed on the trunk.
Explanation:
Introduction / Context:
When enabling an 802.1Q trunk on Cisco IOS switches, the default behavior determines which VLANs can traverse the link. Understanding the default allowed VLAN set helps avoid connectivity surprises and informs whether additional pruning or explicit switchport trunk allowed vlan commands are required.
Given Data / Assumptions:
Concept / Approach:
By default, Cisco switches allow all VLANs across a newly formed trunk. Administrators can later restrict this with allowed-vlan lists or enable VTP pruning to limit unnecessary VLAN traffic. This default simplifies initial connectivity but may carry unneeded broadcasts if left unrestricted.
Step-by-Step Solution:
Verification / Alternative check:
Use show interfaces trunk to see the allowed and active VLAN lists and confirm current behavior before and after changes.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
By default, all VLANs are allowed on the trunk.
Discussion & Comments