Interfaces can be configured with an MD5 encrypted password for authentication, and VRRP-Ev3 can use the same authentication type associated with the interfaces on which you define the virtual router.
VRRP Extended version 3 (VRRP-Ev3) must be configured on the device and the interface associated with a virtual router group.
Any VRRP-Ev3 packets that do not contain the password are dropped. If your interfaces do not use authentication, neither does VRRP-Ev3. Repeat this task on all interfaces on all devices that support the same virtual router group.
Note
VRRP-E is supported on the devices described in this guide. In a mixed-device environment, consult your documentation for the other devices to determine if VRRP-E is supported.device# configure terminal
device(config)# ipv6 protocol vrrp-extended
device(config)# interface ve 20
device(config-if-Ve-20)# ipv6 vrrp-extended auth-type md5-auth kfhb61qp
device(config-if-Ve-20)# end
device# show ipv6 vrrp Total number of VRRP session(s) : 1 VRID 1 Interface: Ve 10; Ifindex: 1207959562 Mode: VRRPE Admin Status: Enabled Description : Address family: IPv6 Version: 2 Authentication type: MD5 Authentication . . .
The following example configures MD5 authentication for the specified VRRP-E interface.
device# configure terminal device(config)# ipv6 protocol vrrp-extended device(config)# interface ve 20 device(config-if-Ve-20)# ipv6 vrrp-extended auth-type md5-auth kfhb61qp device(config-if-Ve-20)# end device# show ipv6 vrrp