No lldp tlv-select 5, No lldp tlv-select – Allied Telesis AT-FS970M Series User Manual
Page 1275

AT-FS970M Switch Command Line User’s Guide
1275
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 127 on page 1258.
To stop ports from transmitting LLDP-MED TLVs, refer to “NO LLDP MED-
TLV-SELECT” on page 1271.
Confirmation Command
“SHOW LLDP INTERFACE” on page 1281
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