09-29-2009 06:33 AM - edited 03-11-2019 09:20 AM
Hi all
I am trying two solutions for getting "traceroute" across ASA to work. First solution is working for me but the second solution is not working.
Am I missing something?
Solution 1
Allowing the "time-exceeded" and "unreachable" to outside interface.
access-list mine extended permit icmpacl any any time-exceeded
access-list mine extended permit icmpacl any any unreachable
access-group icmpany in interface outside
Solution 2
I am not allowing the "time-exceeded" and "unreachable" to outside interface. Rather I am relying on inspect icmp and icmp error.
policy-map global_policy
class inspection_default
inspect dns migrated_dns_map_1
inspect ftp
inspect h323 h225
inspect h323 ras
inspect netbios
inspect rsh
inspect rtsp
inspect skinny
inspect esmtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
inspect icmp
inspect icmp error
With regards
Kings
09-29-2009 06:41 AM
Do you mean this?
access-list mine extended permit icmp any any time-exceeded
access-list mine extended permit icmp any any unreachable
access-group mine in interface outside
09-29-2009 06:47 AM
yes, it was a typo:
Following is what I had configured for first solution.
access-list mine extended permit icmp any any time-exceeded
access-list mine extended permit icmp any any unreachable
access-group mine in interface outside
09-29-2009 07:21 AM
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