<?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: PIX TO ASA Command Conversion Urgent!! in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160545#M877288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Charlie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"conduit permit icmp any any" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;won't work because the ASA doesn't use conduits. The equivalent is just an access-list ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list icmptraffic permit icmp any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you need to work out where it has been applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"pdm history enable" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;won't work because the ASA uses ASDM not PDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wouldn't worry about the fixups, they always appear in the config and a lot of the time there is no need to modify them so you just accept the defaults so you can do the same on the ASA. If something that relies on a fixup stops working that would be the time to worry :-). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the ICMP - not sure how this was applied on your previous pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2009 19:04:11 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2009-01-23T19:04:11Z</dc:date>
    <item>
      <title>PIX TO ASA Command Conversion Urgent!!</title>
      <link>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160542#M877282</link>
      <description>&lt;P&gt;Hello ALL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         My PIX 515E overheated and caught on fire. I have transferred all my configs from the PIX to a ASA 5505 Except &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ASA keeps telling me the&lt;/P&gt;&lt;P&gt;INFO: converting 'fixup protocol tftp 69' to MPF commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea how to use the ASA commands to reproduce these settings. HELP!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX PIX Version 6.3(3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA 5505&lt;/P&gt;&lt;P&gt; 6 8312832    May 09 2007 05:14:36 asa722-k8.bin&lt;/P&gt;&lt;P&gt;  7 1868412    May 09 2007 05:14:50 securedesktop-asa-3.1.1.29-k9.pkg&lt;/P&gt;&lt;P&gt;  8 398305     May 09 2007 05:15:04 sslclient-win-1.1.0.154.pkg&lt;/P&gt;&lt;P&gt;  9 5623108    May 09 2007 05:16:06 asdm-522.bin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:41:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160542#M877282</guid>
      <dc:creator>Charlie Mayes</dc:creator>
      <dc:date>2019-03-11T14:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: PIX TO ASA Command Conversion Urgent!!</title>
      <link>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160543#M877284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Charlie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you actually using any of the fixups or is it just part of the default config ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The equivalent ASA default config is - &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;!&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 ftp &lt;/P&gt;&lt;P&gt;  inspect h323 h225 &lt;/P&gt;&lt;P&gt;  inspect h323 ras &lt;/P&gt;&lt;P&gt;  inspect netbios &lt;/P&gt;&lt;P&gt;  inspect rsh &lt;/P&gt;&lt;P&gt;  inspect rtsp &lt;/P&gt;&lt;P&gt;  inspect skinny  &lt;/P&gt;&lt;P&gt;  inspect esmtp &lt;/P&gt;&lt;P&gt;  inspect sqlnet &lt;/P&gt;&lt;P&gt;  inspect sunrpc &lt;/P&gt;&lt;P&gt;  inspect tftp &lt;/P&gt;&lt;P&gt;  inspect sip  &lt;/P&gt;&lt;P&gt;  inspect xdmcp &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;&lt;/P&gt;&lt;P&gt;This should already be in the config. You only need to do further modification if you have changed any of the fixups on your original pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 18:36:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160543#M877284</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-01-23T18:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: PIX TO ASA Command Conversion Urgent!!</title>
      <link>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160544#M877286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure. That firewall was not configured by me originally. I am new to this organization and the network engineer left so nobody has a clue. I am just attempting to replace all the comfigs as they were. You are right I see the configs exactly were you told me they would be. Thanks for your help Jon. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh yeah the to statement at the bottom would not work in the ASA either. Do you know why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cryptochecksum:eac74af3bf43d37b42b1b6a3fc0f8b4d&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 18:57:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160544#M877286</guid>
      <dc:creator>Charlie Mayes</dc:creator>
      <dc:date>2009-01-23T18:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: PIX TO ASA Command Conversion Urgent!!</title>
      <link>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160545#M877288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Charlie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"conduit permit icmp any any" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;won't work because the ASA doesn't use conduits. The equivalent is just an access-list ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list icmptraffic permit icmp any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you need to work out where it has been applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"pdm history enable" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;won't work because the ASA uses ASDM not PDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wouldn't worry about the fixups, they always appear in the config and a lot of the time there is no need to modify them so you just accept the defaults so you can do the same on the ASA. If something that relies on a fixup stops working that would be the time to worry :-). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the ICMP - not sure how this was applied on your previous pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 19:04:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160545#M877288</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-01-23T19:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: PIX TO ASA Command Conversion Urgent!!</title>
      <link>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160546#M877290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Cool. I have one more issue which so weird Jon. I am running the ASA in rouer mode but I still keep gettig this message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This license does not allow configuring more than 2 interfaces with&lt;/P&gt;&lt;P&gt;nameif and without a "no forward" command on this interface or on 1 interface(s)&lt;/P&gt;&lt;P&gt;with nameif already configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured the ip address, security-level and even added the inteface to the vlan but it will not let me name it. Crazy!! What is the issue here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 20:05:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160546#M877290</guid>
      <dc:creator>Charlie Mayes</dc:creator>
      <dc:date>2009-01-23T20:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: PIX TO ASA Command Conversion Urgent!!</title>
      <link>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160547#M877292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Charlie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that you have a 5505 with a basic license. And that basic license puts restrictions on the use of the third VLAN. I believe that if you add the no forward command to the interface then you will be able to name it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 03:22:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-to-asa-command-conversion-urgent/m-p/1160547#M877292</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2009-01-26T03:22:28Z</dc:date>
    </item>
  </channel>
</rss>

