A network engineer is configuring interface GigabitEthernet1/0/12 on a Cisco Catalyst switch to connect an end-user workstation. The interface must be explicitly configured as a static, non-trunking Layer 2 port placed into VLAN 75. Which two Cisco IOS CLI commands must be executed within interface configuration mode to achieve this setup? (Select two.)
- switchport mode accessAnswer
- switchport access vlan 75Answer
- Cswitchport trunk native vlan 75
- Dvlan 75
Answer
The correct commands to execute in interface configuration mode are 'switchport mode access' and 'switchport access vlan 75'.
Configuring a switch interface for an end-user host requires two distinct steps under interface configuration mode: explicitly declaring the Layer 2 operational mode as access ('switchport mode access') and specifying the target VLAN assignment for untagged frames ('switchport access vlan 75').
Step-by-Step Solution
Key Concept
Static Access Port Configuration Syntax
Estimated Time:1m 30s