Enables global or interface LLDP transmit mode.
Config mode
Interface config mode
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.
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