A network administrator needs to explicitly configure interface GigabitEthernet1/0/12 to function strictly as a non-trunking Layer 2 access port on a Cisco Catalyst switch. Which Cisco IOS command must be entered in interface configuration mode to achieve this?
- switchport mode accessAnswer
- Bswitchport mode trunk
- Cswitchport access enable
- Dswitchport non-trunk
Answer
The command 'switchport mode access' explicitly configures an interface to operate as a static Layer 2 access port.
The command 'switchport mode access' configures the switch interface to operate purely as an access port, ensuring it handles untagged traffic for a single VLAN and does not form a trunk link with attached devices.
Step-by-Step Solution
Key Concept
Access Port Interface Mode Configuration