A network engineer executes the `show interfaces FastEthernet0/10 switchport` command on a Cisco Catalyst switch to verify port settings after assigning it to a departmental network. The partial output displays the following parameters:
Name: Fa0/10
Switchport: Enabled
Administrative Mode: dynamic auto
Operational Mode: static access
Access Mode VLAN: 40 (FINANCE)
Which interface configuration command must the engineer enter on FastEthernet0/10 to statically force the interface into access mode and disable Dynamic Trunking Protocol (DTP) negotiation?
- switchport mode accessCevap
- Bswitchport access vlan 40
- Cswitchport trunk native vlan 40
- Dswitchport nonegotiate
Cevap
The command 'switchport mode access' statically configures the interface into access mode and disables DTP dynamic trunk negotiation.
The output indicates that the administrative mode is currently 'dynamic auto', meaning the port is dynamically operating in access mode only because the connected neighbor is not actively negotiating a trunk. Executing 'switchport mode access' under interface configuration mode statically forces the interface into access mode, overriding DTP dynamic negotiation.
Adım Adım Çözüm
Anahtar Kavram
Disabling DTP Negotiation and Statically Hardcoding Access Ports
Tahmini Süre:1m 0s