<?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 ACL - Traceroute in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/acl-traceroute/m-p/2975046#M147895</link>
    <description>&lt;P&gt;When I traceroute from internal network, after ASA...I only see * which is annoying.&lt;/P&gt;
&lt;P&gt;I found this article.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://supportforums.cisco.com/discussion/11219676/cannot-traceroute-through-asa" target="_blank"&gt;https://supportforums.cisco.com/discussion/11219676/cannot-traceroute-through-asa&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Wouldn't this bring down my network?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ciscoasa#&lt;STRONG&gt;config t&lt;/STRONG&gt; 
ciscoasa(config)#&lt;STRONG&gt;access-list internal-out permit icmp any any echo-reply&lt;/STRONG&gt; 
ciscoasa(config)#&lt;STRONG&gt;access-list internal-out permit icmp any any time-exceeded&lt;/STRONG&gt; 
ciscoasa(config)#&lt;STRONG&gt;access-list internal-out permit icmp any any unreachable&lt;/STRONG&gt; 
ciscoasa(config)#&lt;STRONG&gt;policy-map global_policy&lt;/STRONG&gt; 
ciscoasa(config-pmap)#&lt;STRONG&gt;class inspection_default&lt;/STRONG&gt; 
ciscoasa(config-pmap-c)#&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/i2.html#wp1735986" target="_blank"&gt;
&lt;STRONG&gt;inspect icmp&lt;/STRONG&gt;
&lt;/A&gt; 
ciscoasa(config-pmap-c)#&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/i2.html#wp1736134" target="_blank"&gt;
&lt;STRONG&gt;inspect icmp error&lt;/STRONG&gt;
&lt;/A&gt; 
ciscoasa(config-pmap-c)#&lt;STRONG&gt;end&lt;/STRONG&gt; 
ciscoasa(config)#&lt;STRONG&gt;service-policy global_policy global&lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;access-group internal-out in interface outside&lt;/STRONG&gt;

&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;ciscoasa(config)#&lt;STRONG&gt;access-list internal-out permit icmp any any &lt;/STRONG&gt;&lt;EM&gt;traceroute&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;My thought is since "internal-out ACL" has deny any any statement at the end......&lt;/P&gt;
&lt;P&gt;If I apply this ACL to the outside interface.....all traffics will be dropped except ICMP traffics.&lt;/P&gt;
&lt;P&gt;Am I right?&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 08:45:20 GMT</pubDate>
    <dc:creator>jeffkim.cisco</dc:creator>
    <dc:date>2019-03-12T08:45:20Z</dc:date>
    <item>
      <title>ACL - Traceroute</title>
      <link>https://community.cisco.com/t5/network-security/acl-traceroute/m-p/2975046#M147895</link>
      <description>&lt;P&gt;When I traceroute from internal network, after ASA...I only see * which is annoying.&lt;/P&gt;
&lt;P&gt;I found this article.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://supportforums.cisco.com/discussion/11219676/cannot-traceroute-through-asa" target="_blank"&gt;https://supportforums.cisco.com/discussion/11219676/cannot-traceroute-through-asa&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Wouldn't this bring down my network?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ciscoasa#&lt;STRONG&gt;config t&lt;/STRONG&gt; 
ciscoasa(config)#&lt;STRONG&gt;access-list internal-out permit icmp any any echo-reply&lt;/STRONG&gt; 
ciscoasa(config)#&lt;STRONG&gt;access-list internal-out permit icmp any any time-exceeded&lt;/STRONG&gt; 
ciscoasa(config)#&lt;STRONG&gt;access-list internal-out permit icmp any any unreachable&lt;/STRONG&gt; 
ciscoasa(config)#&lt;STRONG&gt;policy-map global_policy&lt;/STRONG&gt; 
ciscoasa(config-pmap)#&lt;STRONG&gt;class inspection_default&lt;/STRONG&gt; 
ciscoasa(config-pmap-c)#&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/i2.html#wp1735986" target="_blank"&gt;
&lt;STRONG&gt;inspect icmp&lt;/STRONG&gt;
&lt;/A&gt; 
ciscoasa(config-pmap-c)#&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/i2.html#wp1736134" target="_blank"&gt;
&lt;STRONG&gt;inspect icmp error&lt;/STRONG&gt;
&lt;/A&gt; 
ciscoasa(config-pmap-c)#&lt;STRONG&gt;end&lt;/STRONG&gt; 
ciscoasa(config)#&lt;STRONG&gt;service-policy global_policy global&lt;/STRONG&gt;
ciscoasa(config)#&lt;STRONG&gt;access-group internal-out in interface outside&lt;/STRONG&gt;

&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;ciscoasa(config)#&lt;STRONG&gt;access-list internal-out permit icmp any any &lt;/STRONG&gt;&lt;EM&gt;traceroute&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;My thought is since "internal-out ACL" has deny any any statement at the end......&lt;/P&gt;
&lt;P&gt;If I apply this ACL to the outside interface.....all traffics will be dropped except ICMP traffics.&lt;/P&gt;
&lt;P&gt;Am I right?&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:45:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-traceroute/m-p/2975046#M147895</guid>
      <dc:creator>jeffkim.cisco</dc:creator>
      <dc:date>2019-03-12T08:45:20Z</dc:date>
    </item>
  </channel>
</rss>

