Configuring The Cisco Discovery Protocol - Cisco AJ732A - MDS 9134 Fabric Switch Configuration Manual

Cisco nexus 5000 series switch cli software configuration guide, nx-os 4.0(1a)n1 (ol-16597-01, january 2009)
Hide thumbs Also See for AJ732A - Cisco MDS 9134 Fabric Switch:
Table of Contents

Advertisement

Chapter 5
Configuring Ethernet Interfaces
S e n d f e e d b a c k t o n x 5 0 0 0 - d o c f e e d b a c k @ c i s c o . c o m
The following example shows how to set the speed for a 1-Gigabit Ethernet port:
switch# configure terminal
switch(config)# interface ethernet 1/4
switch(config-if)# speed 1000
This command can only be applied to a physical Ethernet interface.
If the interface and transceiver speed is mismatched, the SFP validation failed message is displayed when
Note
you enter the show interface ethernet slot/port command. For example, if you insert a 1-Gigabit SFP
transceiver into a port without configuring the speed 1000 command, you will get this error. By default,
all ports are 10 Gigabits.

Configuring the Cisco Discovery Protocol

This section shows how to configure the Cisco Discovery Protocol (CDP). It includes the following
topics:
Configuring the CDP Characteristics
You can configure the frequency of 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:
Command
Step 1
switch# configure terminal
Step 2
switch(config)# cdp advertise {v1 | v2 }
Step 3
switch(config)# cdp format device-id
{mac-address | serial-number |
system-name}
Step 4
switch(config)# cdp holdtime seconds
Step 5
switch(config)# cdp timer seconds
Use the no form of the CDP commands to return to the default settings.
OL-16597-01
Configuring the CDP Characteristics, page 5-7
Enabling or Disabling CDP, page 5-8
Purpose
Enters configuration mode.
(Optional) Configures the version to use to send CDP
advertisements. Version-2 is the default state.
(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.
(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.
(Optional) Sets the transmission frequency of CDP
updates in seconds. The range is 5 to 254; the default
is 60 seconds.
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
Configuring Ethernet Interfaces
5-7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents