<?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: Allowing TRACEROUTE through PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allowing-traceroute-through-pix/m-p/805142#M963800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just add the following to your outside interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list &lt;NAME&gt; permit icmp any any echo-reply&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;access-list &lt;NAME&gt; permit icmp any any unreachable&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;access-list &lt;NAME&gt; permit icmp any any time-exceeded&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;access-group &lt;NAME&gt; in interface outside&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** &lt;NAME&gt; can be anything you want for the outside interface**&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save with write mem and also issue claer xlate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls rate posts if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2007 11:40:43 GMT</pubDate>
    <dc:creator>jmia</dc:creator>
    <dc:date>2007-09-06T11:40:43Z</dc:date>
    <item>
      <title>Allowing TRACEROUTE through PIX</title>
      <link>https://community.cisco.com/t5/network-security/allowing-traceroute-through-pix/m-p/805138#M963794</link>
      <description>&lt;P&gt;What is required to allow a traceroute to go through the PIX firewall?  I believe I have it setup correctly, but I'm still unable to trace through.  It just times out when it gets to the firewall.  Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:07:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-traceroute-through-pix/m-p/805138#M963794</guid>
      <dc:creator>corey.mckinney</dc:creator>
      <dc:date>2019-03-11T11:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing TRACEROUTE through PIX</title>
      <link>https://community.cisco.com/t5/network-security/allowing-traceroute-through-pix/m-p/805139#M963795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this ACL applied to your outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list "ACLNAME" permit icmp any any time-exceeded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 21:38:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-traceroute-through-pix/m-p/805139#M963795</guid>
      <dc:creator>cewhitnel</dc:creator>
      <dc:date>2007-09-05T21:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing TRACEROUTE through PIX</title>
      <link>https://community.cisco.com/t5/network-security/allowing-traceroute-through-pix/m-p/805140#M963796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I apply that ACL to the interface? I can't find the command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 22:11:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-traceroute-through-pix/m-p/805140#M963796</guid>
      <dc:creator>corey.mckinney</dc:creator>
      <dc:date>2007-09-05T22:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing TRACEROUTE through PIX</title>
      <link>https://community.cisco.com/t5/network-security/allowing-traceroute-through-pix/m-p/805141#M963798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;access-group "access list name" in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 10:31:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-traceroute-through-pix/m-p/805141#M963798</guid>
      <dc:creator>mkkeyan</dc:creator>
      <dc:date>2007-09-06T10:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing TRACEROUTE through PIX</title>
      <link>https://community.cisco.com/t5/network-security/allowing-traceroute-through-pix/m-p/805142#M963800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just add the following to your outside interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list &lt;NAME&gt; permit icmp any any echo-reply&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;access-list &lt;NAME&gt; permit icmp any any unreachable&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;access-list &lt;NAME&gt; permit icmp any any time-exceeded&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;access-group &lt;NAME&gt; in interface outside&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** &lt;NAME&gt; can be anything you want for the outside interface**&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save with write mem and also issue claer xlate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls rate posts if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 11:40:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-traceroute-through-pix/m-p/805142#M963800</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2007-09-06T11:40:43Z</dc:date>
    </item>
  </channel>
</rss>

