HSRP failback doesnt work properly. standby status changes ACT <=> SBY unstably when its time to failback.
but without "mac-address-table secure" setting, the failback works
i think mac address filter is the problem, but i dont know how to fix... can someone tell me whats wrong?
regards
---ACT---
interface Vlan1
ip address 10.1.1.194 255.255.255.240
no ip redirects
no ip proxy-arp
standby 1 ip 10.1.1.193
standby 1 priority 200
standby 1 preempt delay minimum 60
interface GigabitEthernet0
no ip address
storm-control broadcast level 1.00
storm-control action shutdown
no cdp enable
mac-address-table secure 0000.0c07.ac01 GigabitEthernet0 <- VIPs mac address
mac-address-table secure xxxx.xxxx.xxxx GigabitEthernet0 <- SBYs mac address
mac-address-table secure xxxx.xxxx.xxxx GigabitEthernet0 <- relay switchs mac address
---SBY---
interface Vlan1
ip address 10.1.1.195 255.255.255.240
no ip redirects
no ip proxy-arp
standby 1 ip 10.1.1.193
standby 1 priority 150
standby 1 preempt
interface GigabitEthernet0
no ip address
storm-control broadcast level 1.00
storm-control action shutdown
no cdp enable
mac-address-table secure 0000.0c07.ac01 GigabitEthernet0 <- VIPs mac address
mac-address-table secure xxxx.xxxx.xxxx GigabitEthernet0 <- ACTs mac address
mac-address-table secure xxxx.xxxx.xxxx GigabitEthernet0 <- relay switchs mac address