beautypg.com

No lldp tlv-select, No lldp tlv-select 7 – Allied Telesis AT-8100 Series User Manual

Page 1297

background image

AT-8100 Switch Command Line User’s Guide

1297

NO LLDP TLV-SELECT

Syntax

no lldp tlv-select

all|tlv

Parameters

all

Removes all optional LLDP TLVs from a port.

tlv

Removes an optional TLV from a port. You can specify only one
TLV. To remove more than one TLV from a port, repeat the
command as many times as needed.

Mode

Port Interface mode

Description

Use this command to stop ports from sending optional LLDP TLVs to their
neighbors. The optional TLVs are listed in Table 129 on page 1280.

To stop ports from transmitting LLDP-MED TLVs, refer to “NO LLDP MED-
TLV-SELECT” on page 1293.

Confirmation Command

“SHOW LLDP INTERFACE” on page 1303

Examples

This example configures ports 21 and 22 to stop transmitting all optional
LLDP TLVs:

awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.21,port1.0.22
awplus(config-if)# no lldp tlv-select all

This example stops the transmission of the management-address and
system-capabilities TLVs on port 11:

awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.11
awplus(config-if)# no lldp tlv-select management-address
awplus(config-if)# no lldp tlv-select system-capabilities