threshold-monitor vxlan-tunnel

Configures monitoring of the number of VXLAN Tunnels against the maximum number of supported VXLAN tunnels and alerts the user when configured thresholds are exceeded.

Syntax

threshold-monitor vxlan-tunnel [ high-limit value-in-percent ] [ low-limit value-in-percent ] [ actions [ none | raslog | snmp | all ] ]
no threshold-monitor vxlan-tunnel

Parameters

high-limit value-in-percentage
Specifies the upper threshold limit for the number of open VXLAN Tunnels that will trigger the configured action. The range is 10%-100%. The default value is 90%.
low-limit value-in-percentage
Specifies the lower threshold limit for the number of open VXLAN Tunnels that will trigger the configured action. The range is 10%-99%. The default value is 70%.
actions [ none | raslog | snmp | all ]
Specifies the action to be taken when a threshold is exceeded. The values supported are all, none, raslog, and snmp. Default is all.
all
RASLOG and SNMP trap will be sent when the threshold is exceeded.
none
No action will be taken when the threshold is exceeded.
raslog
Only RASLOG will be sent when the threshold is exceeded.
snmp
Only SNMP traps will be sent when the threshold is exceeded.

Modes

Global configuration mode

Usage Guidelines

The default action is all.

The high-limit value must always be higher than the low-limit value. If not, an error will be generated.

Examples

This example configures the various thresholds for monitoring open VXLAN Tunnels.

SLX# configure terminal
SLX (config)#	
SLX (config)# threshold-monitor vxlan-tunnel interval 180
SLX (config)# threshold-monitor vxlan-tunnel count 30
SLX (config)# threshold-monitor vxlan-tunnel high-limit 85
SLX (config)# threshold-monitor vxlan-tunnel low-limit 55
SLX (config)# threshold-monitor vxlan-tunnel action raslog
SLX (config)#
SLX (config)# do show running-config threshold-monitor vxlan-tunnel
threshold-monitor vxlan-tunnel high-limit 85 low-limit 55 actions raslog count 30
interval 180
SLX (config)# 

Related Commands