A network technician is troubleshooting an issue where a workstation connected to interface FastEthernet 0/5 is failing to reach resources in VLAN 50. VLAN 50 already exists in the VLAN database. The technician executes `show interfaces fastEthernet 0/5 switchport` and observes the following output:
Administrative Mode: dynamic auto
Operational Mode: static access
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: native
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Which command set must be entered on interface FastEthernet 0/5 to force the port statically into access mode and assign it to VLAN 50?
- switchport mode access
switchport access vlan 50Cevap - Bswitchport access vlan 50
- Cswitchport trunk native vlan 50
switchport mode trunk - Dvlan 50
switchport access vlan 50
Cevap
The correct sequence under interface configuration mode is 'switchport mode access' followed by 'switchport access vlan 50'.
To properly configure an access port on Cisco IOS, the interface must be explicitly configured with 'switchport mode access' to turn off DTP negotiation and 'switchport access vlan 50' to assign the port to the designated broadcast domain.
Adım Adım Çözüm
Anahtar Kavram
Static Access Port Configuration and Access VLAN Assignment