Users Guide

Table Of Contents
Layer 3 Routing Commands 1570
User Guidelines
Enter a track track-number in the ipv6 route command to specify that the
static route is installed in the routing table only if the configured SLA
tracking object is up. When the track object is down, the route is removed
from the Route Table. Only one tracking object can be associated with a static
route at a time. Configuring a different tracking object replaces the previously
configured tracking object.
To display the tracked IPv6 static routes, use the show ipv6 route track-table
command.
Command History
Command updated in version 6.6 firmware.
Example
The following example configure an IPv6 static route.
console(config)#ipv6 route 2020:1::1/64 2030:1::2
ipv6 route distance
Use the ipv6 route distance command in Global Configuration mode to set
the default distance (preference) for static routes. Lower route preference
values are preferred when determining the best route. The ipv6 route and
ipv6 route default commands allow optional setting of the distance of an
individual static route. The default distance is used when no distance is
specified in these commands. Changing the default distance does not update
the distance of existing static routes, even if they were assigned the original
default distance. The new default distance is applied to static routes created
after invoking the ipv6 route distance command.
Syntax
ipv6 route distance integer
no ipv6 route distance integer
integer — Specifies the distance (preference) of an individual static route.
(Range 1-255)