<?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 Re: Connection state information? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/connection-state-information/m-p/623870#M1025466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot .. the command to get the meaning of flags is-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show conn detail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Feb 2007 20:19:51 GMT</pubDate>
    <dc:creator>vitripat</dc:creator>
    <dc:date>2007-02-20T20:19:51Z</dc:date>
    <item>
      <title>Connection state information?</title>
      <link>https://community.cisco.com/t5/network-security/connection-state-information/m-p/623868#M1025462</link>
      <description>&lt;P&gt;I am trying to figure out how to display TCP connections that were initiated from an outside interface.  Maybe I am missing something, but I can't seem to find this in the "show conn" command.  I tried the "show conn state conn_inbound", but that just gives me this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;121 in use, 4202 most used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see the connection detail.  I also don't see anything in the description of the "flags" output that tells me if the connection were initiated from the outside or the inside.  Am I missing something or is there just no way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:36:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-state-information/m-p/623868#M1025462</guid>
      <dc:creator>jedavis</dc:creator>
      <dc:date>2019-03-11T09:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Connection state information?</title>
      <link>https://community.cisco.com/t5/network-security/connection-state-information/m-p/623869#M1025464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find the meaning of flags using this command-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flags: A - awaiting inside ACK to SYN, a - awaiting outside ACK to SYN,&lt;/P&gt;&lt;P&gt;       B - initial SYN from outside, C - CTIQBE media, D - DNS, d - dump,&lt;/P&gt;&lt;P&gt;       E - outside back connection, F - outside FIN, f - inside FIN,&lt;/P&gt;&lt;P&gt;       G - group, g - MGCP, H - H.323, h - H.225.0, I - inbound data,&lt;/P&gt;&lt;P&gt;       i - incomplete, J - GTP, j - GTP data, K - GTP t3-response&lt;/P&gt;&lt;P&gt;       k - Skinny media, M - SMTP data, m - SIP media, O - outbound data,&lt;/P&gt;&lt;P&gt;       P - inside back connection, q - SQL*Net data, R - outside acknowledged FIN,&lt;/P&gt;&lt;P&gt;       R - UDP SUNRPC, r - inside acknowledged FIN, S - awaiting inside SYN,&lt;/P&gt;&lt;P&gt;       s - awaiting outside SYN, T - SIP, t - SIP transient, U - up&lt;/P&gt;&lt;P&gt;       X - inspected by service module&lt;/P&gt;&lt;P&gt;ASA-5520-CSC-Standalone#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now .. when you do a "show conn", you'll recieve the connections with the Flags at the end of it. In the flags field, if you see "B", it means connection was initiated from a lower security level interface, i.e, outside to inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B - initial SYN from outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clears the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 20:19:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-state-information/m-p/623869#M1025464</guid>
      <dc:creator>vitripat</dc:creator>
      <dc:date>2007-02-20T20:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Connection state information?</title>
      <link>https://community.cisco.com/t5/network-security/connection-state-information/m-p/623870#M1025466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot .. the command to get the meaning of flags is-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show conn detail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 20:19:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-state-information/m-p/623870#M1025466</guid>
      <dc:creator>vitripat</dc:creator>
      <dc:date>2007-02-20T20:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Connection state information?</title>
      <link>https://community.cisco.com/t5/network-security/connection-state-information/m-p/623871#M1025467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks Vibhor!  When I read the "B - initial SYN from outside" I took it to mean that this was an embryonic connection (handshake not complete).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 20:30:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connection-state-information/m-p/623871#M1025467</guid>
      <dc:creator>jedavis</dc:creator>
      <dc:date>2007-02-20T20:30:16Z</dc:date>
    </item>
  </channel>
</rss>

