A network technician is troubleshooting connectivity issues following a switch maintenance window. Workstations assigned to VLAN 45 on an edge switch can no longer communicate with the default gateway hosted on the core switch, whereas hosts on VLAN 10 attached to the same edge switch maintain uninterrupted access. The trunk link between the switches is configured using 802.1Q. Output from `show interfaces trunk` on the core switch shows the allowed VLAN list on interface GigabitEthernet0/1 is set to `10,20,30`. Which of the following configuration changes on the core switch will resolve the connectivity issue for VLAN 45?
- Add VLAN 45 to the allowed VLAN list on interface GigabitEthernet0/1.Answer
- BReconfigure the native VLAN on interface GigabitEthernet0/1 to VLAN 45.
- CConfigure an inter-VLAN routing interface directly on the access switch for VLAN 45.
- DSet the Spanning Tree Protocol priority for VLAN 45 on the access switch to 0.
Answer
Add VLAN 45 to the allowed VLAN list on interface GigabitEthernet0/1.
On 802.1Q trunk links, the allowed VLAN list specifies which VLAN tags the switch interface will accept and forward. Since `show interfaces trunk` shows the allowed list restricted to VLANs 10, 20, and 30, traffic tagged for VLAN 45 is dropped at the switch port. Adding VLAN 45 to the allowed VLAN list on interface GigabitEthernet0/1 permits frames tagged for VLAN 45 to traverse the trunk link to reach the default gateway.
Step-by-Step Solution
Key Concept
VLAN Trunking Allowed List Configuration and Pruning
Estimated Time:1m 30s