A network administrator needs to assign interface GigabitEthernet1/0/8 on a Cisco Catalyst switch to VLAN 70 (named RESEARCH) as a static access port. The configuration must force the interface into access mode and statically assign it to VLAN 70. Which TWO commands must be entered in interface configuration mode to complete this setup?
- switchport mode accessCevap
- Bswitchport trunk native vlan 70
- switchport access vlan 70Cevap
- Dvlan 70
Cevap
The correct commands to execute in interface configuration mode are 'switchport mode access' and 'switchport access vlan 70'.
Configuring an access port on a Cisco switch requires defining the port behavior as access mode ('switchport mode access') and specifying the target VLAN assignment ('switchport access vlan 70'). Together, these commands ensure untagged traffic on the port belongs exclusively to VLAN 70.
Adım Adım Çözüm
Anahtar Kavram
Configuring static access ports in Cisco IOS requires enforcing access mode and setting the access VLAN membership at the interface configuration prompt.