VRRP Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1300
configure vrrp vlan vrid add track-ping
configure vrrp vlan <vlan_name> vrid <vridval> add track-ping <ipaddress>
frequency <seconds> miss <misses>
Description
Creates a tracking entry for the specified IP address. The entry is tracked via pings to the IP address,
sent at the specified frequency.
Syntax Description
Default
N/A.
Usage Guidelines
Adding an entry with the same IP address as an existing entry will cause the new values to overwrite
the existing entry's frequency and miss number.
Example
The following command enables ping tracking for the external gateway at 3.1.0.1, pinging every 3
seconds, and considering the gateway to be unreachable if no response is received to 5 consecutive
pings:
configure vrrp vlan vlan-1 vrid 1 add track-ping 3.1.0.1 frequency 3 miss 5
History
This command was first available in ExtremeWare XOS 10.1.
Platform Availability
This command is available on all platforms.
vlan_name
Specifies the name of a VRRP VLAN.
vridval
Specifies the VRRP virtual router ID of the target virtual router. Value can be
in the range of 1-255.
ipaddress
Specifies the IP address to be tracked.
seconds
Specifies the number of seconds between pings to the target IP address.
misses
Specifies the number of misses allowed before this entry is considered to be
failing.