beautypg.com

Configuring ports to send optional lldp-med tlvs, Configuring ports to send optional lldp-med tlvs 0 – Allied Telesis AT-8100 Series User Manual

Page 1240

background image

Chapter 78: LLDP and LLDP-MED

1240

Configuring Ports to Send Optional LLDP-MED TLVs

This section explains how to configure the ports to send these optional
LLDP-MED TLVs:

Capabilities

Network-policy

For instructions on how to create LLDP-MED civic, coordinate, and ELIN
location entries, refer to the following sections.

The command to configure ports to send the capabilities, network-policy,
and inventory-management TLVs is the LLD MED-TLV-SELECT
command, which has this format:

lldp med-tlv-select all|

tlv

In this example of the command, ports 3 and 4 are configured to send the
capabilities and network-policy TLVs:

awplus> enable

Enter the Privileged Executive
mode from the User Executive
mode.

awplus# configure terminal

Enter the Global Configuration
mode.

awplus(config)# interface port1.0.3,port1.0.4

Enter the Port Interface mode for
ports 3 and 4.

awplus(config-if)# lldp transmit receive

Configure the ports to accept and
send TLVs to and from their
neighbors.

awplus(config-if)# no lldp tlv-select all

Remove all optional LLDP TLVs
from the ports with the NO LLDP
TLV-SELECT command.

awplus(config-if)# no lldp med-tlv-select all

Remove all optional LLDP-MED
TLVs from the ports with the NO
LLDP MED-TLV-SELECT
command.

awplus(config-if)# lldp med-tlv-select
capabilities
awplus(config-if)# lldp tlv-select network-policy

Configure the ports to transmit the
capabilities and network-policy
TLVs, with the LLDP MED-TLV-
SELECT command.

awplus(config-if)# end

Return to the Privileged Exec
Mode.