virtual-ipv6
Use this command to set the virtual IPv6 address for the VRRP virtual router. This is the IPv6 address used by end hosts to address their default gateway. A maximum of one link-local and one global IPv6 address can be configured as virtual IP.
The VRRP Owner of the Virtual IPv6 address only responds to packets destined to the Virtual IPv6 address.
Use the no parameter with this command to remove a virtual IPv6 address assignment.
Syntax Description
virtual-ipv6 X:X::X:X (owner|)
no virtual-ip (X:X::X:X |)
Parameters
X:X::X:X
Virtual IPv6 address of the interface that participates in virtual routing.
owner
Specify the IPv6 address as the owner.
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
The example below shows how to configure a router as VRRP Owner:
#configure terminal
(config)#router ipv6 vrrp 1 eth1
(config-router)#virtual-ipv6 fe80::1 owner
(config-router)#virtual-ipv6 2001::10
The example below removes the virtual IP address assignment.
#configure terminal
(config)#router ipv6 vrrp 1 eth1
(config-router)#no virtual-ipv6
Last modified date: 08/28/2023