A network technician needs to configure interface FastEthernet0/1 on a Cisco Catalyst switch to connect a host workstation. Which set of commands should be entered in interface configuration mode to explicitly set the interface as an access port and assign it to VLAN 10?
- switchport mode access
switchport access vlan 10Answer - Bswitchport mode trunk
switchport trunk native vlan 10 - Cvlan 10
switchport access vlan 10 - Dswitchport mode access
ip address 192.168.10.1 255.255.255.0
Answer
To configure a switch interface for a single end-user workstation, enter interface configuration mode and execute 'switchport mode access' followed by 'switchport access vlan 10'.
Executing 'switchport mode access' sets the interface to operate as a Layer 2 access interface, and 'switchport access vlan 10' assigns the interface's untagged traffic membership to VLAN 10.
Step-by-Step Solution
Key Concept
Access Port Assignment in Cisco IOS