Disabling Auto-Negotiation of Trunking: Lab Objective
Disabling Auto-Negotiation of Trunking: Lab Objective
Lab Purpose:
Switch interfaces are set to automatically attempt to create a trunk link when connected to another
switch. You need to know how to disable this behavior. Note that this behavior varies depending on
the switch model.
Certification Level:
This lab is suitable for the CCENT certification exam preparation.
Lab Difficulty:
This lab has a difficulty rating of 5/10.
Readiness Assessment:
When you are ready for your certification exam, you should complete this lab in no more than 15
minutes.
Lab Topology:
Please use the following topology to complete this lab exercise:
Task 1:
In preparation for the configuration, configure a hostname on Sw1 as well as Sw2.
Task 2:
Configure Sw1 so that auto-negotiation of trunking is disabled. Set the port to manually trunk.
Task 3:
Verify your configuration with the appropriate show commands.
Name: Fa0/1
Switchport: Enabled
Sw1(config)#int fast0/1
Sw1(config-if)#switchport nonegotiate
Command rejected: Conflict between ‘nonegotiate’ and ‘dynamic’ status.
Sw1(config-if)#switchport mode trunk
Sw1(config-if)#switchport nonegotiate
Sw1(config-if)#end
Task 3:
NOTE: As you can see above, the interface cannot be left to dynamically become a trunk or access
port if you want to disable auto-negotiation of trunking.
Name: Fa0/1
Switchport: Enabled