7000 Series L3 Managed Switch Reference Manual for Software v2.0
8-28 Routing Commands
Format show router route entry <networkaddr>
Network Address Is a valid network address identifying the network on the speci-
fied interface.
Subnet Mask Is a mask of the network and host portion of the IP address for the
attached network.
Protocol Tells which protocol added the specified route. The possibilities
are: local, static, OSPF or RIP.
Next Hop Interface The outgoing router interface to use when forwarding traffic to
the next destination.
Next Hop IP Address The outgoing router IP address to use when forwarding traffic to
the next router (if any) in the path toward the destination.
Metric The metric value that is used for this route entry.
show router route preferences
This command displays detailed information about the route preferences. Route preferences are
used in determining the best route. Lower router preference values are preferred over higher router
preference values.
Format show router route preferences
Local This field displays the local route preference value.
Static This field displays the static route preference value.
OSPF Intra This field displays the OSPF Intra route preference value.
OSPF Inter This field displays the OSPF Inter route preference value.
OSPF Type-1 This field displays the OSPF Type-1 route preference value.
OSPF Type-2 This field displays the OSPF Type-2 route preference value.
RIP This field displays the RIP route preference value.
BGP4 This field displays the BGP-4 route preference value.
config router route create
This command configures a static route. The <networkaddr> and <nexthopip> are valid ip
addresses. The <subnetmask> is a valid subnet mask. The [metric] parameter is an integer value
from 0 to 255. The default value is 1.
Format config router route create <networkaddr>
<subnetmask> <nexthopip> [metric]