lldp select-tlv

Syntax

lldp select-tlv <TLV-NAME>

no lldp select-tlv <TLV-NAME>

Description

Selects a TLV that the LLDP agent will send and receive. By default, all supported TLVs are sent and received.

The no form of this command stops the LLDP agent from sending and receiving a specific TLV.

Command context

config

Parameters

select-tlv <TLV-NAME>

Specifies the TLV name to send. The following TLV names are supported:

  • management-address: IPv4/IPV6 management address if defined. If no management address is specified, the LLDP agent sends the IP address of the management interface, and if the management interface is not defined, the chassis ID.

  • port-description: A description of the port.

  • port-vlan-id: VLAN ID assigned to the port.

  • system-capabilities: Identifies the primary switch functions that are enabled, such as routing.

  • system-description: Description of the system, comprised of the following information: hardware serial number, hardware revision number, and firmware version.

  • system-name: Host name assigned to the switch.

Authority

Administrators

Examples

Stopping the LLDP agent from sending the port-description TLV:

switch(config)# no lldp select-tlv port-description

Enabling the LLDP agent to send the port-description TLV:

switch(config)# lldp select-tlv port-description