<?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 Can't traceroute through ASA - 9.8 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3374836#M960660</link>
    <description>&lt;P&gt;Hi, i have tried everything provided on this platform related to this issue but i still can not traceroute through ASA. Only the last, or sometimes the second last hop is shown. Please help as i have done everything i could.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have two security-level 100 interfaces namely 'inside' and 'wan'. When the users from inside tries to traceroute to wan users, the traceroute hops are never seen until the last hop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Configuration and traceroute screen shots are attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It used to show traceroute of 8.8.8.8 before but now not even that is shown through trace.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 15:40:51 GMT</pubDate>
    <dc:creator>smartnet1234</dc:creator>
    <dc:date>2020-02-21T15:40:51Z</dc:date>
    <item>
      <title>Can't traceroute through ASA - 9.8</title>
      <link>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3374836#M960660</link>
      <description>&lt;P&gt;Hi, i have tried everything provided on this platform related to this issue but i still can not traceroute through ASA. Only the last, or sometimes the second last hop is shown. Please help as i have done everything i could.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have two security-level 100 interfaces namely 'inside' and 'wan'. When the users from inside tries to traceroute to wan users, the traceroute hops are never seen until the last hop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Configuration and traceroute screen shots are attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It used to show traceroute of 8.8.8.8 before but now not even that is shown through trace.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:40:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3374836#M960660</guid>
      <dc:creator>smartnet1234</dc:creator>
      <dc:date>2020-02-21T15:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can't traceroute through ASA - 9.8</title>
      <link>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3374846#M960661</link>
      <description>&lt;P&gt;You are applying the access list to the interfaces that are not defined in the routing configuration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;access-list outside_access_in extended permit icmp any any time-exceeded&lt;BR /&gt;access-list outside_access_in extended permit icmp any any traceroute&lt;BR /&gt;access-list outside_access_in extended permit icmp any any unreachable&lt;/P&gt;
&lt;P&gt;&amp;nbsp;access-group outside_access_in in interface cybernet&lt;BR /&gt;access-group outside_access_in in interface multinet&lt;/P&gt;
&lt;P&gt;route wan 192.168.64.0 255.255.254.0 172.16.20.5 1&lt;/P&gt;</description>
      <pubDate>Sat, 28 Apr 2018 07:58:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3374846#M960661</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-04-28T07:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can't traceroute through ASA - 9.8</title>
      <link>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3374860#M960662</link>
      <description>&lt;P&gt;But, i have applied the following to the 'inside' and 'wan'. Shouldn't&amp;nbsp;that be enough to get traceroute to work between them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;access-list inside_access_in extended permit ip any any&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;access-group inside_access_in in interface inside&lt;BR /&gt;access-group inside_access_in in interface wan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Apr 2018 09:14:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3374860#M960662</guid>
      <dc:creator>fayk1988</dc:creator>
      <dc:date>2018-04-28T09:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can't traceroute through ASA - 9.8</title>
      <link>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3374861#M960663</link>
      <description>&lt;P&gt;I cut the following route configuration from the one i attached for hiding my IP addresses. The below route configuration is correct. Dont worry aboue the default routes. They are there. Im worried about 'wan' and 'inside' interfaces because between them the traceroute is not working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;route cybernet 0.0.0.0 0.0.0.0 x.x.x.x 1&lt;BR /&gt;route multinet 0.0.0.0 0.0.0.0&amp;nbsp;x.x.x.x 1&lt;BR /&gt;route wan 10.0.0.0 255.0.0.0 172.16.20.5 1&lt;BR /&gt;route wan 172.16.20.0 255.255.255.252 172.16.20.5 1&lt;BR /&gt;route wan 192.168.8.0 255.255.252.0 172.16.20.5 1&lt;BR /&gt;route wan 192.168.64.0 255.255.254.0 172.16.20.5 1&lt;BR /&gt;route wan 192.168.66.0 255.255.255.0 172.16.20.5 1&lt;BR /&gt;route wan 192.168.67.0 255.255.255.0 172.16.20.5 1&lt;BR /&gt;route wan 192.168.68.0 255.255.255.0 172.16.20.5 1&lt;BR /&gt;route wan 192.168.69.0 255.255.255.0 172.16.20.5 1&lt;BR /&gt;route wan 192.168.70.0 255.255.255.0 172.16.20.5 1&lt;BR /&gt;route wan 192.168.90.0 255.255.255.0 172.16.20.5 1&lt;/P&gt;</description>
      <pubDate>Sat, 28 Apr 2018 09:19:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3374861#M960663</guid>
      <dc:creator>fayk1988</dc:creator>
      <dc:date>2018-04-28T09:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can't traceroute through ASA - 9.8</title>
      <link>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3374951#M960664</link>
      <description>&lt;P&gt;Have you verified that traceroute is not being dropped in FirePOWER?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Apr 2018 19:36:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3374951#M960664</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-04-28T19:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't traceroute through ASA - 9.8</title>
      <link>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3375228#M960731</link>
      <description>What's the fastest/recommended way to check this?</description>
      <pubDate>Mon, 30 Apr 2018 07:19:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3375228#M960731</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2018-04-30T07:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can't traceroute through ASA - 9.8</title>
      <link>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3375233#M960752</link>
      <description>&lt;P&gt;You could log into the FirePOWER cli and run the command system support firewall-engine-debug, enter server and client IP, leave all else blank.&amp;nbsp; then run a test.&amp;nbsp; You might also be able to see this under the Analysis tab if you search for the spesified initiator IP under Connection events.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 07:26:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3375233#M960752</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-04-30T07:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can't traceroute through ASA - 9.8</title>
      <link>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3375327#M960753</link>
      <description>&lt;P&gt;Yes, it was getting dropped at the SFR. Problem resolved.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 11:32:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-traceroute-through-asa-9-8/m-p/3375327#M960753</guid>
      <dc:creator>smartnet1234</dc:creator>
      <dc:date>2018-04-30T11:32:14Z</dc:date>
    </item>
  </channel>
</rss>

