Purpose
Command or Action
or
RP/0/RP0/CPU0:router(config-track-route)# route
ipv4 10.56.8.10/16
Exits the track line protocol configuration mode.
exit
Example:
RP/0/RP0/CPU0:router(config-track-line-prot)#
exit
Step 5
(Optional)
Schedules the delay that can occur between tracking whether
the object is up or down.
delay
{
up seconds
|
down seconds
}
Example:
RP/0/RP0/CPU0:router(config-track)# delay up
10
Step 6
commit
Step 7
Building a Track Based on a List of Objects
Perform this task in the global configuration mode to create a tracked list of objects (which, in this case, are
lists of interfaces or prefixes) using a Boolean expression to determine the state of the list.
A tracked list contains one or more objects. The Boolean expression enables two types of calculations by
using either AND or OR operators. For example, when tracking two interfaces, using the AND operator, up
means that
both
interfaces are up, and down means that
either
interface is down.
An object must exist before it can be added to a tracked list.
The NOT operator is specified for one or more objects and negates the state of the object.
Note
After configuring the tracked object, you must associate the interface whose state should be tracked and you
may optionally specify the number of seconds to wait before the tracking object polls the interface for its
state.
System Management Configuration Guide for Cisco NCS 5000 Series Routers, IOS XR Release 6.2.x
49
Implementing Object Tracking
Building a Track Based on a List of Objects