beautypg.com

Removing lldp tlvs from ports, Removing lldp tlvs from ports 1 – Allied Telesis AT-8100 Series User Manual

Page 1251

background image

AT-8100 Switch Command Line User’s Guide

1251

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