Mode
ip route
This command configures a static route. The
is a valid subnet mask. The
<subnetmask>
next hop router. The optional
allows you to specify the preference value (sometimes called "administrative distance") of an
individual static route. Among routes to the same destination, the route with the lowest
preference value is the route entered into the forwarding database. By specifying the
preference of a static route, you control whether a static route is more or less preferred than
routes from dynamic routing protocols. The preference also controls whether a static route is
more or less preferred than other static routes to the same destination. A route with a
preference of 255 cannot be used to forward traffic.
For the static routes to be visible, you must perform the following steps:
•
Enable ip routing globally.
•
Enable ip routing for the interface.
•
Confirm that the associated link is also up.
Default
Format
Mode
no ip route
This command deletes a single next hop to a destination static route. If you use the
parameter, the next hop is deleted. If you use the
<nexthopip>
preference value of the static route is reset to its default.
Format
Mode
ip route default
This command configures the default route. The value for
of the next hop router. The
preference of 255 cannot be used to forward traffic.
Default
Format
Mode
no ip route default
This command deletes all configured default routes. If the optional
designated, the specific next hop is deleted from the configured default route and if the
optional preference value is designated, the preference of the configured default route is reset
to its default.
Interface Config
<preference>
preference—1
ip route <ipaddr> <subnetmask> [<nexthopip>][<preference>]
Global Config
no ip route <ipaddr> <subnetmask> [{<nexthopip> | <preference>}]
Global Config
<preference>
preference—1
ip route default <nexthopip> [<preference>]
Global Config
parameter is a valid IP address, and
<ipaddr>
parameter is a valid IP address of the
<nexthopip>
parameter is an integer (value from 1 to 255) that
<preference>
<nexthopip>
is an integer value from 1 to 255. A route with a
3 Routing Commands
value, the
is a valid IP address
parameter is
<nexthopip>
IP Routing Commands
123