Hi,
There is a firewall and two n4032 switch connected to unmanaged flat switch. the vlan 5 used for two switch vrrp. the switch 1 is taking as master , but switch 2 is always showing initialized forever. incoming traffic is passing thru master switch. firewall is able to ping vlan 5 virutal ip and switch 1 and switch 2 individual ip. but the switch 2 state is showing initialized. is something wrong in the config?
two switches are able to ping each other ip address and vip.
Switch 1 (master)
Vlan 5 - Group 5
Primary IP Address............................. 192.168.2.2
VMAC Address................................... 0000.5E00.0105
Authentication Type............................ None
Priority....................................... 110
Configured Priority............................ 110
Advertisement Interval (secs).................. 1
Accept Mode.................................... Enable
Pre-empt Mode.................................. Enable
Pre-empt delay................................. 0
Administrative Mode............................ Enable
State.......................................... Master
Timers Learn mode.............................. Disable
Description....................................
interface vlan 5
ip address 192.168.2.3 255.255.255.0
vrrp 5
vrrp 5 mode
vrrp 5 ip 192.168.2.2
vrrp 5 priority 110
vrrp 5 accept-mode
exit
Switch 2 ( slave )
Vlan 5 - Group 5
Primary IP Address............................. 192.168.2.2
VMAC Address................................... 0000.5E00.0105
Authentication Type............................ None
Priority....................................... 100
Configured Priority............................ 100
Advertisement Interval (secs).................. 1
Accept Mode.................................... Enable
Pre-empt Mode.................................. Enable
Pre-empt delay................................. 0
Administrative Mode............................ Enable
State.......................................... Initialized
Timers Learn mode.............................. Disable
Description....................................
interface vlan 5
ip address 192.168.2.4 255.255.255.0
vrrp 5
vrrp 5 mode
vrrp 5 ip 192.168.2.2
vrrp 5 accept-mode
exit
why is switch 2 keep showing the state as Initialized? any advise please.
Thanks.