An administrator is connecting a workstation to port FastEthernet 0/8 on a switch. Which interface configuration command must be executed to explicitly force the port into static access mode?
- switchport mode accessAnswer
- Bswitchport access vlan 8
- Cvlan 8
- Dswitchport mode dynamic desirable
Answer
The command 'switchport mode access' explicitly configures an interface to operate strictly as a Layer 2 access port.
The command 'switchport mode access' instructs Cisco IOS to statically set the interface operational mode to access (non-trunking). This disables dynamic trunking negotiation on that interface.
Step-by-Step Solution
Key Concept
Access Port Mode Configuration