<?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 Ok, so capture was not in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/capture-ssh-management-traffic/m-p/2572115#M202455</link>
    <description>&lt;P&gt;Ok, so capture was not working because of the VPN scenario. It is well known that any VPN traffic ends on the &lt;STRONG&gt;outside &lt;/STRONG&gt;interface and the same here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA capture will not work/show anything if traffic ends on an interface different the one configured in the command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Dec 2014 18:08:55 GMT</pubDate>
    <dc:creator>Florin Barhala</dc:creator>
    <dc:date>2014-12-12T18:08:55Z</dc:date>
    <item>
      <title>Capture SSH management traffic</title>
      <link>https://community.cisco.com/t5/network-security/capture-ssh-management-traffic/m-p/2572112#M202450</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I have one ASA 5505 running&amp;nbsp;8.4(2) with two interfaces:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5505# show ip&lt;BR /&gt;System IP Addresses:&lt;BR /&gt;Interface &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IP address &amp;nbsp; &amp;nbsp; &amp;nbsp;Subnet mask &amp;nbsp; &amp;nbsp; Method&amp;nbsp;&lt;BR /&gt;Vlan2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;outside &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;80.82.x.y &amp;nbsp; &amp;nbsp;255.255.255.252 CONFIG&lt;BR /&gt;Vlan600 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inside &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 172.16.3.82 &amp;nbsp; &amp;nbsp; 255.255.255.248 CONFIG&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I setup the following captures:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5505# show capture&lt;BR /&gt;capture cap1 type raw-data access-list capture1 interface inside [Capturing - 0 bytes]&amp;nbsp;&lt;BR /&gt;capture cap2 type raw-data access-list capture2 interface inside [Buffer Full - 523244 bytes]&amp;nbsp;&lt;BR /&gt;5505# sa capture1&lt;BR /&gt;access-list capture1; 2 elements; name hash: 0xb807b4ac&lt;BR /&gt;access-list capture1 line 1 extended permit tcp host 172.16.3.82 eq ssh any (hitcnt=0) 0xa74cb20f&amp;nbsp;&lt;BR /&gt;access-list capture1 line 2 extended permit tcp any host 172.16.3.82 eq ssh (hitcnt=0) 0xf1cc97fd&amp;nbsp;&lt;BR /&gt;5505# sa capture2&lt;BR /&gt;access-list capture2; 2 elements; name hash: 0xdd27d678&lt;BR /&gt;access-list capture2 line 1 extended permit tcp any any eq ssh (hitcnt=30281) 0x0bd72029&amp;nbsp;&lt;BR /&gt;access-list capture2 line 2 extended permit tcp any eq ssh any (hitcnt=32538) 0xdd9e7e84&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trouble is I can't see/catch anything&amp;nbsp;on either of the two capture when&amp;nbsp;I SSH on the &lt;EM&gt;inside &lt;/EM&gt;interface from a site-to-site VPN being done with another ASA.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5505# show ssh sessions&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SID Client IP &amp;nbsp; &amp;nbsp; &amp;nbsp; Version Mode Encryption Hmac &amp;nbsp; &amp;nbsp; State &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Username&lt;BR /&gt;0 &amp;nbsp; 172.17.120.170 &amp;nbsp;2.0 &amp;nbsp; &amp;nbsp; IN &amp;nbsp; aes256-cbc sha1 &amp;nbsp; &amp;nbsp; SessionStarted &amp;nbsp; florinb&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OUT &amp;nbsp;aes256-cbc sha1 &amp;nbsp; &amp;nbsp; SessionStarted &amp;nbsp; florinb&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5505# show run management-access&amp;nbsp;&lt;BR /&gt;management-access inside&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion for this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. I configured cap1 on the 2nd ASA (that participates on the VPN tunnel)&amp;nbsp;and here I can see traffic passing through the tunnel toward 5505 ASA:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ASA_VPN_endpoint# show capture cap1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;75 packets captured&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp;1: 15:23:23.821872 172.17.120.170.54313 &amp;gt; 172.16.3.82.22: S 1673956627:1673956627(0) win 8192 &amp;lt;mss 1460,nop,wscale 8,nop,nop,sackOK&amp;gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;2: 15:23:23.869446 172.16.3.82.22 &amp;gt; 172.17.120.170.54313: S 137067347:137067347(0) ack 1673956628 win 8192 &amp;lt;mss 1380&amp;gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:12:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-ssh-management-traffic/m-p/2572112#M202450</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2019-03-12T05:12:47Z</dc:date>
    </item>
    <item>
      <title>Hi,I don't think you would be</title>
      <link>https://community.cisco.com/t5/network-security/capture-ssh-management-traffic/m-p/2572113#M202451</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't think you would be able to capture anything on the Outside Interface on the ASA 5505 to which the tunnel is terminating as this is encrypted.&lt;/P&gt;&lt;P&gt;Also , what did you see in the any any captures ?&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 09:44:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-ssh-management-traffic/m-p/2572113#M202451</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-12-12T09:44:15Z</dc:date>
    </item>
    <item>
      <title>Hi mate,Both captures I</title>
      <link>https://community.cisco.com/t5/network-security/capture-ssh-management-traffic/m-p/2572114#M202453</link>
      <description>&lt;P&gt;Hi mate,&lt;/P&gt;&lt;P&gt;Both captures I attend are on the inside interface.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 11:56:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-ssh-management-traffic/m-p/2572114#M202453</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2014-12-12T11:56:20Z</dc:date>
    </item>
    <item>
      <title>Ok, so capture was not</title>
      <link>https://community.cisco.com/t5/network-security/capture-ssh-management-traffic/m-p/2572115#M202455</link>
      <description>&lt;P&gt;Ok, so capture was not working because of the VPN scenario. It is well known that any VPN traffic ends on the &lt;STRONG&gt;outside &lt;/STRONG&gt;interface and the same here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA capture will not work/show anything if traffic ends on an interface different the one configured in the command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 18:08:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/capture-ssh-management-traffic/m-p/2572115#M202455</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2014-12-12T18:08:55Z</dc:date>
    </item>
  </channel>
</rss>

