Allied Telesis AT-8100 Series User Manual
Page 1236
Chapter 78: LLDP and LLDP-MED
1236
Configuring Ports to Only Receive LLDP and LLDP-MED TLVs
This is the first in a series of examples that show how to configure the
ports for LLDP and LLDP-MED. In this first example, ports 4 and 18 are
configured to accept advertisements from their neighbors, but not to send
any advertisements.
If LLDP is active on the switch, the switch begins to populate the neighbor
table as TLVs arrive on ports 4 and 18. The neighbors on those ports do
not receive any advertisements from the switch because the ports do not
send any 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.4,port1.0.18
Enter the Port Interface mode for
ports 4 and 18.
awplus(config-if)# lldp receive
Configure the ports to accept TLVs
from their neighbors.
awplus(config-if)# no lldp transmit
Configure the ports not to send
any TLVs.
awplus(config-if)# end
Return to the Privileged Exec
Mode.
awplus# show lldp interface port1.0.4,port1.0.18
Use the SHOW LLDP
INTERFACE command to confirm
the configuration.