06-20-2006 09:02 AM - edited 03-09-2019 03:19 PM
Sorry I'm new to all this but how do I enable my Pix-525 V7.0 to allow traceroute so I can see if my packets are going over the Pix? Thank you in adavance
06-20-2006 11:24 AM
Hi Warren,
In your outside interface ACL, allow the following icmp type:
unreachable
time-exceeded
echo-reply
Rgds,
AK
06-21-2006 04:39 AM
on my outside ACL I have put icmp any any would that be the same?
06-21-2006 06:02 AM
hostname(config)# access-list ICMPACL extended permit icmp any any
hostname(config)# access-group ICMPACL in interface outside
To enable the ICMP inspection engine, so ICMP responses are allowed back to the source host, enter the following commands:
hostname(config)# class-map ICMP-CLASS
hostname(config-cmap)# match access-list ICMPACL
hostname(config-cmap)# policy-map ICMP-POLICY
hostname(config-pmap)# class ICMP-CLASS
hostname(config-pmap-c)# inspect icmp
hostname(config-pmap-c)# service-map ICMP-POLICY global
Hope this helps...
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