11-03-2011 02:42 PM - edited 03-07-2019 03:12 AM
Hi,
Quick one....
Getting this output doing a traceroute:
Router# trace 172.20.5.51
1 10.1.15.42 0 msec 0 msec 4 msec
2 172.20.10.26 !A * !A
Everything is fine.
The IP 172.20.5.51 is a loopback of the same device that has the 172.20.10.26 on a physical interface (so the packet is getting to the destination fine, connectivity is fine).
But I haven't found the meaning of the !A * !A output.
Thank you!
Federico.
Solved! Go to Solution.
11-03-2011 03:13 PM
Federico Coto Fajardo wrote:
Hi,
Quick one....
Getting this output doing a traceroute:
Router# trace 172.20.5.51
1 10.1.15.42 0 msec 0 msec 4 msec
2 172.20.10.26 !A * !A
Everything is fine.
The IP 172.20.5.51 is a loopback of the same device that has the 172.20.10.26 on a physical interface (so the packet is getting to the destination fine, connectivity is fine).
But I haven't found the meaning of the !A * !A output.
Thank you!
Federico.
The !A indicates an "Administratively Prohibited" reply was received from the remote node, the * indicates the probe timed out.
At a guess, the node at 172.20.10.26 has an access list on the interface which denies ICMP replies in some form or another.
This
http://www.cisco.com/en/US/products/sw/iosswrel/ps1831/products_tech_note09186a00800a6057.shtml
document contains a list of the Cisco traceroute replies in it.
Cheers.
11-03-2011 03:13 PM
Federico Coto Fajardo wrote:
Hi,
Quick one....
Getting this output doing a traceroute:
Router# trace 172.20.5.51
1 10.1.15.42 0 msec 0 msec 4 msec
2 172.20.10.26 !A * !A
Everything is fine.
The IP 172.20.5.51 is a loopback of the same device that has the 172.20.10.26 on a physical interface (so the packet is getting to the destination fine, connectivity is fine).
But I haven't found the meaning of the !A * !A output.
Thank you!
Federico.
The !A indicates an "Administratively Prohibited" reply was received from the remote node, the * indicates the probe timed out.
At a guess, the node at 172.20.10.26 has an access list on the interface which denies ICMP replies in some form or another.
This
http://www.cisco.com/en/US/products/sw/iosswrel/ps1831/products_tech_note09186a00800a6057.shtml
document contains a list of the Cisco traceroute replies in it.
Cheers.
11-03-2011 03:27 PM
Excellent Darren!
That was it!
Thank you very much :-)
Federico.
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