Specifications
414 ExtremeWare XOS 10.1 Command Reference Guide
VRRP Commands
configure vrrp vlan vrid track-ping frequency miss
config vrrp vlan <vlan_name> vrid <vridval> [add | delete] 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
conf vrrp vlan vlan-1 vrid 1 add track-ping 3.1.0.1 frequency 3 miss 5
conf vrrp vlan vlan-1 vrid 1 delete track-ping 3.1.0.1 frequency 3 miss 5
vlan_name Specifies the name of a VRRP VLAN.
vridval Specifies the 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.
num_misses Specifies the number of misses allowed before this entry is considered to be
failing.