Configures an IPv6 VRRPv3 group and enters into the virtual router configuration mode.
Interface subtype configuration mode
Enter no ipv6 vrrp-group group-ID to remove a specific IPv6 VRRPv3 group. If you remove a group, you cannot retrieve it. You would have to redo the configuration procedure.
IPv6 VRRPv3 must be enabled on the device before the IPv6 VRRP group is configured.
The following example shows how to assign an Ethernet interface to the VRRPv3 group with the ID of 18.
device# configure terminal device(config)# ipv6 protocol vrrp device(config)# interface ethernet 1/6 device(config-if-eth-1/6)# ipv6 address 2001:2019:8192::125/64 device(config-if-eth-1/6)# ipv6 vrrp-group 18 device(config-vrrp-group-18)#