Cisco Systems N5KC5596TFA Manual De Usuario

Descargar
Página de 122
Disabling Link Negotiation
You can disable link negotiation using the no negotiate auto command. By default, auto-negotiation is enabled
on 1-Gigabit ports and disabled on 10-Gigabit ports.
This command is equivalent to the Cisco IOS speed non-negotiate command.
We do not recommend that you enable auto negotiation on 10-Gigabit ports. Enabling auto-negotiation
on 10-Gigabit ports brings the link down. By default, link negotiation is disabled on 10-Gigabit ports.
Note
Procedure
Purpose
Command or Action
Enters configuration mode.
switch# configure terminal
Step 1
Selects the interface and enters interface mode.
switch(config)# interface ethernet
slot/port
Step 2
Disables link negotiation on the selected Ethernet
interface (1-Gigabit port).
switch(config-if)# no negotiate auto
Step 3
(Optional)
Enables link negotiation on the selected Ethernet
interface. The default for 1-Gigabit ports is enabled.
switch(config-if)# negotiate auto
Step 4
This command is not applicable for 10GBase-T
ports. It should not be used on 10GBase-T ports.
Note
This example shows how to disable auto negotiation on a specified Ethernet interface (1-Gigabit port):
switch#
configure terminal
switch(config)#
interface ethernet 1/1
switch(config-if)#
no negotiate auto
switch(config-if)#
This example shows how to enable auto negotiation on a specified Ethernet interface (1-Gigabit port):
switch#
configure terminal
switch(config)#
interface ethernet 1/5
switch(config-if)#
negotiate auto
switch(config-if)#
Configuring the CDP Characteristics
You can configure the frequency of Cisco Discovery Protocol (CDP) updates, the amount of time to hold the
information before discarding it, and whether or not to send Version-2 advertisements.
   Cisco Nexus 5000 Series NX-OS Interfaces Configuration Guide, Release 5.2(1)N1(1)
14
78-26881-OL  
Configuring Layer 2 Interfaces
Disabling Link Negotiation