<?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 How to check hit counts on Identity NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-check-hit-counts-on-identity-nat/m-p/2463201#M238180</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have identity NAT config like below&lt;/P&gt;&lt;P&gt;static(inside,outside) 10.0.0.0 10.0.0.0 netmask 255.0.0.0&lt;/P&gt;&lt;P&gt;when i do sh nat how can i check hit counts for above rule?&lt;/P&gt;&lt;P&gt;ASA version is 8.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 04:14:29 GMT</pubDate>
    <dc:creator>mahesh18</dc:creator>
    <dc:date>2019-03-12T04:14:29Z</dc:date>
    <item>
      <title>How to check hit counts on Identity NAT</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-hit-counts-on-identity-nat/m-p/2463201#M238180</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have identity NAT config like below&lt;/P&gt;&lt;P&gt;static(inside,outside) 10.0.0.0 10.0.0.0 netmask 255.0.0.0&lt;/P&gt;&lt;P&gt;when i do sh nat how can i check hit counts for above rule?&lt;/P&gt;&lt;P&gt;ASA version is 8.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:14:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-hit-counts-on-identity-nat/m-p/2463201#M238180</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T04:14:29Z</dc:date>
    </item>
    <item>
      <title>Mahesh,"show xlate" (and</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-hit-counts-on-identity-nat/m-p/2463202#M238181</link>
      <description>&lt;P&gt;Mahesh,&lt;/P&gt;&lt;P&gt;"show xlate" (and optionally use various keywords such as "count" or pipe output to include only desired addresses) should do the trick for you. i.e.,&lt;/P&gt;&lt;P&gt;show xlate count&lt;/P&gt;&lt;P&gt;show xlate | i 10.&lt;/P&gt;</description>
      <pubDate>Sat, 24 May 2014 16:46:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-hit-counts-on-identity-nat/m-p/2463202#M238181</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2014-05-24T16:46:25Z</dc:date>
    </item>
    <item>
      <title> Hi Marvin,sh xlate</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-hit-counts-on-identity-nat/m-p/2463203#M238182</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Marvin,&lt;/P&gt;&lt;P&gt;sh xlate count&lt;/P&gt;&lt;P&gt;shows 2 used and 2 used most&lt;/P&gt;&lt;P&gt;does this mean that only 2 NAT rules are used ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also i did sh nat&lt;/P&gt;&lt;P&gt;&lt;FONT face="sans-serif" size="2"&gt;match ip inside 10.0.0.0 255.0.0.0 outside any&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="sans-serif" size="2"&gt;&amp;nbsp; &amp;nbsp; static translation to 10.0.0.0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="sans-serif" size="2"&gt;&amp;nbsp; &amp;nbsp; translate_hits = 0, untranslate_hits = 16648&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Need to confirm if this is Identity NAT hits?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MAhesh&lt;/P&gt;</description>
      <pubDate>Sat, 24 May 2014 17:22:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-hit-counts-on-identity-nat/m-p/2463203#M238182</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2014-05-24T17:22:15Z</dc:date>
    </item>
    <item>
      <title>If you just use "show xlate"</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-hit-counts-on-identity-nat/m-p/2463204#M238184</link>
      <description>&lt;P&gt;If you just use "show xlate" without the count keyword it will show you exactly which NAT rules its talking about. That command gives you the active xlate slots currently in use.&lt;/P&gt;&lt;P&gt;The "show nat" is more of a cumulative "hit count". If you add the "detail" command it will similarly show you more detail about the hits.&lt;/P&gt;&lt;P&gt;Identity NAT is similar to NAT exemption or no NAT n that an address is translated to itself. The example you show the output of above is not identity NAT since the 10.0.0.0/8 network is being translated to the ASA outside interface.&lt;/P&gt;</description>
      <pubDate>Sat, 24 May 2014 23:02:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-hit-counts-on-identity-nat/m-p/2463204#M238184</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2014-05-24T23:02:03Z</dc:date>
    </item>
    <item>
      <title> Many thanks Marvin</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-hit-counts-on-identity-nat/m-p/2463205#M238186</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks Marvin&lt;/P&gt;</description>
      <pubDate>Sun, 25 May 2014 03:28:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-hit-counts-on-identity-nat/m-p/2463205#M238186</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2014-05-25T03:28:01Z</dc:date>
    </item>
  </channel>
</rss>

