cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1428
Views
0
Helpful
2
Replies

Traceroute from Host behind Cisco ASA 5505

Net_Stef
Level 1
Level 1

Hello all,

I'm trying to perform a traceroute from a host behind ASA 5505, but i cannot see any path:

C:\Users\Stef>tracert -d www.google.com

Tracing route to www.google.com [216.58.207.36]
over a maximum of 30 hops:

1 * * * Request timed out.
2 * * * Request timed out.
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.
9 * * * Request timed out.
10 52 ms 52 ms 53 ms 216.58.207.36

 

I have uploaded also the configuration file. What is the missing command used to traceroute successfully?

Thanks in advance,

Stef

 

 

1 Accepted Solution

Accepted Solutions

Hi,

To traceroute through the ASA you need to permit icmp time-exceeded and unreachable inbound on the outside interface. E.g:-

 

access-list OUTSIDE_IN extended permit icmp any any time-exceeded
access-list OUTSIDE_IN extended permit icmp any any unreachable
access-group OUTSIDE_IN in interface OUTSIDE

By default the ASAs IP address would not appear as a hop in the traceroute, to enable this you can also decrement the ttl. E.g:-

 

policy-map global_policy
class class-default
set connection decrement-ttl

Further examples here and here.

 

HTH

View solution in original post

2 Replies 2

Hi,

To traceroute through the ASA you need to permit icmp time-exceeded and unreachable inbound on the outside interface. E.g:-

 

access-list OUTSIDE_IN extended permit icmp any any time-exceeded
access-list OUTSIDE_IN extended permit icmp any any unreachable
access-group OUTSIDE_IN in interface OUTSIDE

By default the ASAs IP address would not appear as a hop in the traceroute, to enable this you can also decrement the ttl. E.g:-

 

policy-map global_policy
class class-default
set connection decrement-ttl

Further examples here and here.

 

HTH

Thanks RJI! Now i can see traceroute is working as expected!

Review Cisco Networking products for a $25 gift card