lldp transmitNEW!

Enables global or interface LLDP transmit mode.

Syntax

lldp transmit
no lldp transmit

Parameters

transmit
Specifies the global or interface LLDP packet transmit mode (true or false). Default mode is true.

Modes

Config mode

Interface config mode

Usage Guidelines

The no lldp transmit command sets the transmit mode to false.

You cannot disable both lldp transmit and lldp receive together. Use the global command, no protocol lldp to disable both transmit and receive.

Examples

The following example configures LLDP transmit mode globally.

device# configure terminal 
device(config)# lldp transmit 

device# show running-configuration 
lldp transmit

The following example configures LLDP transmit mode on the interface.

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

device# show running-configuration 
interface ethernet 1/1 
lldp transmit