User manual

12: Static routes configuration
_______________________________________________________________________________________________________
route.
metric number no 0 Specifies the route metric to use.
mtu number no
interface
MTU
Defines a specific MTU for this route.
12.2 IPv6 routes
IPv6 routes can be specified as well by defining one or more route6 sections.
A minimal example is shown below.
network.@route6[0]=route6
network.@route6[0].interface=lan
network.@route6[0].target=2001:0DB8:100:F00:BA3::1/64
network.@route6[0].gateway=2001:0DB8:99::1
config 'route6'
option 'interface' 'lan'
option 'target' '2001:0DB8:100:F00:BA3::1/64'
option 'gateway' '2001:0DB8:99::1'
Lan is the logical interface name of the parent interface.
2001:0DB8:100:F00:BA3::1/64 is the routed IPv6 subnet in CIDR notation.
2001:0DB8:99::1 specifies the IPv6 gateway for this route.
Legal options for IPv6 routes are:
Name Type Required Default Description
interface string yes (none)
Specifies the logical interface name of the
parent (or master) interface this route is
belonging to, must refer to one of the
defined interface sections.
target ipv6 address yes (none) Sets the IPv6 network address.
gateway ipv6 address no (none)
Sets the IPv6 gateway. If omitted, the
gateway from the parent interface is taken.
metric
number
no
0
Specifies the route metric to use.
mtu number no
interface
MTU
Defines a specific MTU for this route.
_______________________________________________________________________________________________________
© Virtual Access 2015
GW1000 Series User Manual
Issue: 2.4 Page 70 of 255