The "common-functions" widget cannot be found.
02-10-2008 10:37 PM - edited 03-11-2019 05:01 AM
Hi,
By default trace/traceroute can't be executed in pix/asa. But i believe it can be enabled.
Can someone suggest me with the sample config of the same!!
The running iOS version is 7.0
02-10-2008 11:19 PM
Partha,
Try one of these two methods.
1-
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any source-quench
access-list 101 permit icmp any any unreachable
access-list 101 permit icmp any any time-exceeded
access-group 101 in interface outside
or
2-
policy-map global_policy
class inspection_default
inspect icmp
Check this link for more details on PIX/ASA ICMP and traceroutes handling.
Rgds
Jorge