Removing lldp tlvs from ports 9, Removing lldp tlvs from ports – Allied Telesis AT-FS970M Series User Manual
Page 1229

AT-FS970M Switch Command Line User’s Guide
1229
Removing LLDP TLVs from Ports
To stop ports from sending optional LLDP TLVs, use this command:
no lldp tlv-select all|
tlv
The command is located in the Port Interface mode. You can specify only
one TLV at a time in the command. This example stops ports 4 and 5 from
including the system capabilities and the management address TLVs in
their advertisements:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.4,port1.0.5
awplus(config-if)# no lldp tlv-select system-capabilities
awplus(config-if)# no lldp tlv-select management-address
This example stops port 8 from transmitting all optional LLDP TLVs:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.8
awplus(config-if)# no lldp tlv-select all