From R80.20 and higher, OSPFv3 is supported on ClusterXL. OSPFv3 requires Link-Local VIP support, because it uses the VIP as the source IP address in communication with the OSPF neighbors. An IPv6 Link-Local address is automatically added to each interface when IPv6 is enabled on Gaia. You can override the automatic Link-Local address with manual configuration. Manual and automatic configuration of Link-Local-VIP is possible on every interface that has a global VIP address.
To enable OSPFv3 on an interface:
cphaconf set_link_local <
interface_name> <
link_local_IPv6_VIP>
cphaconf set_link_local –vs <
VSID> <
interface_name> <
link_local_IPv6_VIP>
Or
cpstop
and then cpstart
Run: show cluster interfaces all
Output example:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note - In automatic configuration, when an IPv4 address changes, the IPv6 Link-Local address changes as well. In manual configuration, when the IPV4 adderess changes, the manually configured IPV6 address persists.
To see the OSPFv3 interfaces:
show ipv6 ospf3 interfaces show ipv6 ospf3 neighbors |
To back up the Link-Local VIP configuration:
Save a copy of the $FWDIR/conf/linklocal_local.vip
file.
To remove a Link-Local VIP:
cphaconf delete_link_local <
interface_name> <
cluster_IP>
cphaconf delete_link_local –vs <VSID> <
interface_name> <
cluster_IP>
set ipv6 ospf3 interface <
interface_name> area backbone off
save config