<?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: inspect icmp in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/inspect-icmp/m-p/1126231#M896172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You still CAN enter "fixup protocol ftp 21"&lt;/P&gt;&lt;P&gt;on Pix 7.x and 8.x code.  It will automatically&lt;/P&gt;&lt;P&gt;convert into Modular Policy Framework (MDF)&lt;/P&gt;&lt;P&gt;for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't try "fixup protocol icmp" in version&lt;/P&gt;&lt;P&gt;8.x because my Pix firewall crashed but I &lt;/P&gt;&lt;P&gt;think it will work as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Sep 2008 00:26:14 GMT</pubDate>
    <dc:creator>cisco24x7</dc:creator>
    <dc:date>2008-09-20T00:26:14Z</dc:date>
    <item>
      <title>inspect icmp</title>
      <link>https://community.cisco.com/t5/network-security/inspect-icmp/m-p/1126228#M896166</link>
      <description>&lt;P&gt;While we are on the topic.  Whenever I add the "fix protocol icmp" command on version 8.0 ASA 5520.  My telnet session to the inside will no longer work.  Is there anyway around that?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:46:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inspect-icmp/m-p/1126228#M896166</guid>
      <dc:creator>steigja</dc:creator>
      <dc:date>2019-03-11T13:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: inspect icmp</title>
      <link>https://community.cisco.com/t5/network-security/inspect-icmp/m-p/1126229#M896167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens if you put in the command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;management-access inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 17:13:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inspect-icmp/m-p/1126229#M896167</guid>
      <dc:creator>jj27</dc:creator>
      <dc:date>2008-09-19T17:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: inspect icmp</title>
      <link>https://community.cisco.com/t5/network-security/inspect-icmp/m-p/1126230#M896169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 'fixup protocol' commands were used in PIX 6.x code. In ASA 7.x and 8.x, this functionality has moved to the MPF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To enable ICMP inspection in ASA 8.x, your config would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;    inspect icmp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for telnet access to the inside interface, you'll want to configure something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet &lt;HOST_IP&gt; &lt;NETMASK&gt; inside&lt;/NETMASK&gt;&lt;/HOST_IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 20:34:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inspect-icmp/m-p/1126230#M896169</guid>
      <dc:creator>robertson.michael</dc:creator>
      <dc:date>2008-09-19T20:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: inspect icmp</title>
      <link>https://community.cisco.com/t5/network-security/inspect-icmp/m-p/1126231#M896172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You still CAN enter "fixup protocol ftp 21"&lt;/P&gt;&lt;P&gt;on Pix 7.x and 8.x code.  It will automatically&lt;/P&gt;&lt;P&gt;convert into Modular Policy Framework (MDF)&lt;/P&gt;&lt;P&gt;for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't try "fixup protocol icmp" in version&lt;/P&gt;&lt;P&gt;8.x because my Pix firewall crashed but I &lt;/P&gt;&lt;P&gt;think it will work as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 00:26:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inspect-icmp/m-p/1126231#M896172</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-09-20T00:26:14Z</dc:date>
    </item>
  </channel>
</rss>

