<?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 NAT conversion help!? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217787#M350000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration should look something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network CUST_LA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.45.0.125&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.64.0.176&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.33.0.29&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.51.0.26&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network CUST_LA_NATIP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.47.0.216&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network CUST_LA_SOURCEIP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 172.19.130.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (dmz-mgmt,outside) source static CUST_LA_SOURCEIP CUST_LA_NATIP destination static CUST_LA CUST_LA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above basically NATs IP 172.19.130.2 to IP 10.47.0.216 WHEN the destination is ANY of the IPs configured under CUST_LA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to mark the reply as the correct answer if it answered your question. And/or rate helpfull answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 May 2013 12:24:19 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-05-13T12:24:19Z</dc:date>
    <item>
      <title>NAT conversion help!?</title>
      <link>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217786#M349999</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been tasked with upgrading a PIX running v6.4 to an ASA5515X running v9.0...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done a few previous upgrades manually (rewrite the entire config) and all good but there is a piece of static NAT that has me confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should the following look in the new config... The 10.47.0.216 has to NAT the entire object group behind the 172.19.130.2 address. Not sure of how to do this conversion with the access-list in there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;name 172.19.130.2 TS-SERVER&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;interface GigabitEthernet0/0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; description *** OUTSIDE ***&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; nameif outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;interface GigabitEthernet0/2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; description *** DMZ ***&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; nameif dmz-mgmt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;object-group network CUST_LA &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; network-object 10.45.0.125 255.255.255.255 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; network-object 10.64.0.176 255.255.255.255 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; network-object 10.33.0.29 255.255.255.255 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; network-object 10.51.0.26 255.255.255.255&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list LGCSB_NAT1 permit ip host 172.19.130.2 object-group CUST_LA &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (dmz-mgmt,outside) 10.47.0.216 access-list LGCSB_NAT1 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Fergal&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:42:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217786#M349999</guid>
      <dc:creator>Fergal Meehan</dc:creator>
      <dc:date>2019-03-12T01:42:31Z</dc:date>
    </item>
    <item>
      <title>NAT conversion help!?</title>
      <link>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217787#M350000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration should look something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network CUST_LA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.45.0.125&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.64.0.176&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.33.0.29&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.51.0.26&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network CUST_LA_NATIP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.47.0.216&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network CUST_LA_SOURCEIP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 172.19.130.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (dmz-mgmt,outside) source static CUST_LA_SOURCEIP CUST_LA_NATIP destination static CUST_LA CUST_LA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above basically NATs IP 172.19.130.2 to IP 10.47.0.216 WHEN the destination is ANY of the IPs configured under CUST_LA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to mark the reply as the correct answer if it answered your question. And/or rate helpfull answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 12:24:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217787#M350000</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-13T12:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: NAT conversion help!?</title>
      <link>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217788#M350001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That makes sense... One small question I have though is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'object network CUST_LA_SOURCEIP' [172.19.130.2] is already part of a one to one NAT to another public address off the 'outside' interface for other external services. Will this matter? The NAT for the query that you answered above is part of a VPN to another customer.&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;&lt;P&gt;object network OBJ-172.19.130.2&lt;/P&gt;&lt;P&gt; nat (dmz-mgmt,outside) static 83.x.x.x&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;F&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 12:36:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217788#M350001</guid>
      <dc:creator>Fergal Meehan</dc:creator>
      <dc:date>2013-05-13T12:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: NAT conversion help!?</title>
      <link>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217789#M350002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above NAT configuration that I mentioned will only apply WHEN the destination IP address is some IP address from the the CUST_LA "object-group"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when the source IP address is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;172.19.130.2 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the destination IP address is one of the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network CUST_LA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.45.0.125&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.64.0.176&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.33.0.29&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.51.0.26&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEN the NAT will be applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rest of the traffic will use the Network Object NAT (Static NAT type configuration) for the traffic outbound or inbound on the interface "outside"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this should NOT affect rest of the connections to the "outside" and therefore NOT cause problems to the Static NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 12:42:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217789#M350002</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-13T12:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: NAT conversion help!?</title>
      <link>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217790#M350003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help Jouni. Very efficient.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 14:16:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217790#M350003</guid>
      <dc:creator>Fergal Meehan</dc:creator>
      <dc:date>2013-05-13T14:16:25Z</dc:date>
    </item>
    <item>
      <title>NAT conversion help!?</title>
      <link>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217791#M350004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, thank you for marking the reply as correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you happen to run into some problem with NAT configurations you can always ask here and see if there is someone that can help. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also went with the same approach to configuration conversion as you right from the start. I also do them manually because that is the way you learn the most about the NAT operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to take a look, I made a NAT 8.3+ Document here in the Firewall/Document section. Though at this stage it only contains simple examples you probably know all already. When I have the energy and time to get more into it I will expand on the examples and the whole document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-31116"&gt;https://supportforums.cisco.com/docs/DOC-31116&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 14:24:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217791#M350004</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-13T14:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: NAT conversion help!?</title>
      <link>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217792#M350005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have completed what I hope is correct. If you have a chance could you throw your eye over it can point out any mistakes I may have in my manual conversion? I'm moving from a PIX v6.4 to ASA5515x v9.02 that has 3000+ lines &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've simplified the example but it covers everything and you can assume that all the Objects and ACLs with real IPs are created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a million&lt;/P&gt;&lt;P&gt;F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;#########&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;ORIGINAL&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;#########&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;interface gig0/0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; ip address X.Y.Z.2 255.255.255.224&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; nameif outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;interface gig0/1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; nameif dmz-mon&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; ip address 172.19.131.1 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;interface gig0/2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; nameif inside2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; ip address 192.168.122.248 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;interface gig0/3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; nameif dmz-mgmt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; ip address 172.19.130.1 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;interface gig0/4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; nameif dot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; ip address 1.1.1.1 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;interface gig0/5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; nameif ext-lan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; ip address 172.19.132.1 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list nonat permit ip 172.19.130.0 255.255.255.0 10.1.0.0 255.255.255.0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list nonat permit ip 172.19.130.0 255.255.255.0 10.1.1.0 255.255.255.0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list nonat-inside2 permit ip 192.168.122.0 255.255.255.0 192.168.14.0 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list nonat-inside2 permit ip 10.98.0.0 255.255.0.0 192.168.13.0 255.255.255.0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;global (outside) 1 X.Y.Z.5 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;nat (dmz-mon) 1 0.0.0.0 0.0.0.0 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;nat (inside2) 1 0.0.0.0 0.0.0.0 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;nat (ext-lan) 1 0.0.0.0 0.0.0.0 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;nat (dmz-mgmt) 0 access-list nonat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;nat (inside2) 0 access-list nonat-inside2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (dmz-mon,outside) X.Y.Z.19 172.19.131.19 netmask 255.255.255.255 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (dmz-mon,outside) X.Y.Z.18 172.19.131.9&amp;nbsp; netmask 255.255.255.255 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (dmz-mon,outside) X.Y.Z.24 172.19.131.24 netmask 255.255.255.255 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (dmz-mon,outside) X.Y.Z.7&amp;nbsp; 172.19.131.26 netmask 255.255.255.255 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (dmz-mon,outside) X.Y.Z.12 172.19.131.12 netmask 255.255.255.255 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (dmz-mon,outside) X.Y.Z.20 172.19.131.49 netmask 255.255.255.255 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (dmz-mon,outside) X.Y.Z.3&amp;nbsp; 172.19.131.13 netmask 255.255.255.255 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,outside) X.Y.Z.9 192.168.122.200 netmask 255.255.255.255 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,outside) X.Y.Z.8 192.168.122.132 netmask 255.255.255.255 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,outside) X.Y.Z.6 192.168.122.1 netmask 255.255.255.255 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (dmz-mgmt,outside) X.Y.Z.4 172.19.130.2 netmask 255.255.255.255 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (dmz-mgmt,outside) 10.47.0.216 access-list CUST_LA 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ### UNSURE WHY THIS IS HERE ###&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,dmz-mgmt) 192.168.121.0 192.168.121.0 netmask 255.255.255.0 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,dmz-mgmt) 10.17.42.128 10.17.42.128 netmask 255.255.255.128 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,dmz-mgmt) 192.168.124.0 192.168.124.0 netmask 255.255.255.0 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,dmz-mgmt) 10.98.0.0 10.98.0.0 netmask 255.255.0.0 0 0&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,dmz-mgmt) 192.168.122.0 192.168.122.0 netmask 255.255.255.0 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,dot) 192.168.121.0 192.168.121.0 netmask 255.255.255.0 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,dot) 192.168.122.0 192.168.122.0 netmask 255.255.255.0 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,dot) 10.98.0.0 10.98.0.0 netmask 255.255.0.0 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,ext-lan) 192.168.121.0 192.168.121.0 netmask 255.255.255.0 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,ext-lan) 192.168.122.0 192.168.122.0 netmask 255.255.255.0 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,ext-lan) 10.98.0.0 10.98.0.0 netmask 255.255.0.0 0 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (inside2,dmz-mon) 10.99.0.0 10.99.0.0 netmask 255.255.0.0 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ### UNSURE WHY THIS IS HERE ###&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;###########&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;PROPOSED&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;###########&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;interface gig0/0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; ip address X.Y.Z.2 255.255.255.224&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nameif outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;interface gig0/1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nameif dmz-mon&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; ip address 172.19.131.1 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;interface gig0/2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nameif inside2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; ip address 192.168.122.248 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;interface gig0/3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nameif dmz-mgmt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; ip address 172.19.130.1 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;interface gig0/4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nameif dot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; ip address 1.1.1.1 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;interface gig0/5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nameif ext-lan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; ip address 172.19.132.1 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;nat (dmz-mgmt,outside) source static OBJ-172.19.130.2 OBJ-10.47.0.216 destination static CUST_LA CUST_LA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;nat (dmz-mgmt,outside) source static OBJ-172.19.130.0 OBJ-172.19.130.0 destination static OBJ-10.1.0.0 OBJ-10.1.0.0 no-proxy-arp route-lookup&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;nat (dmz-mgmt,outside) source static OBJ-172.19.130.0 OBJ-172.19.130.0 destination static OBJ-10.1.1.0 OBJ-10.1.0.0 no-proxy-arp route-lookup&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;nat (inside2,outside) source static OBJ-192.168.122.0 OBJ-192.168.122.0 destination static OBJ-192.168.14.0 OBJ-192.168.14.0 no-proxy-arp route-lookup&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;nat (inside2,outside) source static OBJ-10.98.0.0 OBJ-10.98.0.0 destination static OBJ-192.168.13.0 OBJ-192.168.13.0 no-proxy-arp route-lookup&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network ANY-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (dmz-mon,outside) dynamic interface&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network ANY-2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (inside2,outside) dynamic interface&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network ANY-3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (ext-lan,outside) dynamic interface&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network OBJ-172.19.131.19&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (dmz-mon,outside) static X.Y.Z.19&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network OBJ-172.19.131.9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (dmz-mon,outside) static X.Y.Z.18&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network OBJ-172.19.131.24&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (dmz-mon,outside) static X.Y.Z.24&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network OBJ-172.19.131.26&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (dmz-mon,outside) static X.Y.Z.7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network OBJ-172.19.131.12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (dmz-mon,outside) static X.Y.Z.12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network OBJ-172.19.131.13&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (dmz-mon,outside) static X.Y.Z.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network OBJ-192.168.122.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (inside2,outside) static X.Y.Z.6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network OBJ-192.168.122.132&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (inside2,outside) static X.Y.Z.8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network OBJ-192.168.122.200&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (inside2,outside) static X.Y.Z.9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network OBJ-172.19.130.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; nat (dmz-mgmt,outside) static X.Y.Z.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 12:56:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217792#M350005</guid>
      <dc:creator>Fergal Meehan</dc:creator>
      <dc:date>2013-05-17T12:56:14Z</dc:date>
    </item>
    <item>
      <title>NAT conversion help!?</title>
      <link>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217793#M350006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont really see any error in the above with a quick glance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how I prefer to configure the Default PAT for all my local interface (it can naturally be used for VPN Client Dynamic PAT towards Internet also if clients are using full tunnel)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can for example define the source addresses within an "object-group" and use and "object network" for the PAT IP address since we are not using the "interface" IP address of "outside"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network DEFAULT-PAT-SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object &lt;NETWORK1&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/NETWORK1&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object &lt;NETWORK2&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/NETWORK2&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object &lt;NETWORK3&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/NETWORK3&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host x.y.z.w&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (any,outside) after-auto source dynamic DEFAULT-PAT-SOURCE PAT&lt;/STRONG&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;If you simply want to allow "any" source address to be Dynamic PATed to the IP address then you can use this format to do it with a single "nat" configuration also (Instead of the Network Object NAT you have used above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host x.y.z.w&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (any,outside) after-auto source dynamic any PAT&lt;/STRONG&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;&lt;/P&gt;&lt;P&gt;With regards to the NAT configurations that arent clear to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ### UNSURE WHY THIS IS HERE ###&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside2,dmz-mgmt) 192.168.121.0 192.168.121.0 netmask 255.255.255.0 0 0 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside2,dmz-mgmt) 10.17.42.128 10.17.42.128 netmask 255.255.255.128 0 0 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside2,dmz-mgmt) 192.168.124.0 192.168.124.0 netmask 255.255.255.0 0 0 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside2,dmz-mgmt) 10.98.0.0 10.98.0.0 netmask 255.255.0.0 0 0&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside2,dmz-mgmt) 192.168.122.0 192.168.122.0 netmask 255.255.255.0 0 0 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside2,dot) 192.168.121.0 192.168.121.0 netmask 255.255.255.0 0 0 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside2,dot) 192.168.122.0 192.168.122.0 netmask 255.255.255.0 0 0 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside2,dot) 10.98.0.0 10.98.0.0 netmask 255.255.0.0 0 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside2,ext-lan) 192.168.121.0 192.168.121.0 netmask 255.255.255.0 0 0 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside2,ext-lan) 192.168.122.0 192.168.122.0 netmask 255.255.255.0 0 0 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside2,ext-lan) 10.98.0.0 10.98.0.0 netmask 255.255.0.0 0 0 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside2,dmz-mon) 10.99.0.0 10.99.0.0 netmask 255.255.0.0 0 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ### UNSURE WHY THIS IS HERE ###&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To me the above seem all to be Static Identity NAT. Basically translating the network to itself. Generally there is no need for NAT between local interface. I mean interfaces like LANs, DMZs, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The older software ASAs usually might have had a configuration command "nat-control" enabled. (This would be located above the first "global" command in the CLI format) Having this setting enabled means that all traffic needed NAT so the above type of configurations were typically configured to overcome the "nat-control" setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all my conversions to higher software level I have ALWAYS left out these type of NAT configurations. This is because the new software doesnt have any concept of "nat-control" anymore. So if you dont have any NAT configurations between your local interfaces then all traffic will be able to flow through the ASA with their original IP addresses (provided other ASA rules allow this)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would say that only configure NAT between your local interface if you specifically need to NAT a local IP address to something else before the traffic heads out another interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually leaving this type of NAT configurations have quite nicely shortened the NAT configurations for the ASA after conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My usualy steps when starting a conversion is to just go through the current NAT old format NAT configurations and define how its supposed to work in general. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually start by removing the above type Static Identity NAT configurations completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I might follow with collecting the Dynamic PAT configurations and all Static NAT/PAT configurations between local and "outside" interface and convert those to the new format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I look at the NAT0 and Policy NAT/PAT configurations and any other special cases. The command "packet-tracer" is a great command to confirm if some traffic would hit the correct NAT rule. Though in your case the original firewalls software level is so low that it doesnt support that command so you arent able to compare the result using that command atleast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 16:10:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217793#M350006</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-17T16:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: NAT conversion help!?</title>
      <link>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217794#M350007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Jouni. I'll let you know how the migration works out! &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 11:53:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-conversion-help/m-p/2217794#M350007</guid>
      <dc:creator>Fergal Meehan</dc:creator>
      <dc:date>2013-05-21T11:53:56Z</dc:date>
    </item>
  </channel>
</rss>

