A network administrator is connecting a wireless access point (AP) to switch port GigabitEthernet 1/0/5. The AP transmits management traffic untagged on VLAN 100, while wireless user traffic on the 'Guest' SSID is transmitted with an 802.1Q tag for VLAN 200. The switch port is currently operating with default 802.1Q trunk settings, where VLAN 1 is the default native VLAN. Which interface configuration command must be executed on Switch GigabitEthernet 1/0/5 so that untagged management frames are correctly processed on VLAN 100?
- switchport trunk native vlan 100Cevap
- Bswitchport trunk allowed vlan 100,200
- Cswitchport access vlan 100
- Dswitchport voice vlan 100
Cevap
The command 'switchport trunk native vlan 100' correctly designates VLAN 100 as the native VLAN on the 802.1Q trunk interface.
On an IEEE 802.1Q trunk link, untagged frames are associated with the port's native VLAN. By default, Cisco switches assign VLAN 1 as the native VLAN. Issuing the command 'switchport trunk native vlan 100' changes this mapping so that all untagged traffic (in this case, AP management traffic) is placed into VLAN 100 while maintaining 802.1Q tagging for VLAN 200.
Adım Adım Çözüm
Anahtar Kavram
802.1Q Native VLAN Configuration