<?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 ASA 9.0 - how to display  NAT Exemption - within the ASDM in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318663#M345057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Jouni's correct reply (+5 endorsed), note that you are looking for "--Original--(S) --Original-- --Original--" in the "Action:Translated Packet" column. That has the equivalent effect of old style NAT exemption.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Aug 2013 13:21:12 GMT</pubDate>
    <dc:creator>Marvin Rhoads</dc:creator>
    <dc:date>2013-08-07T13:21:12Z</dc:date>
    <item>
      <title>ASA 9.0 - how to display  NAT Exemption - within the ASDM</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318661#M345055</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my customer has upgraded&amp;nbsp; to version 9.0 of the ASA, now it no longer &lt;/P&gt;&lt;P&gt;display the NAT exemption rules with the&amp;nbsp; ASDM, is this something not supported &lt;/P&gt;&lt;P&gt;with ver 9.x or are we missing something here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT-Exemption was done with the proxy-arp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have a context for our company administration and they only use &lt;/P&gt;&lt;P&gt;the asdm. Even I could not find the Rules in ASDM that show the &lt;/P&gt;&lt;P&gt;exemption. Perhaps I don't know where to look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help on this please&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Lancellot&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:22:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318661#M345055</guid>
      <dc:creator>Lance Wendel</dc:creator>
      <dc:date>2019-03-12T02:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 9.0 - how to display  NAT Exemption - within the ASDM</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318662#M345056</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;Its true that when the NAT format change was implemented with software jump from 8.2 to 8.3 that the NAT0 / NAT Exempt type configuration didnt exists anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no more clear indication in the configuration itself that says its a NAT0 / NAT Exempt configurations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a bit hesitant to even call it such though naturally I do as it would probably cause more confusion to call it something else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally I dont use ASDM to configure NAT, ACL or much else either though I guess I could show you an example on my ASA from both CLI and the ASDM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So lets presume the situation is this&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We have a L2L VPN connection&lt;/LI&gt;&lt;LI&gt;Internal and External interfaces are called: LAN and WAN&lt;/LI&gt;&lt;LI&gt;Local network is 10.0.0.0/24&lt;/LI&gt;&lt;LI&gt;Remote network is 192.168.0.0/24&lt;/LI&gt;&lt;LI&gt;We want to configure NAT0 / NAT Exempt for this in the new NAT format&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network LOCAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; subnet 10.0.0.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network REMOTE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; subnet 192.168.0.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (LAN,WAN) source static LOCAL LOCAL destination static REMOTE REMOTE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially the above configuration tells the ASA that&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Were doing NAT between LAN and WAN interfaces&lt;/LI&gt;&lt;LI&gt;The network defined under LOCAL should stay unchanged when the destination is the network defined under REMOTE (which is also unchanged, as in no NAT performed for destination either)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is picture of the same configuration from the ASDM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration -&amp;gt; Firewall -&amp;gt; NAT Rules -view (click to enlarge)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/6/3/5/149536-NAT0-ASDM-1.jpg" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit -view (click to enlarge)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/7/3/5/149537-NAT0-ASDM-2.jpg" class="jive-image" /&gt;&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/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark a reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to 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>Wed, 07 Aug 2013 12:33:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318662#M345056</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-07T12:33:44Z</dc:date>
    </item>
    <item>
      <title>ASA 9.0 - how to display  NAT Exemption - within the ASDM</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318663#M345057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Jouni's correct reply (+5 endorsed), note that you are looking for "--Original--(S) --Original-- --Original--" in the "Action:Translated Packet" column. That has the equivalent effect of old style NAT exemption.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 13:21:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318663#M345057</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2013-08-07T13:21:12Z</dc:date>
    </item>
    <item>
      <title>ASA 9.0 - how to display  NAT Exemption - within the ASDM</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318664#M345058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you both for the quick reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what I am after is, this rule is not presented within the ASDM. is this meant to be or is there is a &lt;/P&gt;&lt;P&gt;tick or CLI I need to apply?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with kind regards&lt;/P&gt;&lt;P&gt;Lancellot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 14:00:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318664#M345058</guid>
      <dc:creator>Lance Wendel</dc:creator>
      <dc:date>2013-08-08T14:00:04Z</dc:date>
    </item>
    <item>
      <title>ASA 9.0 - how to display  NAT Exemption - within the ASDM</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318665#M345059</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 am not sure I follow,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying that he had some old format NAT0 / NAT Exempt configurations on the firewall and booted the firewall to the new 9.0 software and there is no corresponding configuration on the firewall anymore?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how the ASA converts the configurations but to my understanding NAT0 configurations should take the above type format. I personally manually convert old configurations so I am not that familiar with the ASAs automatic conversion of the NAT rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the only way to confirm that you have a NAT0 configuration corresponding to the older software version in the new one would be to see both NAT configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 14:11:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318665#M345059</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-08T14:11:48Z</dc:date>
    </item>
    <item>
      <title>ASA 9.0 - how to display  NAT Exemption - within the ASDM</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318666#M345060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JouniForss,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before when he use to log in to the ASDM he was able to see the NAt Exempt, ever since he upgraded to the v9 &lt;/P&gt;&lt;P&gt;this doesnot get displayed on the ASDM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;lance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 14:15:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318666#M345060</guid>
      <dc:creator>Lance Wendel</dc:creator>
      <dc:date>2013-08-08T14:15:31Z</dc:date>
    </item>
    <item>
      <title>ASA 9.0 - how to display  NAT Exemption - within the ASDM</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318667#M345061</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 don't personally use ASDM for other than monitoring usually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't remember what the old ASDM view was but I would imagine it has changed considerably compared to the new one since the NAT went a complete change/overhaul between 8.2 and 8.3 softwares.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am affraid without seeing the old and new configuration and comparing them I can't say much about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But one thing is for sure, the new ASDM and ASA software makes no distinction between different types of NAT (NAT0, Dynamic PAT etc). They are sorted on the ASDM according to the Section (Sections 1 - 3) and according to the Rule type (Manual NAT or Auto 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>Thu, 08 Aug 2013 14:23:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318667#M345061</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-08T14:23:39Z</dc:date>
    </item>
    <item>
      <title>Hi Marvin,Can you bring more</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318668#M345062</link>
      <description>&lt;P&gt;Hi Marvin,&lt;/P&gt;&lt;P&gt;Can you bring more detail to seeing the NAT Exempt rules in the ASDM gui with ver 9.0.&lt;BR /&gt;I tried adding the "-- Original --" on the "Query" NAT rules page but cannot see the old way the Exempt rules were showing.&amp;nbsp;&lt;BR /&gt;Thanks Chris ciardo@brit.com&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2014 16:18:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-0-how-to-display-nat-exemption-within-the-asdm/m-p/2318668#M345062</guid>
      <dc:creator>cciardo</dc:creator>
      <dc:date>2014-04-24T16:18:51Z</dc:date>
    </item>
  </channel>
</rss>

