A network technician is configuring interface GigabitEthernet0/3 on a Cisco Catalyst switch to connect an end-user workstation to VLAN 25. Which TWO commands must be executed within interface configuration mode to properly set up this access port? (Select two.)
- switchport mode accessAnswer
- switchport access vlan 25Answer
- Cswitchport trunk native vlan 25
- Dvlan 25
Answer
To configure an interface as a static access port in VLAN 25, the engineer must enter interface configuration mode and execute both 'switchport mode access' and 'switchport access vlan 25'.
Configuring a host-facing access port requires setting the operational mode to static access using 'switchport mode access' and assigning the desired broadcast domain membership using 'switchport access vlan 25'. Both commands must be executed under interface configuration mode.
Step-by-Step Solution
Key Concept
Cisco IOS Switch Access Port Configuration Commands