<?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 UN-NAT question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/un-nat-question/m-p/2257194#M346136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Jul 2013 13:41:59 GMT</pubDate>
    <dc:creator>WStoffel1</dc:creator>
    <dc:date>2013-07-21T13:41:59Z</dc:date>
    <item>
      <title>UN-NAT question</title>
      <link>https://community.cisco.com/t5/network-security/un-nat-question/m-p/2257192#M346134</link>
      <description>&lt;P&gt;I know you'll probably need more but i havent seen an UNnat before.&amp;nbsp; I made some changes to allow the two networks to talk on my asa.&amp;nbsp; the result is it works.&amp;nbsp; The Un-Nat in phase 3 three sort of threw me for a loop.&amp;nbsp; I was hoping someone could just explain whats happening based on the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input exchange tcp 192.168.180.11 32000 192.168.139.6 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;/P&gt;&lt;P&gt;Type: ACCESS-LIST&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Implicit Rule&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;MAC Access list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 2&lt;/P&gt;&lt;P&gt;Type: FLOW-LOOKUP&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Found no matching flow, creating a new flow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 3&lt;/P&gt;&lt;P&gt;Type: UN-NAT&lt;/P&gt;&lt;P&gt;Subtype: static&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;static (lvbw,Exchange) 192.168.139.0 192.168.139.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip lvbw 192.168.139.0 255.255.255.0 HostedExchange any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 192.168.139.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 29, untranslate_hits = 51&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;NAT divert to egress interface lvbw&lt;/P&gt;&lt;P&gt;Untranslate 192.168.139.0/0 to 192.168.139.0/0 using netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:14:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/un-nat-question/m-p/2257192#M346134</guid>
      <dc:creator>WStoffel1</dc:creator>
      <dc:date>2019-03-12T02:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: UN-NAT question</title>
      <link>https://community.cisco.com/t5/network-security/un-nat-question/m-p/2257193#M346135</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;To my understanding UN-NAT Phase always happen when you have a translation configured for the destination IP address. You are essentially targeting an IP address that is a NAT IP address configured on the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So a &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command using a destination IP address used in a Static NAT for a server would produce the same type of output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are doing above is basically Static Identity NAT. The network used in the command is translated into itself. The most typical use for this is usually to enable communication between different Cisco firewall interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on setup you might actually see 2 different translations in the same &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; output. This happens when you are doing NAT for both the source and the destination host of the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command.&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, 19 Jul 2013 14:29:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/un-nat-question/m-p/2257193#M346135</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-19T14:29:25Z</dc:date>
    </item>
    <item>
      <title>UN-NAT question</title>
      <link>https://community.cisco.com/t5/network-security/un-nat-question/m-p/2257194#M346136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jul 2013 13:41:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/un-nat-question/m-p/2257194#M346136</guid>
      <dc:creator>WStoffel1</dc:creator>
      <dc:date>2013-07-21T13:41:59Z</dc:date>
    </item>
  </channel>
</rss>

