Alcatel-Lucent OmniSwitch 9900 Series Network Configuration Manual page 386

Omniswitch aos release 8
Table of Contents

Advertisement

Configuring IPv6
Creating an IPv6 Static Route
Static routes are user-defined and carry a higher priority than routes created by dynamic routing protocols.
That is, if two routes have the same metric value, the static route has the higher priority. Static routes
allow you to define, or customize, an explicit path to an IPv6 network segment, which is then added to the
IPv6 Forwarding table. Static routes can be created between VLANs to enable devices on these VLANs to
communicate.
Use the
ipv6 static-route
of the route as well as the IPv6 address of the first hop (gateway) used to reach the destination. For
example, to create a static route to IPv6 address 212:95:5::/64 through gateway
fe80::2d0:95ff:fe6a:f458
-> ipv6 static-route 2001:db8:212:95::/64 gateway fe80::2d0:95ff:fe6a:f458 v6if-137
Note that in the example above the IPv6 interface name for the gateway was included. This parameter is
required only when a link local address is specified as the gateway.
When you create a static route, the default metric value of 1 is used. However, you can change the priority
of the route by increasing its metric value. The lower the metric value, the higher the priority. This metric
is added to the metric cost of the route. The metric range is 1 to 15. For example:
-> ipv6 static-route 2001:db8:212:95::/64 gateway fe80::2d0:95ff:fe6a:f458 v6if-137
metric 3
Static routes do not age out of the IPv6 Forwarding table; you must delete them from the table. Use the no
ipv6 static-route command to delete a static route. You must specify the destination IPv6 address of the
route as well as the IPv6 address of the first hop (gateway). For example, to delete the static you would
enter:
-> no ip static-route 2001:db8:212:95::/64 gateway fe80::2d0:95ff:fe6a:f458 v6if-137
The IPv6 Forwarding table includes routes learned through one of the routing protocols (RIP, OSPF,
BGP) as well as any static routes that are configured. Use the
IPv6 Forwarding table.
Note. A static route is not active unless the gateway it is using is active.
To create an IPv6 static route with gateway pointing to an EMP interface, specify the keyword emp for
the interface name field instead of specifying the exact interface name of the EMP interface (for example,
EMP-CMMA-CHAS1).
-> ipv6 static-route 212:95:5::/64 gateway 2001::205 emp
or
-> ipv6 static-route 212:95:5::/64 gateway 2001::205 EMP-CMMA-CHAS1
Note.
If an IPv6 address is configured on the EMP port on a VC or chassis setup, ensure to configure the
IPv6 address on all the VC elements or CMM.
Static route with default gateway towards EMP interface is not allowed.
-> ipv6 static-route ::/0 gateway 2001::205 EMP-CMMA-CHAS1
ERROR: Default routes with gateway on EMP port not allowed
See
"Configure IPv6 EMP Interface" on page 17-29
interface.
OmniSwitch AOS Release 8 Network Configuration Guide
command to create a static route. You must specify the destination IPv6 address
on interface v6if-137, you would enter:
show ipv6 routes
for more information on configuring IPv6 EMP
December 2017
Creating an IPv6 Static Route
command to display the
page 17-18

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents