Specifications
8-5
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 8 Configuring LLDP and LLDP-MED
Configuring LLDP and LLDP-MED
EXAMPLE
This example shows how to configure LLDP characteristics:
Switch# configure terminal
Switch(config)# lldp holdtime 120
Switch(config)# lldp reinit 2
Switch(config)# lldp timer 30
Switch(config)# end
Disabling and Enabling LLDP Globally
LLDP is disabled globally by default and is enabled on NNIs. It is disabled by default on ENIs, but can
be enabled per interface. LLDP is not supported on UNIs.
Disabling LLDP
BEFORE YOU BEGIN
Review the “Information About LLDP and LLDP-MED” section on page 8-1.
DETAILED STEPS
EXAMPLE
This example shows how to globally disable LLDP:
Switch# configure terminal
Switch(config)# no lldp run
Switch(config)# end
Enabling LLDP
BEFORE YOU BEGIN
Review the “Information About LLDP and LLDP-MED” section on page 8-1.
DETAILED STEPS
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
no lldp run Disable LLDP.
Step 3
end Return to privileged EXEC mode.
Command Purpose
Step 1
configure terminal Enter global configuration mode.