RUGGEDCOM ROX II
CLI User Guide
Chapter 14
Network Redundancy
Viewing a List of VRRP Trackers 607
• Section14.1.4.3, “Deleting a VRRP Tracker”
Section14.1.4.1
Viewing a List of VRRP Trackers
To view a list of VRRP trackers, type:
show running-config services vrrp trackers
If trackers have been configured, a table or list similar to the following example appears:
ruggedcom# show running-config services vrrp trackers
services
vrrp
trackers tracker tracker1
network 10.0.0.0/8
interface dummy0
interval 1
!
!
!
If no VRRP trackers have been configured, add trackers as needed. For more information, refer to Section14.1.4.2,
“Adding a VRRP Tracker”.
Section14.1.4.2
Adding a VRRP Tracker
To add a VRRP tracker, do the following:
1. Make sure the CLI is in Configuration mode.
2. Add the tracker by typing:
services vrrp trackers name
Where:
• name is the name of the VRRP tracker
3. Configure the following parameter(s) as required:
Parameter Description
type { type } Synopsis: { route }
Default: route
The type of condition for the tracker to check.
network { network } Synopsis: A string 9 to 18 characters long
The network to track. The tracker checks for a route to this network in the routing table.
interface { interface } Synopsis: A string
The interface to the tracked network. The tracker rises only when the route to the
monitored network is through this interface.
interval { interval } Synopsis: A 32-bit unsigned integer between 1 and 120
The number of seconds between tracker queries.
This parameter is mandatory.