Reference Guide

Table Of Contents
Disable LLDP interface
OS10(config)# interface ethernet 1/1/4
OS10(conf-if-eth1/1/4)# no lldp med
OS10(conf-if-eth1/1/4)# no lldp tlv-select
OS10(conf-if-eth1/1/4)# no lldp transmit
OS10(conf-if-eth1/1/4)# no lldp receive
Enable LLDP
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# lldp transmit
OS10(conf-if-eth1/1/1)# lldp receive
Disable LLDP globally
OS10(config)# no lldp enable
Disable and re-enable LLDP on management ports
By default, LLDP is enabled on management ports. You can disable or enable the following LLDP configurations on management
ports.
1. Disable the LLDPDU transmit or receive.
no lldp transmit
no lldp receive
2. Disable LLDP TLVs.
no lldp tlv-select basic-tlv {port-description | system-name | system-description |
system-capabilities | management-address}
no lldp tlv-select dot1tlv port-vlan-id
Disable LLDP transmit or receive
OS10(config)# interface mgmt 1/1/1
OS10(conf-if-ma-1/1/1)# no lldp transmit
OS10(conf-if-ma-1/1/1)# no lldp receive
Enable LLDP transmit or receive
OS10(config)# interface mgmt 1/1/1
OS10(conf-if-ma-1/1/1)# lldp transmit
OS10(conf-if-ma-1/1/1)# lldp receive
Disable LLDP TLVs
OS10(config)# interface mgmt 1/1/1
OS10(conf-if-ma-1/1/1)# no lldp tlv-select basic-tlv system-name system-description
OS10(conf-if-ma-1/1/1)# no lldp tlv-select dot1tlv port-vlan-id
Enable LLDP TLVs
OS10(config)# interface mgmt 1/1/1
OS10(conf-if-ma-1/1/1)# lldp tlv-select basic-tlv system-name system-description
OS10(conf-if-ma-1/1/1)# lldp tlv-select dot1tlv port-vlan-id
Advertise TLVs
Configure the system to advertise TLVs out of all interfaces or specific interfaces. If you configure an interface, only the
interface sends LLDPDUs with the specified TLVs.
176
Layer 2