<?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 Show NAT tranlations on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690254#M191286</link>
    <description>&lt;P&gt;I want to be able to see the actual NAT translations on my 5545 ASA. Basically, I need the equivalent of "show ip nat translations" that a router would have. I opened a case with TAC and they couldn't help me. It seems like a basic trouble shooting command to get a table of translations.&lt;/P&gt;&lt;P&gt;Show xlate, show nat, show conn, and show local-host conn doesn't seem to get me what i'm after.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 05:59:13 GMT</pubDate>
    <dc:creator>Sean Graham</dc:creator>
    <dc:date>2019-03-12T05:59:13Z</dc:date>
    <item>
      <title>Show NAT tranlations on ASA</title>
      <link>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690254#M191286</link>
      <description>&lt;P&gt;I want to be able to see the actual NAT translations on my 5545 ASA. Basically, I need the equivalent of "show ip nat translations" that a router would have. I opened a case with TAC and they couldn't help me. It seems like a basic trouble shooting command to get a table of translations.&lt;/P&gt;&lt;P&gt;Show xlate, show nat, show conn, and show local-host conn doesn't seem to get me what i'm after.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:59:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690254#M191286</guid>
      <dc:creator>Sean Graham</dc:creator>
      <dc:date>2019-03-12T05:59:13Z</dc:date>
    </item>
    <item>
      <title>What are you looking for</title>
      <link>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690255#M191287</link>
      <description>&lt;P&gt;What are you looking for exactly if "show xlate" is not what you need?&lt;/P&gt;&lt;P&gt;Although the formatting is different, at least for dynamic source-nat all the information is available. Ok, if you work much with destination-nat, then the ASA-output is not as comfortable as the router-output ...&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2015 21:47:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690255#M191287</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2015-05-22T21:47:17Z</dc:date>
    </item>
    <item>
      <title>I want to see something like</title>
      <link>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690256#M191289</link>
      <description>&lt;P&gt;I want to see something like this:&lt;/P&gt;

&lt;PRE style="color: rgb(0, 0, 0); line-height: normal;"&gt;
Router#&lt;B&gt;show ip nat translations
&lt;/B&gt;
Pro Inside global      &amp;nbsp;&amp;nbsp;Inside local       Outside local      Outside global
udp 171.69.233.209:1220 &amp;nbsp;192.168.1.95:1220 &amp;nbsp;171.69.2.132:53    171.69.2.132:53
tcp 171.69.233.209:11012 192.168.1.89:11012 171.69.1.220:23  &amp;nbsp;&amp;nbsp;171.69.1.220:23
tcp 171.69.233.209:1067 &amp;nbsp;192.168.1.95:1067 &amp;nbsp;171.69.1.161:23    171.69.1.161:23
&lt;/PRE&gt;

&lt;P&gt;I have an inside subnet being statically NAT'd to a NAT pool. It doesn't seem like it should be too hard to find out what INSIDE address is being translated to on the OUTSIDE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show xlate static gives me a bunch of subnets, nothing at all what i'm looking for. I see the PAT translations in show xlate, but that doesn't help me.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 19:40:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690256#M191289</guid>
      <dc:creator>Sean Graham</dc:creator>
      <dc:date>2015-05-27T19:40:06Z</dc:date>
    </item>
    <item>
      <title>What do you need the private</title>
      <link>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690257#M191291</link>
      <description>&lt;P&gt;What do you need the private-public ip mapping for? If you need this Information continiously, you could have the asa send it to a syslog Server:&lt;/P&gt;&lt;P style="margin-left: 40px;"&gt;logging trap warnings&lt;BR /&gt;logging host&amp;nbsp;inside ip-address&lt;BR /&gt;logging message 604103 level warnings&lt;BR /&gt;logging message 604104 level warnings&lt;BR /&gt;logging message 302015 level warnings&lt;BR /&gt;logging message 302014 level warnings&lt;BR /&gt;logging message 302013 level warnings&lt;BR /&gt;logging message 302019 level warnings&lt;BR /&gt;logging message 302018 level warnings&lt;BR /&gt;logging message 302017 level warnings&lt;BR /&gt;logging message 302016 level warnings&lt;BR /&gt;logging message 302021 level warnings&lt;BR /&gt;logging message 302020 level warnings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 07:16:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690257#M191291</guid>
      <dc:creator>Stefan Menning</dc:creator>
      <dc:date>2015-05-28T07:16:40Z</dc:date>
    </item>
    <item>
      <title>I want to see it for</title>
      <link>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690258#M191293</link>
      <description>&lt;P&gt;I want to see it for troubleshooting purposes. (FYI, the ASA is not our external firewall.) If I see 192.168.20.45 going out our external FW, I want to be able to tell whose internal address that is so I can know what user i'm dealing with.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm guessing this isn't going to happen without debugging or looking at logs. I'm just surprised this isn't something Cisco has implemented as a command like with the routers.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 13:19:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690258#M191293</guid>
      <dc:creator>Sean Graham</dc:creator>
      <dc:date>2015-05-28T13:19:07Z</dc:date>
    </item>
    <item>
      <title>If the translation is still</title>
      <link>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690259#M191294</link>
      <description>&lt;P&gt;If the translation is still "active" in the first ASA, you should be able to see it with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;show xlate | include &amp;lt;external-ip-address&amp;gt; and thus determine the internal ip address&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 14:34:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690259#M191294</guid>
      <dc:creator>Stefan Menning</dc:creator>
      <dc:date>2015-05-28T14:34:30Z</dc:date>
    </item>
    <item>
      <title>You might try show xlate,</title>
      <link>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690260#M191296</link>
      <description>&lt;P&gt;You might try show xlate, that could be completed with "global" or "local" statement.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;show xlate local 10.10.8.74&lt;BR /&gt;1263 in use, 2393 most used&lt;BR /&gt;Flags: D - DNS, e - extended, I - identity, i - dynamic, r - portmap,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;s - static, T - twice, N - net-to-net&lt;/P&gt;&lt;P&gt;UDP PAT from inside:10.10.8.74/64235 to outside:201.0.207.89/64235 flags ri idle 0:00:32 timeout 0:00:30&lt;BR /&gt;TCP PAT from inside:10.10.8.74/10936 to outside:201.0.207.89/10936 flags ri idle 0:00:41 timeout 0:00:30&lt;BR /&gt;UDP PAT from inside:10.10.8.74/64228 to outside:201.0.207.89/64228 flags ri idle 0:00:42 timeout 0:00:30&lt;BR /&gt;UDP PAT from inside:10.10.8.74/64227 to outside:201.0.207.89/64227 flags ri idle 0:00:43 timeout 0:00:30&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 20:40:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690260#M191296</guid>
      <dc:creator>andre.ortega</dc:creator>
      <dc:date>2015-05-28T20:40:26Z</dc:date>
    </item>
    <item>
      <title>That doesn't return anything.</title>
      <link>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690261#M191298</link>
      <description>&lt;P&gt;That doesn't return anything. It's blank.&lt;/P&gt;&lt;P&gt;ASA# show xlate | inc 172.31.62.28&lt;BR /&gt;ASA#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example of&amp;nbsp;how the show xlate looks:&lt;/P&gt;&lt;P&gt;NAT from NewExternal:172.31.60.0/23 to NewExternal:172.31.62.1, 172.31.62.2/31,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 172.31.62.4/30, 172.31.62.8/29, 172.31.62.16/28,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 172.31.62.32/27, 172.31.62.64/26, 172.31.62.128/25,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 172.31.63.0/25, 172.31.63.128/26, 172.31.63.192/27,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 172.31.63.224/28, 172.31.63.240/29, 172.31.63.248/30,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 172.31.63.252/31, 172.31.63.254&lt;BR /&gt;&amp;nbsp; &amp;nbsp; flags sTN idle 0:00:00 timeout 0:00:00&lt;BR /&gt;NAT from NewExternal:1.1.2.1, 1.1.2.2/31, 1.1.2.4/30,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1.1.2.8/29, 1.1.2.16/28, 1.1.2.32/27,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1.1.2.64/26, 1.1.2.128/25, 1.1.3.0/24,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1.1.4.0/22, 1.1.8.0/21, 1.1.16.0/20,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1.1.32.0/19, 1.1.64.0/18, 1.1.128.0/17,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1.2.0.0/15, 1.4.0.0/14, 1.8.0.0/13,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1.16.0.0/12, 1.32.0.0/11, 1.64.0.0/10,&lt;BR /&gt;&amp;lt;--- More ---&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 14:54:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/2690261#M191298</guid>
      <dc:creator>Sean Graham</dc:creator>
      <dc:date>2015-05-29T14:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: What are you looking for</title>
      <link>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/3213984#M191299</link>
      <description>You can try with:&lt;BR /&gt;&amp;gt;show conn long&lt;BR /&gt;It display also the ip translated like the old show xlate version command (pre 8.3)</description>
      <pubDate>Thu, 09 Nov 2017 15:43:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/3213984#M191299</guid>
      <dc:creator>Donato Fabrzio</dc:creator>
      <dc:date>2017-11-09T15:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show NAT tranlations on ASA</title>
      <link>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/3216665#M191302</link>
      <description>&lt;P&gt;i think the best command is the below one&lt;/P&gt;
&lt;P&gt;FW5545# sh nat detail | include Destination&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 00:07:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-nat-tranlations-on-asa/m-p/3216665#M191302</guid>
      <dc:creator>smrh13631</dc:creator>
      <dc:date>2017-11-15T00:07:07Z</dc:date>
    </item>
  </channel>
</rss>

