Configures the monitoring the utilization of the Next Hop Table or the Encap Table depending on the platform. The current values of number of next hop entries (in %) is compared with the configured profile limits and against the available hardware space. An alarm is raised when the number of next hop entries falls below the configured low threshold or exceeds the configured high threshold.
all
,
none
, raslog
, and
snmp
. The default action is
all
.
Global Configuration Mode
The no form of this command will reset the values to default.
The low-limit threshold value cannot be equal to or higher than the value configured for the high-limit threshold value.
For the hardware tables that share space, it is possible to run out of free space even when the number of next hop entires has not reached its configured maximum. Once the shared hardware space runs out, addition of new IPv4 Route/IPv6 Route/ARP/ Neighbor Discovery/Nexthop entries will be affected.
The following example configures the lower and higher threshold monitoring values for the Next Hop table.
SLX# configure terminal SLX (config)# threshold-monitor nexthop high-limit 95 low-limit 50 action all SLX (config)#
The following example resets the configured Next Hop table threshold monitoring values to their defaults
SLX# configure terminal SLX (config)# no threshold-monitor nexthop high-limit SLX (config)# no threshold-monitor nexthop low-limit SLX (config)# no threshold-monitor nexthop action