Cisco Systems N3KC3064TFAL3 Manual De Usuario

Descargar
Página de 164
Purpose
Command or Action
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 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.
To configure CDP characteristics for an interface, perform this task:
Procedure
Purpose
Command or Action
Enters configuration mode.
switch# configure terminal
Step 1
(Optional)
Configures the version to use to send CDP advertisements.
Version-2 is the default state.
switch(config)# [nocdp
advertise 
{v1 v2 }
Step 2
Use the no form of the command to return to its default
setting.
(Optional)
Configures the format of the CDP device ID. The default is
the system name, which can be expressed as a fully qualified
domain name.
switch(config)# [nocdp format
device-id 
{mac-address |
serial-number system-name}
Step 3
Use the no form of the command to return to its default
setting.
(Optional)
Specifies the amount of time a receiving device should hold
the information sent by your device before discarding it. The
range is 10 to 255 seconds; the default is 180 seconds.
switch(config)# [nocdp
holdtime 
seconds
Step 4
   Cisco Nexus 3000 NX-OS Layer 2 Switching Configuration Guide, Release 5.0(3)U3(1)
16
OL-26590-01  
Configuring Ethernet Interfaces
Configuring the CDP Characteristics