Specifications
8-10
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 8 Configuring LLDP and LLDP-MED
Related Documents
This example shows how to globally disable LLDP:
Switch# configure terminal
Switch(config)# no lldp run
Switch(config)# end
This example shows how to globally enable LLDP:
Switch# configure terminal
Switch(config)# lldp run
Switch(config)# end
This example shows how to disable LLDP on an interface:
Switch# configure terminal
Switch(config)# interface GigabitEthernet1/0/1
Switch(config-if)# no lldp transmit
Switch(config-if)# no lldp receive
Switch(config-if)# end
This example shows how to enable LLDP on an interface:
Switch# configure terminal
Switch(config)# interface GigabitEthernet1/0/1
Switch(config-if)# no shutdown
Switch(config-if)# port-type nni
Switch(config-if)# lldp transmit
Switch(config-if)# lldp receive
Switch(config-if)# end
This example shows how to disable a TLV:
Switch# configure terminal
Switch(config)# interface GigabitEthernet1/0/1
Switch(config-if)# no lldp med-tlv-select inventory-management
Switch(config-if)# end
This example shows how to enable a TLV on an interface:
Switch# configure terminal
Switch(config)# interface GigabitEthernet1/0/1
Switch(config-if)# lldp med-tlv-select inventory-management
Switch(config-if)# end
Related Documents
• Cisco IOS Configuration Fundamentals Command Reference, Release 15.2M&T
• Cisco IOS Master Command List, All Releases