set lldp too-many-neighbors
Use this command to set the action to take when the remote table is full.
Use no form of this command to unset too many neighbors parameters.
Command Syntax
set lldp too-many-neighbors limit <1-65535> discard received-info timer <1-65535>
set lldp too-many-neighbors limit <1-65535> discard existing-info MAC timer <1-65535>
no set lldp too-many-neighbors limit
Parameters
limit
The limit on the number of LLDP neighbors.
<1-65535>
Upper limit for the number of Remote LLDP Information.
received-info
The information received for this neighbor.
timer
The period after which received information is discarded.
<1-65535>
The period in seconds after which received information is discarded.
existing-info
The information for this neighbor.
MAC
Identifies the remote LLDP Agent for which information is discarded.
timer
The period in seconds after which existing information is discarded.
<1-65535>
The period in seconds after which existing information is discarded.
Default Value
No upper limit is enforced for the number of remote LLDP agents.
Command Mode
LLDP Agent mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#interface eth1
(config-if)#lldp-agent
(if-lldp-agent)#set lldp too-many-neighbors limit 20 disc existing-info 1001.1001.1001 timer 1
(config)#interface eth1
(config-if)#lldp-agent
(if-lldp-agent)#set lldp too-many-neighbors limit 1 discard received-info timer 1
Last modified date: 07/13/2023