Hi,
I got a S4 Chassis and a X670
I configured vrrp vrid 1 on both of them.
S4 (Master):
interface vlan.0.200
ip address 10.33.1.2 255.255.255.0 primary
vrrp create 1 v3-IPv4
vrrp advertise-interval 1 centiseconds 20
vrrp priority 1 priority 200
vrrp address 1 10.33.1.1
vrrp enable 1
no shutdown
exit
X670 (Backup):
configure vlan 200 ipaddress 10.33.1.3/24
create vrrp vlan 200 vrid 1
configure vrrp vlan 200 vrid 1 add 10.33.1.1
configure vrrp vlan 200 vrid 1 priority 100
configure vrrp vlan 200 vrid 1 advertise-interval 20
enable vrrp
Now the X670 is the Backup
The S4 should be the Master here.
when I put vrrp online I am getting following Error Message:
something like that
advertise-interval: IP not in List
After this the X670 is switching to the Mastert Role
Any suggestions?