CLI Reference IP Routing Configuration Commands
Length of the IPv6 prefix. The
symbol of “ / ” must be added in
front of the prefix.
The next hop IP address of the
static route
(Optional) The next hop egress of
the static route
(Optional) The management
distance of the static route
Global configuration mode.
The default management distance of the static route is 1. Setting the
management distance allows the learnt dynamic route to overwrite
the static route. Setting the management distance of the static route
can enable route backup, which is called floating route in this case.
The S2600-I series products support up to 16 IPv6 static
routes.
The IPv6 static route supports only the default route with the
mask being 0, and the host route with the mask being 128.
The following example configures a default route whose next hop is
2002::2.
Ruijie(config)#ipv6 route 0::/0 2002::2
If the static route has not a specific interface, data flows may be sent
thought other interface in case of interface failure. The following
example configures that data flows are sent through fastehternet 0/0
to the destination network of 2001::/128.
ipv6 route 2001::/128 fastethernet 0/0 2002::2