27-6
Catalyst 3750 SwitchSoftware Configuration Guide
OL-8550-09
Chapter27 Configuring LLDP, LLDP-MED, and Wired Location Service
Configuring LLDP, LLDP-MED, and Wired Location Service
Enabling LLDP
Beginning in privileged EXEC mode, follow these steps to enable LLDP:
To disable LLDP, use the no lldp run global configuration command. To disable LLDP on an interface,
use the no lldp transmit and the no lldp receive interface configuration commands.
This example shows how to globally enable LLDP.
Switch# configure terminal
Switch(config)# lldp run
Switch(config)# end
This example shows how to enable LLDP on an interface.
Switch# configure terminal
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# lldp transmit
Switch(config-if)# lldp receive
Switch(config-if)# end
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 lldp run Enable LLDP globally on the switch.
Step3 interface interface-id Specify the interface on which you are enabling LLDP, and enter
interface configuration mode.
Step4 lldp transmit Enable the interface to send LLDP packets.
Step5 lldp receive Enable the interface to receive LLDP packets.
Step6 end Return to privileged EXEC mode.
Step7 show lldp Verify the configuration.
Step8 copy running-config startup-config (Optional) Save your entries in the configuration file.