An administrator on Switch-A attempts to add VLAN 40 to an operational IEEE 802.1Q trunk interface currently forwarding traffic for VLANs 10, 20, and 30. The administrator executes the command `switchport trunk allowed vlan 40` in interface configuration mode. Immediately after, users in VLANs 10, 20, and 30 lose connectivity across the trunk link. Which command should the administrator have executed to add VLAN 40 without disrupting existing VLAN traffic?
- switchport trunk allowed vlan add 40Cevap
- Bswitchport trunk allowed vlan append 40
- Cswitchport trunk allowed vlan include 40
- Dswitchport trunk allowed vlan modify 40
Cevap
The administrator should use the command 'switchport trunk allowed vlan add 40'.
In Cisco IOS, executing `switchport trunk allowed vlan <ids>` overwrites the existing list of allowed VLANs on a trunk interface. To preserve existing allowed VLANs while adding a new VLAN, the `add` keyword must be explicitly included.
Adım Adım Çözüm
Anahtar Kavram
802.1Q Trunk Allowed VLAN Modification
Tahmini Süre:1m 0s