Hello Pals,
I have two 4506 switches connecting via L2 etherChannel and various SVIs. Everything is fine but 2 out of the 32 SVIs configured do not communicate using HSRP. Both claim they are active. All the VLANs are allowed on the EtherChannel trunk. all the configurations are alike with the rest of the SVI configs. I have posted the SVI conigs of two VLANs (one working the other not) from both switches as below.
interface Vlan13
ip address 10.0.13.3 255.255.255.0
no ip redirects
standby 226 ip 10.0.13.1
standby 226 timers 5 15
standby 226 authentication HSRP@XXX
interface Vlan14
ip address 10.0.14.3 255.255.255.0
no ip redirects
standby 226 ip 10.0.14.1
standby 226 timers 5 15
standby 226 authentication HSRP@XXX
and on the 2nd switch i have
interface Vlan13
ip address 10.0.13.2 255.255.255.0
no ip redirects
standby 226 ip 10.0.13.1
standby 226 timers 5 15
standby 226 priority 110
standby 226 authentication HSRP@XXX
interface Vlan14
ip address 10.0.14.2 255.255.255.0
no ip redirects
standby 14 ip 10.0.14.1
standby 14 timers 5 15
standby 14 priority 110
standby 14 authentication HSRP@XXX
is there anything I miss here? I have checked almost everything in my perception.