<?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 conn in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/show-conn/m-p/1805587#M496462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the command reference as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/partner/docs/security/asa/asa82/command/reference/s2.html#wp1396672"&gt;http://www.cisco.com/en/US/partner/docs/security/asa/asa82/command/reference/s2.html#wp1396672&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2011 15:19:45 GMT</pubDate>
    <dc:creator>varrao</dc:creator>
    <dc:date>2011-10-05T15:19:45Z</dc:date>
    <item>
      <title>show conn</title>
      <link>https://community.cisco.com/t5/network-security/show-conn/m-p/1805585#M496455</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# sh conn&lt;/P&gt;&lt;P&gt;TCP out 192.168.173.163:38105 in 10.10.192.54:3096 idle 0:00:14 Bytes 504 flags UfFrRIOB&lt;/P&gt;&lt;P&gt;TCP out 192.168.173.81:54814 in 10.10.194.142:3091 idle 0:00:06 Bytes 1147425 flags UIOB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does sh conn# command tell you whether source 192.168.173.163 is accessing 10.10.192.254 directly.&lt;/P&gt;&lt;P&gt;Or this command tells you that a NAT is happening.&lt;/P&gt;&lt;P&gt;I assume is that destination 10.10.192.254 is getting NATTED with some other ip in between and that this command doesnt give you the info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I think it the source can see the NATTED ip as well as the direct ip also.&lt;/P&gt;&lt;P&gt;Please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kunal&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:34:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-conn/m-p/1805585#M496455</guid>
      <dc:creator>kunal-united</dc:creator>
      <dc:date>2019-03-11T21:34:08Z</dc:date>
    </item>
    <item>
      <title>show conn</title>
      <link>https://community.cisco.com/t5/network-security/show-conn/m-p/1805586#M496458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kunal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show conn tell you the number of connections going through the ASA, it tell you the connection between the source and destination. If you want to know if a particular ip is getting natted or not, then use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show xlate | in 10.10.192.254&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives you whether the translation is being made or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 15:17:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-conn/m-p/1805586#M496458</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-05T15:17:14Z</dc:date>
    </item>
    <item>
      <title>show conn</title>
      <link>https://community.cisco.com/t5/network-security/show-conn/m-p/1805587#M496462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the command reference as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/partner/docs/security/asa/asa82/command/reference/s2.html#wp1396672"&gt;http://www.cisco.com/en/US/partner/docs/security/asa/asa82/command/reference/s2.html#wp1396672&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 15:19:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-conn/m-p/1805587#M496462</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-05T15:19:45Z</dc:date>
    </item>
    <item>
      <title>show conn</title>
      <link>https://community.cisco.com/t5/network-security/show-conn/m-p/1805588#M496465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to access the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 15:32:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-conn/m-p/1805588#M496465</guid>
      <dc:creator>kunal-united</dc:creator>
      <dc:date>2011-10-05T15:32:31Z</dc:date>
    </item>
    <item>
      <title>show conn</title>
      <link>https://community.cisco.com/t5/network-security/show-conn/m-p/1805589#M496469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/partner/docs/security/asa/asa82/command/reference/s2.html#wp1396672"&gt;http://www.cisco.com/en/US/customer/docs/security/asa/asa82/command/reference/s2.html#wp1396672&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 15:46:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/show-conn/m-p/1805589#M496469</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-05T15:46:13Z</dc:date>
    </item>
  </channel>
</rss>

