Hi,
This is a Troubleshooting question, I am trying to setup HSRP for my DISTR1 switch to deal with packets from VLAN 10-20-30-40 and my DISTR2 switch to handle packets from VLAN 50-60-70-80.
The problem is that after setting up HSRP, the Active Virtual MAC Add given doesn't match the Local Virtual Address of the my Active switch so when my host in the VLAN 30 (IP 172.16.48.2 /30) tries to ping VLAN 60 host (IP 172.16.96.3 /30) the Destination Mac Address linked to its Default Gateway (IP 172.16.48.1/30) is 0000.0C9F.0000 causing the packet not be routed by my L3 Switch and ultimately not being able to reach its destination.
What I think it needs to happen for the packet to be routed by my DISTR1 to its destination is that the Active Virtual MAC Address matches the Local Virtual Mac Address of my switch (See "Show Standby" command)
Next some show commands to help you spot any problem
DISTR1#sh standby brief
P indicates configured to preempt.
|
Interface Grp Pri P State Active Standby Virtual IP
Vl1 10 120 P Active local 172.16.16.20 172.16.16.1
Vl2 20 120 P Active local 172.16.32.20 172.16.32.1
Vl3 30 120 P Active local 172.16.48.20 172.16.48.1
Vl4 40 120 P Active local 172.16.64.20 172.16.64.1
Vl5 50 100 Standby 172.16.80.20 local 172.16.80.1
Vl6 60 100 Standby 172.16.96.20 local 172.16.96.1
Vl7 70 100 Standby 172.16.112.20 local 172.16.112.1
Vl8 80 100 Standby 172.16.128.20 local 172.16.128.1
Vlan60 - Group 60 (version 2)
State is Active
4 state changes, last state change 01:10:37
Virtual IP address is 172.16.96.1
Active virtual MAC address is 0000.0C9F.0000
Local virtual MAC address is 0000.0C9F.F03C (v2 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 2.372 secs
Preemption enabled
Active router is local
Standby router is 172.16.96.10
Priority 120 (configured 120)
Group name is hsrp-Vl6-60 (default)
DISTR1#sh standby |
Vlan40 - Group 40 (version 2)
State is Active
3 state changes, last state change 01:15:22
Virtual IP address is 172.16.64.1
Active virtual MAC address is 0000.0C9F.0000 Local virtual MAC address is 0000.0C9F.F028 (v2 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 1.205 secs
Preemption enabled
Active router is local
Standby router is 172.16.64.20, priority 120 (expires in 9 sec)
Priority 120 (configured 120)
Group name is hsrp-Vl4-40 (default)
Active virtual MAC address is 0000.0C9F.0000
Local virtual MAC address is 0000.0C9F.F00A (v2 default)
DISTR2#sh standby brief
P indicates configured to preempt.
|
Interface Grp Pri P State Active Standby Virtual IP
Vl1 10 100 Standby 172.16.16.10 local 172.16.16.1
Vl2 20 100 Standby 172.16.32.10 local 172.16.32.1
Vl3 30 100 Standby 172.16.48.10 local 172.16.48.1
Vl4 40 100 Standby 172.16.64.10 local 172.16.64.1
Vl5 50 120 P Active local 172.16.80.10 172.16.80.1
Vl6 60 120 P Active local 172.16.96.10 172.16.96.1
Vl7 70 120 P Active local 172.16.112.10 172.16.112.1
Vl8 80 120 P Active local 172.16.128.10 172.16.128.1
DISTR2#sh standby
Vlan60 - Group 60 (version 2)
State is Active
4 state changes, last state change 01:10:37
Virtual IP address is 172.16.96.1
Active virtual MAC address is 0000.0C9F.0000 Local virtual MAC address is 0000.0C9F.F03C (v2 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 2.372 secs
Preemption enabled
Active router is local
Standby router is 172.16.96.10
Priority 120 (configured 120)
Group name is hsrp-Vl6-60 (default)
Please let me know if you can see any problem with this configuration or if you need any other output to troubleshoot this scenario.
Thank in advance for you help guys.