A network engineer is configuring switch interface `GigabitEthernet1/0/12` on `SW-DIST-05` to connect a multi-SSID wireless access point. Management traffic from the access point must travel untagged on VLAN 15, while client traffic is tagged on VLAN 45 (Corporate) and VLAN 85 (Guest).
Initially, the interface was configured as follows:
text switchport mode trunk switchport trunk native vlan 15 switchport trunk allowed vlan 15,45,85
During a maintenance window, a junior technician updates the interface configuration by executing:
text switchport trunk allowed vlan 45,85
Which of the following describes the immediate operational outcome of this configuration change?
- Untagged management traffic on VLAN 15 will be dropped at the switchport because VLAN 15 is missing from the allowed VLAN list.Cevap
- BUntagged management traffic on VLAN 15 will be automatically re-tagged and forwarded as VLAN 45 upon entering the switch interface.
- CTagged client traffic on VLAN 45 and VLAN 85 will be blocked because the native VLAN must be present in the allowed VLAN list for trunking to operate.
- DDevices on VLAN 45 and VLAN 85 will begin communicating directly across the trunk without requiring Layer 3 routing.
Cevap
Untagged management traffic on VLAN 15 will be dropped at the switchport because VLAN 15 is missing from the allowed VLAN list.
On an 802.1Q trunk, the interface filters both tagged and untagged traffic using the allowed VLAN list. When the native VLAN (VLAN 15) is removed from the allowed VLAN list, untagged management frames arriving from the wireless access point are dropped by the switch interface because VLAN 15 is no longer permitted on the link.
Adım Adım Çözüm
Anahtar Kavram
802.1Q Trunk Allowed VLAN Pruning and Native VLAN Processing