Configuration Commands : ipv6 datapath route

ipv6 datapath route
Description
Use the ipv6 datapath route command to add an IPv6 datapath 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 an IPv6 datapath static route.
Syntax
ipv6 datapath route <network prefix> <mask length> <next hop IPv6 address> [metric <metric>]
ipv6 datapath route <network prefix> <mask length> <next hop IPv6 address> metric <metric> [if <interface>]
no ipv6 datapath route <network prefix> <mask length> <next hop IPv6 address>
Arguments
metric <metric>
if <interface>
Defaults
None.
Command Mode
Global Configuration Mode
See Also
See the following related commands:
n
n
n
n
n
n
n
Usage Guidelines
None.
Examples
To define a static route for inbound LAN traffic arriving at the bvi0 interface and destined for 2001:10:1:1:: /64:
(config) # ip datapath route 2001:10:1:1:: /64 2001:10:1:1::2 metric 100 if bvi0

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