Configuring Auto Negotiation
Autonegotiation is a signalling mechanism in which two devices connected over Ethernet can choose common transmission parameters such as speed, duplex, mode and flow control.
In this process, the connected device first shares its capabilities regarding these parameters and then chooses the highest performance mode that both support.
Reference
Command
[no] autoneg disable
Description
Enable/disable auto negotiation
Parameters
None
Mode
INTERFACE
Example
pbnoscli# configure terminal
pbnoscli(config)# interface ethernet Ethernet1/1
pbnoscli(config-if)# autoneg
disable Disable Auto-Negotiation
pbnoscli(config-if)# autoneg disable
pbnoscli(config-if)#
//to enable again
pbnoscli(config-if)# no autoneg disable
pbnoscli(config-if)# You can verify the configuration by using the command(s) below:
