IP Router Configuration
7705 SAR OS Router Configuration Guide 195
preference — only displays static routes with the specified route preference
Values 0 to 65535
ip-address — only displays static routes with the specified next hop IP address
Values ipv4-address a.b.c.d (host bits must be 0)
Values ipv6-address x:x:x:x:x:x:x:x (eight 16-bit pieces)
x:x:x:x:x:x:d.d.d.d
x: [0 to FFFF]H
d: [0 to 255]D
tag — displays the 32-bit integer tag added to the static route. The tag is used in route policies to
control distribution of the route into other protocols.
Values 1 to 4294967295
detail — displays detailed static route information
Output The following output is an example of static route information, and Table 36 describes the fields.
Sample Output
*A:ALU-1# show router static-route
===============================================================================
Static Route Table (Router: Base) Family: IPv4
===============================================================================
Prefix Tag Met Pref Type Act
Next Hop Interface
-------------------------------------------------------------------------------
192.168.250.0/24 1 5 NH Y
10.200.10.1 to-ser1
192.168.252.0/24 1 5 NH N
10.10.0.254 n/a
192.168.253.0/24 1 5 NH N
to-ser1 n/a
===============================================================================
*A:ALU-A#
Table 36: Show Static Route Table Output Fields
Label Description
Prefix The static route destination address
Tag The 32-bit integer tag added to the static route
Met The route metric value for the static route
Pref The route preference value for the static route
Type NH — The route is a static route with a directly connected next hop. The
next hop for this type of route is either the next-hop IP address or an
egress IP interface name.