configure vrrp vlan vrid add track-ping

configure vrrp vlan vlan_name vrid vridval add track-ping ipaddress frequency seconds miss misses {success successes}

Description

Creates a tracking entry for the specified IP address. The entry is tracked using pings to the IP address, sent at the specified frequency.

Syntax Description

vlan_name

Specifies the name of a VRRP VLAN.

vrid vridval

Specifies the VRID of the target VRRP instance. To display the configured VRRP router instances, enter the show vrrp command.

ipaddress

Specifies the IPv4 or IPv6 address to be tracked.

frequency seconds

Specifies the number of seconds between pings to the target IP address. The range is 1 to 600 seconds.

miss misses

Specifies the number of misses allowed before this entry is considered to be failing. The range is 1 to 255 pings.

success successes Sets how many ping successes are required for tracking success. Range is 1–255. (Default is 10 × misses.)

Default

If the number of successes is not specified, the default is ten times the number of misses specified.

Usage Guidelines

Adding an entry with the same IP address as an existing entry causes 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 ExtremeXOS 10.1.

The success option was added in ExtremeXOS 22.3.

Platform Availability

This command is available on platforms that support the appropriate license. For complete information about software licensing, including how to obtain and upgrade your license and which licenses support the VRRP feature, see the Switch Engine 32.2 Feature License Requirements document./ph "/>