lldp enableNEW!

Enables LLDP on the interface.

Syntax

lldp enable
no lldp enable

Parameters

enable
Enables LLDP on the interface.

Modes

Interface config mode

Usage Guidelines

The no lldp enable command disables LLDP on the interface.

Examples

The following example enables LLDP protocol.

device# configure terminal 
device(config)# interface ethernet 1/1 
device(config-if)# lldp enable 
device(config-if)# no lldp enable 

device# show running-configuration 
interface ethernet 1/1 
no lldp enable
end