04-29-2016 03:29 AM - edited 02-21-2020 05:48 AM
Hi,
Is there any way to enable traceroute on Cisco ASA. firmware version is 7.1.
Thanks,
Nilesh
04-30-2016 01:30 AM
There are two ways of doing a traceroute. This will enable one method.
policy-map global_policy
class inspection_default
...
inspect icmp
inspect icmp error
...
...
service-policy global_policy global
04-30-2016 06:35 AM
In addition to what Philip posted...
If you want the ASA to appear as a hop in the traceroute path, you also need to tell it to decrement the TTL. By default it will not do so.
ciscoasa(config)# policy-map global_policy ciscoasa(config-pmap)# class class-default ciscoasa(config-pmap-c)# set connection decrement-ttl
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