Cisco Nexus 7000 Series Configuration Manual page 499

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Chapter 21
Configuring Object Tracking
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
SUMMARY STEPS
1.
2.
3.
4.
5.
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
track track-number list boolean {and |
or}
Example:
switch(config)# track 1 list boolean and
switch(config-track#
Step 3
object object-id [not]
Example:
switch(config-track)# object 10
Step 4
show track
Example:
switch(config-track)# show track
Step 5
copy running-config startup-config
Example:
switch(config-track)# copy
running-config startup-config
OL-20002-02
config t
track track-number list boolean {and | or}
object object-number [not]
show track
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Purpose
Enters configuration mode.
Configures a tracked list object and enters tracking
configuration mode. Specifies that the state of the
tracked list is based on a Boolean calculation. The
keywords are as follows:
and—Specifies that the list is up if all objects are
up, or down if one or more objects are down. For
example when tracking two interfaces, up means
that both interfaces are up, and down means that
either interface is down.
or—Specifies that the list is up if at least one
object is up. For example, when tracking two
interfaces, up means that either interface is up, and
down means that both interfaces are down.
The track-number range is from 1 to 500.
Adds a tracked object to the track list. The object-id
range is from 1 to 500. The not keyword optionally
negates the tracked object state.
The example means that when object 10 is up,
Note
the tracked list detects object 10 as down.
(Optional) Displays object tracking information.
(Optional) Saves this configuration change.
Configuring Object Tracking
21-7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents