Cisco Nexus 7000 Series Configuration Manual page 505

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 .
4.
5.
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
track object-id {ip | ipv6} route
prefix/length reachability
Example:
switch(config)# track 2 ip route
192.0.2.0/8 reachability
switch(config-track)#
Step 3
vrf member vrf-name
Example:
switch(config-track)# vrf member Red
Step 4
show track [ object-id ]
Example:
switch(config-track)# show track 3
Step 5
copy running-config startup-config
Example:
switch(config-track)# copy
running-config startup-config
This example shows how to configure object tracking for a route and use VRF Red to look up
reachability information for this object:
switch# config t
switch(config)# track 2 ip route 209.165.201.0/8 reachability
switch(config-track)# vrf member Red
switch(config-track)# copy running-config startup-config
This example shows how to modify tracked object 2 to use VRF Blue instead of VRF RED to look up
reachability information for this object:
switch# config t
switch(config)# track 2
switch(config-track)# vrf member Blue
switch(config-track)# copy running-config startup-config
OL-20002-02
show track [object-id]
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Purpose
Enters configuration mode.
Creates a tracked object for a route and enters tracking
configuration mode. The object-id range is from 1 to
500. The prefix format for IP is A.B.C.D/length, where
the length range is from 1 to 32. The prefix format for
IPv6 is A:B::C:D/length, where the length range is
from 1 to 128.
Configures the VRF to use for tracking the configured
object.
(Optional) Displays object tracking information.
(Optional) Saves this configuration change.
Configuring Object Tracking
21-13

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents