ā05-09-2011 08:06 AM - edited ā03-04-2019 12:19 PM
We have a hosting/housing supplier that provides us connecivity through two links and we are using HSRP.
Las week after rebooting our router, it stopped reaching specifically the HSRP address at the suppliers routers, but still can reach the real addresses at the equipments:
RCURST08#ping 10.216.16.190
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.216.16.190, timeout is 2 seconds:
U.U.U
Success rate is 0 percent (0/5)
RCURST08#
RCURST08#ping 10.216.16.189
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.216.16.189, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
RCURST08#ping 10.216.16.188
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.216.16.188, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
RCURST08#
Our router informations:
Solved! Go to Solution.
ā05-10-2011 04:36 AM
Luiz
It would perhaps be helpful if you would post the output of show arp from the router. From the symptoms you describe I suspect that there are arp entries for 188 and 189 but not for 190.
HTH
Rick
Sent from Cisco Technical Support iPhone App
ā05-10-2011 06:38 AM
Luiz
Thanks for posting the output of show arp as I asked. I am surprised to see that there is an arp entry for the .190 address. I notice that the same MAC address is also in the arp table for addresses 178, 179, 180, 183. Do you know anything about those addresses? Are those addresses pingable?
HTH
Rick
ā05-10-2011 10:47 AM
Luiz
Thank you for the additional information. It is quite helpful. It shows what is preventing access to the .190 address though it does not show what the underlying cause of the problem is.
First let us look at the arp table from your previous post:
Internet 10.216.16.178 35 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.179 25 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.180 21 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.183 19 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.190 62 000d.bcb9.0c60 ARPA BVI11
The important entry is the one for 190 but I include the others because they show the same MAC address. So your router believes that the MAC address associated with .190 is 000d.bcb9.0c60.
Then let us look at the entry on the ISP router:
Internet 10.216.16.190 - 0000.0c07.ac01 ARPA FastEthernet0/0
so on the ISP router the MAC address is 0000.0c07.ac01. This is a normal MAC address for HSRP and it is different from the MAC that your router is using.
So your router can not access .190 because it is learning the wrong MAC address for 190.
It is not clear from what we know so far what is causing the wrong MAC to be learned. Is 000d.bcb9.0c60 by any chance the MAC associated with a firewall or something like that?
HTH
Rick
ā05-10-2011 02:23 PM
Luiz
Some device other than the ISP router is responding to the ARP request for the .190 address and this is what is causing the problem. If you can find what device has MAC 000d.bcb9.0c60 then you may be able to fix this problem.
If the connections are in a 2950 switch then you should be able to look into the mac address table and find what port has MAC 000d.bcb9.0c60 and then find what device is connected on that switch port.
HTH
Rick
ā05-10-2011 03:35 AM
Hello,
DId you checked with your provider that the HSRP configuration is fine on their side?
A "show standby brief" on their side could clarify if everything is fine.
How is your physical connection with the provider done? Two interfaces bridged? I see only one interface and one subinterface in your output.
Cheers,
Calin
ā05-10-2011 04:36 AM
Luiz
It would perhaps be helpful if you would post the output of show arp from the router. From the symptoms you describe I suspect that there are arp entries for 188 and 189 but not for 190.
HTH
Rick
Sent from Cisco Technical Support iPhone App
ā05-10-2011 05:23 AM
Hi,
At supplier they say that is everything ok, and at my router here is the show ARP:
RCURST08#sh arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 10.172.65.101 - 588d.095d.35a2 ARPA BVI11
Internet 10.172.65.102 120 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.177 - 588d.095d.35a2 ARPA BVI11
Internet 10.216.16.178 35 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.179 25 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.180 21 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.183 19 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.188 120 001e.be17.0818 ARPA BVI11
Internet 10.216.16.189 120 0024.97ea.8088 ARPA BVI11
Internet 10.216.16.190 62 000d.bcb9.0c60 ARPA BVI11
Internet 10.251.127.209 - 588d.095d.35a2 ARPA BVI11
Internet 10.251.127.210 120 0064.405b.d6b0 ARPA BVI11
Internet 172.25.121.9 - 588d.095d.35b8 ARPA GigabitEthernet2/0
Internet 172.25.248.113 158 0000.0c07.ac06 ARPA GigabitEthernet0/0
Internet 172.25.248.114 88 0030.8040.6aa2 ARPA GigabitEthernet0/0
Internet 172.25.248.115 142 0030.8047.d9a2 ARPA GigabitEthernet0/0
Internet 172.25.248.116 218 00e0.1e8d.fab0 ARPA GigabitEthernet0/0
Internet 172.25.248.117 - 588d.095d.35a0 ARPA GigabitEthernet0/0
Internet 172.25.248.118 222 0016.c724.4521 ARPA GigabitEthernet0/0
RCURST08#
ā05-10-2011 06:38 AM
Luiz
Thanks for posting the output of show arp as I asked. I am surprised to see that there is an arp entry for the .190 address. I notice that the same MAC address is also in the arp table for addresses 178, 179, 180, 183. Do you know anything about those addresses? Are those addresses pingable?
HTH
Rick
ā05-10-2011 06:58 AM
I'm looking but they belong to the range and are not active.
Other strange thing is about the Int BVI11 that is showing MAC as 0:
BVI11 is up, line protocol is up
Hardware is BVI, address is 588d.095d.35a2 (bia 0000.0000.0000)
I've tried to use the MAC address command with the one of Giga inteface, but it seems not to recognize:
RCURST08#sh int g0/2.11
GigabitEthernet0/2.11 is up, line protocol is up
Hardware is PQ3_TSEC, address is 588d.095d.35a2 (bia 588d.095d.35a2)
Could this be a signal of problem?
Rds,
Luiz
ā05-10-2011 08:11 AM
These are information at SP main router that answers for HSRP:
Renault-Principal#sho arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 10.216.16.177 18 588d.095d.35a2 ARPA FastEthernet0/0
Internet 10.216.16.190 - 0000.0c07.ac01 ARPA FastEthernet0/0
Internet 10.216.16.188 - 001e.be17.0818 ARPA FastEthernet0/0
Internet 10.216.16.189 1 0024.97ea.8088 ARPA FastEthernet0/0
Renault-Principal#sho standby
FastEthernet0/0 - Group 1
State is Active
131 state changes, last state change 5w1d
Virtual IP address is 10.216.16.190
Active virtual MAC address is 0000.0c07.ac01
Local virtual MAC address is 0000.0c07.ac01 (v1 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 1.836 secs
Preemption enabled, delay min 10 secs
Active router is local
Standby router is 10.216.16.189, priority 95 (expires in 7.208 sec)
Priority 100 (default 100)
Track interface Serial0/0/0 state Up decrement 10
IP redundancy name is "hsrp-Fa0/0-1" (default)
10.0.0.0/8 is variably subnetted, 5 subnets, 5 masks
C 10.216.16.176/28 is directly connected, FastEthernet0/0
S 10.216.17.0/24 is directly connected, Serial0/0/0
S 10.221.0.0/16 [1/0] via 10.216.9.41
C 10.216.9.41/32 is directly connected, Serial0/0/0
C 10.216.9.40/30 is directly connected, Serial0/0/0
S* 0.0.0.0/0 [1/0] via 10.216.16.177
ā05-10-2011 10:47 AM
Luiz
Thank you for the additional information. It is quite helpful. It shows what is preventing access to the .190 address though it does not show what the underlying cause of the problem is.
First let us look at the arp table from your previous post:
Internet 10.216.16.178 35 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.179 25 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.180 21 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.183 19 000d.bcb9.0c60 ARPA BVI11
Internet 10.216.16.190 62 000d.bcb9.0c60 ARPA BVI11
The important entry is the one for 190 but I include the others because they show the same MAC address. So your router believes that the MAC address associated with .190 is 000d.bcb9.0c60.
Then let us look at the entry on the ISP router:
Internet 10.216.16.190 - 0000.0c07.ac01 ARPA FastEthernet0/0
so on the ISP router the MAC address is 0000.0c07.ac01. This is a normal MAC address for HSRP and it is different from the MAC that your router is using.
So your router can not access .190 because it is learning the wrong MAC address for 190.
It is not clear from what we know so far what is causing the wrong MAC to be learned. Is 000d.bcb9.0c60 by any chance the MAC associated with a firewall or something like that?
HTH
Rick
ā05-10-2011 12:49 PM
The point is that they are connected at layer 2, at same Vlan in a 2950 switch.
ā05-10-2011 02:23 PM
Luiz
Some device other than the ISP router is responding to the ARP request for the .190 address and this is what is causing the problem. If you can find what device has MAC 000d.bcb9.0c60 then you may be able to fix this problem.
If the connections are in a 2950 switch then you should be able to look into the mac address table and find what port has MAC 000d.bcb9.0c60 and then find what device is connected on that switch port.
HTH
Rick
ā05-19-2011 02:22 PM
Using the sh mac-address at switch found this address at one other supplier's router, that ha been working for the last 3 years without problem en know decided to call attentiom. Apparentally no bug or problem or even config mistake.
Good case to study deeper.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide