An administrator executes the command `show interfaces trunk` on a Cisco Catalyst switch and notices that VLAN 50 is included in the "VLANs allowed on trunk" section, but it does not appear in the "VLANs allowed and active in management domain" section. Which condition accounts for this operational state?
- VLAN 50 has not been created in the switch's local VLAN database.Answer
- BA native VLAN mismatch on the trunk link prevents VLAN 50 from being activated.
- CSpanning Tree PortFast is enabled on the interface, which automatically prunes VLAN 50.
- DCDP and LLDP negotiation failed to synchronize the active VLAN list across the link.
Answer
VLAN 50 has not been created in the switch's local VLAN database.
For a VLAN to appear under 'VLANs allowed and active in management domain' in the `show interfaces trunk` output, it must be permitted by the trunk allowed list AND exist locally in the switch's VLAN database. If the VLAN has not been created using the `vlan 50` global configuration command, it remains inactive on the switch and will not appear in the active management domain output.
Step-by-Step Solution
Key Concept
802.1Q Trunk Verification and Local VLAN Database Dependencies
Estimated Time:1m 15s