03-11-2019 07:48 PM - edited 02-21-2020 08:56 AM
Hi,
I am having a weird issue where traceroutes show the second response on windows and the second & third on *nix as a * but only for the first hop. I don't know how to explain it or what might be causing it.
Pings to the same hosts are continuous as you can see from the examples below. Can anyone suggest what might be causing this problem. It happens between SVI interfaces and also physical (internal to outside etc).
Thanks in Advance,
Alex
Windows:
C:\Users\User>tracert -d 172.20.1.6 Tracing route to 172.20.1.6 over a maximum of 30 hops 1 <1 ms * <1 ms 172.27.2.1 2 <1 ms <1 ms <1 ms 172.20.1.6 Trace complete.
*Nix (Ubuntu in this case)
raceroute to 172.20.1.6 (172.20.1.6), 30 hops max, 60 byte packets 1 _gateway (172.20.0.1) 0.462 ms * * 2 nzakl1pc001.domain.local (172.20.1.6) 1.175 ms * *
Ping:
C:\Users\User>ping 172.20.1.6 -t Pinging 172.20.1.6 with 32 bytes of data: Reply from 172.20.1.6: bytes=32 time<1ms TTL=127 Reply from 172.20.1.6: bytes=32 time<1ms TTL=127 Reply from 172.20.1.6: bytes=32 time<1ms TTL=127 Reply from 172.20.1.6: bytes=32 time<1ms TTL=127 Reply from 172.20.1.6: bytes=32 time<1ms TTL=127 Reply from 172.20.1.6: bytes=32 time<1ms TTL=127 Ping statistics for 172.20.1.6:
Solved! Go to Solution.
03-17-2019 05:19 PM - edited 03-17-2019 05:19 PM
OK, so if the 1st hop is the ASA and the response for second probe is lost, then it has to do with the rate limit of ICMP unreacheables on ASA, which by default is 1 per second. You can try to increase the rate and check.
03-20-2019 04:30 PM
Thank you very much llkin for taking the time to assist. I have modified the icmp unreachable rate and this has fixed the issue (albeit just a cosmetic issue).
I found
icmp unreachable rate-limit 1 burst-size 1
in the config and replaced it with
icmp unreachable rate-limit 5 burst-size 5
03-12-2019 02:20 AM
03-14-2019 05:35 PM
Hi,
Topology is very simple, its a SMB network.
ASA acting as Layer 3, gi1/1 is connected to a switch and has a few sub interfaces on it for the vlans (only 4).
I have noticed that this even occurs when I connect a laptop directly into a ASA port. I configured gi1/8 with an IP, plugged a laptop directly into the port and tracing to either the internet, or another machine on one of the SVI's resulted in the second packet being dropped.
I had thought of ICMP rate limiting, but I cant see anything in the ASA config about it and i'm not running any QoS anywhere either.
Thanks,
Alex
03-15-2019 12:05 AM
Tracing route to 172.20.1.6 over a maximum of 30 hops 1 <1 ms * <1 ms 172.27.2.1 2 <1 ms <1 ms <1 ms 172.20.1.6
In the output above is 172.27.2.1 ASA and is the behaviour consistent,t i.e. 2nd response is always dropped?
03-17-2019 01:25 PM
Hi llkin, Yes 172.27.2.1 is the ASA (SVI interface on gi1/2.300). It is always consistent from both the SVI interfaces on the VLANs or even when I made a direct test interface. It is consistent when pinging anything as well, internal hosts or internet hosts so that rules out NAT etc too.
03-17-2019 05:19 PM - edited 03-17-2019 05:19 PM
OK, so if the 1st hop is the ASA and the response for second probe is lost, then it has to do with the rate limit of ICMP unreacheables on ASA, which by default is 1 per second. You can try to increase the rate and check.
03-20-2019 04:30 PM
Thank you very much llkin for taking the time to assist. I have modified the icmp unreachable rate and this has fixed the issue (albeit just a cosmetic issue).
I found
icmp unreachable rate-limit 1 burst-size 1
in the config and replaced it with
icmp unreachable rate-limit 5 burst-size 5
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