A network technician is provisioning interface FastEthernet 0/1 for a newly attached workstation. Which two Cisco IOS commands must be executed in interface configuration mode to manually set the port as a static access interface assigned to VLAN 20? (Select two.)
- switchport mode accessAnswer
- switchport access vlan 20Answer
- Cswitchport trunk native vlan 20
- Dvlan 20
Answer
The two required interface configuration commands are 'switchport mode access' and 'switchport access vlan 20'.
To complete access port configuration, the command 'switchport mode access' sets the administrative mode to access, while 'switchport access vlan 20' binds the port to the specific VLAN ID.
Step-by-Step Solution
Key Concept
Access Port VLAN Configuration Syntax