Purpose
Command or Action
Use the
port-description
option to specify the port description
TLV messages.
Use the
port-vlan
option to specify the port VLAN ID TLV
messages.
Use the
system-capabilities
option to specify the system
capabilities TLV messages.
Use the
system-description
option to specify the system
description TLV messages.
Use the
system-name
option to specify the system name TLV
messages.
Resets the LLDP values to their defaults.
switch(config)#
no lldp
{
holdtime
|
reinit
|
timer
}
Step 3
Displays LLDP configurations.
(Optional)switch#
show lldp
Step 4
This example shows how to configure the global LLDP hold time to 200 seconds:
switch#
configure terminal
switch(config)#
lldp holdtime 200
switch(config)#
This example shows how to enable LLDP to send or receive the management address TLVs:
switch#
configure terminal
switch(config)#
lldp tlv-select management-address
switch(config)#
Configuring Interface LLDP
Procedure
Purpose
Command or Action
Enters global configuration mode.
switch#
configure terminal
Step 1
Selects the interface to change.
switch(config)#
interface type slot
/
port
Step 2
If this is a 10G breakout port, the
slot
/
port
syntax is
QSFP-module
/
port
.
Note
Sets the selected interface to either receive or
transmit.
switch(config-if)# [
no
]
lldp
{
receive
|
transmit
}
Step 3
The
no
form of the command disables the LLDP
transmit or receive.
Cisco Nexus 6000 Series NX-OS Layer 2 Switching Configuration Guide, Release 7.x
108
Configuring LLDP
Configuring Interface LLDP