User guide

configure vrrp delete track-vrid
ExtremeWarePx1 1.2 Command Reference Guide 185
configure vrrp delete track-vrid
configure vrrp vrid
[<tracking VRID number> | all]
delete track-vrid [<tracked VRID number> | all]
Description
Removes failure tracking between the speciÞed VRRP classes.
Syntax Description
Default
By default, each VRRP class will failover independently of the other classes; that is, no class tracks any
other class.
Usage Guidelines
You must have administrator privileges to issue this command.
NOTE
You must configure the identical tracking behavior on both switches.
You must use the build command to commit the conÞguration changes made by this command.
Example
The following command causes VRRP class 101 to stop tracking class 100:
configure vrrp vrid 101 delete track-vrid 100
The following command causes VRRP class 101 to stop tracking any class that it is currently tracking:
configure vrrp vrid 101 delete track-vrid all
The following command causes any class that is currently tracking class 100 to stop tracking class 100:
configure vrrp vrid all delete track-vrid 100
The following command causes every class to stop track any class that it is currently tracking:
configure vrrp vrid all delete track-vrid all
History
This command was available in ExtremeWarePx 1.2.
tracking VRID number The VRID of the VRRP class that tracks failure; a number between 1 and 255.
tracked VRID number The VRID of the VRRP class whose failure is tracked; a number between 1 and 255.
all Specifies all VRRP classes.