<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Traceroute through ASA? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/traceroute-through-asa/m-p/3939440#M5262</link>
    <description>&lt;P&gt;To allow trace route through the firewall you need to implement the following commands:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;policy-map global_policy&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; class inspection_default&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect icmp&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect icmp error&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;access-list outside_access_in extended permit icmp any any unreachable&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;access-list outside_access_in extended permit icmp any any time-exceeded&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt;&amp;nbsp;has already mentioned, if you want the ASA to be seen as a hop along the traceroute path you need to configure the ASA to decrement the TTL counter.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-weight: 300;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-weight: 300;"&gt;&lt;STRONG&gt;policy-map global_policy&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="font-weight: 300;"&gt;&lt;STRONG&gt;&amp;nbsp; class class-default&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="font-weight: 300;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; set connection decrement-ttl&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2019 19:32:27 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2019-10-11T19:32:27Z</dc:date>
    <item>
      <title>Traceroute through ASA?</title>
      <link>https://community.cisco.com/t5/network-security/traceroute-through-asa/m-p/3939312#M5258</link>
      <description>&lt;P&gt;If traceroute is done lets say some far away host out in the WAN, the trace will stop showing anything once it hits a FW that is blocking it correct? Meaning, It won't just show the * but then show all IPs of the hops after it that aren't FWs?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:34:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traceroute-through-asa/m-p/3939312#M5258</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2020-02-21T17:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Traceroute through ASA?</title>
      <link>https://community.cisco.com/t5/network-security/traceroute-through-asa/m-p/3939326#M5261</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If you traceroute through the ASA, as default the ASA will not appear as a hop (unless you specify to decrement-ttl). In order for every hop on the outside of the ASA to be displayed you'd specifically need to permit that traffic. To permit traceroute traffic you'd modify your inbound ACL on the outside interface to permit time-exceeded and unreachable (it depends on which OS the traceroute was sent as to which is required).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 15:56:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traceroute-through-asa/m-p/3939326#M5261</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-10-11T15:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Traceroute through ASA?</title>
      <link>https://community.cisco.com/t5/network-security/traceroute-through-asa/m-p/3939440#M5262</link>
      <description>&lt;P&gt;To allow trace route through the firewall you need to implement the following commands:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;policy-map global_policy&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; class inspection_default&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect icmp&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect icmp error&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;access-list outside_access_in extended permit icmp any any unreachable&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;access-list outside_access_in extended permit icmp any any time-exceeded&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt;&amp;nbsp;has already mentioned, if you want the ASA to be seen as a hop along the traceroute path you need to configure the ASA to decrement the TTL counter.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-weight: 300;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-weight: 300;"&gt;&lt;STRONG&gt;policy-map global_policy&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="font-weight: 300;"&gt;&lt;STRONG&gt;&amp;nbsp; class class-default&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="font-weight: 300;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; set connection decrement-ttl&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:32:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traceroute-through-asa/m-p/3939440#M5262</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2019-10-11T19:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Traceroute through ASA?</title>
      <link>https://community.cisco.com/t5/network-security/traceroute-through-asa/m-p/3939454#M5394</link>
      <description>Ok so I should allow ICMP as well as class class-default&lt;BR /&gt;&lt;BR /&gt;set connection decrement-ttl?</description>
      <pubDate>Fri, 11 Oct 2019 19:57:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traceroute-through-asa/m-p/3939454#M5394</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2019-10-11T19:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Traceroute through ASA?</title>
      <link>https://community.cisco.com/t5/network-security/traceroute-through-asa/m-p/3939462#M5395</link>
      <description>&lt;P&gt;No,&lt;/P&gt;
&lt;P&gt;You need to allow ICMP but&amp;nbsp;&lt;SPAN&gt;set connection decrement-ttl is only if you want the ASA to be seen in the traceroute path.&amp;nbsp; If you want the ASA to remain invisible do not implement this.&amp;nbsp; It is not good practice to implement it and should only be done if you have a specific need to do so.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 20:05:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traceroute-through-asa/m-p/3939462#M5395</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2019-10-11T20:05:23Z</dc:date>
    </item>
  </channel>
</rss>

