Configuration Commands : ip route

ip route
Description
Use the ip route command to add a static route. Static routes help the appliance route management traffic out of the appliance to different subnets.
Use the no form of this command to remove a static route.
Syntax
ip route <network prefix> <netmask or mask length> <next hop IP address or interface name>
ip route <network prefix> <netmask or mask length> <next hop IP address or interface name> [<interface name>]
no ip route <network prefix> <netmask> [<destination>]
Arguments
Defaults
None.
Command Mode
Global Configuration Mode
See Also
See the following related commands:
n
n
n
n
n
n
n
n
Usage Guidelines
None.
Examples
To define a static route for an internal subnet with IP address 172.16.15.0 and netmask 255.255.255.0 using an internal router with IP address 172.16.30.7:
(config) # ip route 172.11.15.0 /24 172.11.30.7

Please send comments or suggestions regarding user documentation to techpubs@silver-peak.com.