hello,
I m trying to configure VRRP on 2 New 8206 switches, But no success, i m configuring according to the user guide.
when both the switches are connected to each other they are seen as Master and backup but when i disconnect the cable between them the backup remains in Initialize state it does'nt takeover the role of Master, though my all configuration are correct.
I m receiving the errors Mismatched Addr List Pkts:
The number of VRRP packets received wherein the list of virtual IP addresses doesn’t match the locally configured virtual
IP addresses for a VR.
But my virtual Ip address are correct, ihave not made any mistake to configure the Virtual IP
Below are the conifgs:
ip routing
router vrrp
Core 1:
vlan 10
ip add 10.10.10.1 255.255.255.0
vrrp vrid 10
owner
virtual-ip-address 10.10.10.1 255.255.255.0
priority 255
preempt
Core 2:
vlan 10
ip add 10.10.10.2 255.255.255.0
vrrp vrid 10
backup
virtual-ip-address 10.10.10.1 255.255.255.0
priority 110
preempt