A network engineer is troubleshooting trunk connectivity between two switches and executes the following command on Switch-A:
Switch-A# show interfaces gigabitEthernet 1/0/2 trunk
Port Mode Encapsulation Status Native vlan
Gi1/0/2 auto n-802.1q trunking 99
Port VLANs allowed on trunk
Gi1/0/2 1-1005
Port VLANs allowed and active in management domain
Gi1/0/2 1,10,20,99
Port VLANs in spanning tree forwarding state and not pruned
Gi1/0/2 1,10,20
CDP emits periodic syslog messages warning of a native VLAN mismatch with the remote neighbor switch. Which statement accurately explains why VLAN 99 is absent from the spanning tree forwarding list and how untagged frames sent from Switch-A across this link are handled?
- Spanning Tree Protocol placed VLAN 99 into a PVID-inconsistency blocked state because the remote switch uses a different native VLAN, while Switch-A transmits VLAN 99 frames across the trunk without an 802.1Q tag.Cevap
- BVLAN 99 is omitted from the forwarding list because it has not been created in the local switch VLAN database, causing untagged traffic to be dropped at the ingress interface.
- CEnabling PortFast on the trunk interface caused Spanning Tree Protocol to drop all tagged frame headers for VLAN 99 to prevent transient bridging loops.
- DDynamic Trunking Protocol (DTP) negotiated the port into auto mode, which automatically prunes the native VLAN when CDP detects mismatched neighbor TLV parameters.