<?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: Allow traceroute on Cisco router in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408361#M952461</link>
    <description>I always run captures when I have issues on firewalls (no matter the vendor), but I missed this for a router. I will apply an ACL for the capture on both interfaces. I am thinking for:&lt;BR /&gt; - permit icmp public_IP any &lt;BR /&gt; - permit icmp any public_IP&lt;BR /&gt;&lt;BR /&gt;public_IP is the SNAT IP that "gets out" from ASA.&lt;BR /&gt;Thoughts?</description>
    <pubDate>Sat, 30 Jun 2018 10:37:20 GMT</pubDate>
    <dc:creator>Florin Barhala</dc:creator>
    <dc:date>2018-06-30T10:37:20Z</dc:date>
    <item>
      <title>Allow traceroute on Cisco router</title>
      <link>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408318#M952457</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I come today with some funny/tricky ACL issue.&lt;/P&gt;
&lt;P&gt;I have this classic setup:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- ASA (default route to the router) &amp;lt;----&amp;gt; 4000 series ISR router&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- ISR router has two interfaces Gi0/0 toward ASA and Gi0/1 toward ISP&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- default route is installed on ISR router from Gi0/1 with next hop: &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;ISP_IP&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- ACL is applied on Gi0/1 on the &lt;STRONG&gt;IN&lt;/STRONG&gt; direction (and that's the only ACL I am using)&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;show run | i access-group&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt; ip access-group BOUNDARY-IPV4-ACL in&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- I want to enable ICMP traceroute from a PC behind ASA&amp;nbsp;(&lt;FONT size="2"&gt;I have taken care of ASA config&lt;/FONT&gt;) to Internet&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fun facts:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- if I remove the ACL from Gi0/1 traceroute shows as expected including&amp;nbsp;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;ISP_IP&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808080"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;- with the ACL on, I see all hops but the&amp;nbsp;&lt;STRONG&gt;ISP_IP&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808080"&gt;ACL config:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;FONT color="#808080"&gt; 140 deny icmp any any fragments&lt;BR /&gt; 180 permit icmp any any echo-reply (46782 matches)&lt;BR /&gt; 190 permit icmp any any unreachable (536737 matches)&lt;BR /&gt; 200 permit icmp any any time-exceeded (2770525 matches)&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;FONT color="#808080"&gt;205 permit icmp any any&amp;nbsp;traceroute&lt;BR /&gt; 210 permit icmp any any packet-too-big&lt;BR /&gt; 230 deny icmp any any (160680 matches)&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#808080"&gt;What am I missing, guys?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:56:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408318#M952457</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2020-02-21T15:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traceroute on Cisco router</title>
      <link>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408353#M952459</link>
      <description>Hi Florin,&lt;BR /&gt;In my lab I've mirrored the ACL config you have above, but have not replicated the issue...I can still see the ISP_IP address when tracerouting. Is there any other ACE that might be relevant, TTL etc?&lt;BR /&gt;&lt;BR /&gt;Perhaps running a monitor capture on the ISR with and without the ACL applied and review might shed some light?</description>
      <pubDate>Sat, 30 Jun 2018 09:51:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408353#M952459</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-06-30T09:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traceroute on Cisco router</title>
      <link>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408361#M952461</link>
      <description>I always run captures when I have issues on firewalls (no matter the vendor), but I missed this for a router. I will apply an ACL for the capture on both interfaces. I am thinking for:&lt;BR /&gt; - permit icmp public_IP any &lt;BR /&gt; - permit icmp any public_IP&lt;BR /&gt;&lt;BR /&gt;public_IP is the SNAT IP that "gets out" from ASA.&lt;BR /&gt;Thoughts?</description>
      <pubDate>Sat, 30 Jun 2018 10:37:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408361#M952461</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2018-06-30T10:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traceroute on Cisco router</title>
      <link>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408363#M952465</link>
      <description>&lt;P&gt;From my experience UDP 137 is also used when tracerouting&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: Have you tried adding a temporary ACE at the top of the ACL, permitting ip host ISP_IP any log and observe the output?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jun 2018 11:27:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408363#M952465</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-06-30T11:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traceroute on Cisco router</title>
      <link>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408555#M952468</link>
      <description>That might explain it; one thing I forgot mentioning on my ACL is the last line of it: "deny ip any any"</description>
      <pubDate>Sun, 01 Jul 2018 04:19:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408555#M952468</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2018-07-01T04:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traceroute on Cisco router</title>
      <link>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408942#M952471</link>
      <description>Did you modify the ACL or run a packet capture and identify the issue?</description>
      <pubDate>Mon, 02 Jul 2018 10:22:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3408942#M952471</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-07-02T10:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traceroute on Cisco router</title>
      <link>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3694280#M952473</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Believe it or not that "deny ip any any" was hindering traceroute. I had allowed traffic from the NAT IP that hits the router and it works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again RJI!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 07:10:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traceroute-on-cisco-router/m-p/3694280#M952473</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2018-08-24T07:10:52Z</dc:date>
    </item>
  </channel>
</rss>

