Send document comments to nexus7k-docfeedback@cisco.com.
21-9
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 21 Configuring Object Tracking
Configuring Object Tracking
This example shows how to configure a track list with an up threshold of 70% and a down threshold of
30%:
switch# config t
switch(config)# track 1 list threshold percentage
switch(config-track)# threshold percentage up 70 down 30
switch(config-track)# object 10
switch(config-track)# object 20
switch(config-track)# object 30
Configuring an Object Track List with a Weight Threshold
You can configure an object track list that contains a weight threshold. A tracked list contains one or
more objects. The combined weight of up objects must exceed the configured track list up weight
threshold before the track list is in an up state. For example, if the tracked list has three objects with the
default weight of 10 each, and you configure an up threshold of 15, two of the objects must be in the up
state (combined weight of 20) for the track list to be in the up state.
BEFORE YOU BEGIN
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1. config t
2. track track-number list threshold weight
3. threshold weight up up-value down down-value
4. object object-number weight value
5. show track
6. copy running-config startup-config
Step 4
object
object-id
Example:
switch(config-track)# object 10
Adds a tracked object to the track list. The object-id
range is from 1 to 500.
Step 5
show track
Example:
switch(config-track)# show track
(Optional) Displays object tracking information.
Step 6
copy running-config startup-config
Example:
switch(config-track)# copy
running-config startup-config
(Optional) Saves this configuration change.
Command Purpose