Configuration Commands : ip datapath route

ip datapath route
Description
Use the ip datapath route command to configure next-hop address(es) for LAN-side networks that are not directly connected to a bridge-mode appliance.
Use the no form of ip datapath route command to remove datapath static route.
Syntax
ip datapath route <network prefix> <netmask or mask length> < next hop IP address>
ip datapath route <network prefix> <netmask or mask length> < next hop IP address> metric <1..255> [if <interface name>]
no ip datapath route <network prefix> <netmask or mask length> [< destination>]
Arguments
metric <1-255>
Specifies an integer cost metric (ranging from 1 to 255) for the route, which is used when choosing among multiple routes in the routing table that most closely match the destination address of a packet being forwarded. The route with the lowest metric is chosen. The metric can reflect the number of hops, the speed of the path, path reliability, path throughput, or administrative properties.
if <interface name>
Defaults
None.
Command Mode
Global Configuration Mode
See Also
See the following related commands:
n
n
n
n
n
n
Usage Guidelines
None.
Examples
To configure a datapath route from the 10.10.10.0 network to the next-hop IP, 172.11.15.13, use one of the following:
(config) # ip datapath route 10.10.10.0 /24 172.11.15.13
(config) # ip datapath route 10.10.10.0 255.255.255.0 172.11.15.13

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