<?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: Cisco PIX - Capture Question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-pix-capture-question/m-p/1285725#M859329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there Nicholas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The capture command captures ALL traffic coming in or going out of the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture blah interface outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will create a capture file called blah that captures all traffic coming in or leaving the 'outside' interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2009 01:33:09 GMT</pubDate>
    <dc:creator>bmcginn</dc:creator>
    <dc:date>2009-06-17T01:33:09Z</dc:date>
    <item>
      <title>Cisco PIX - Capture Question</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-capture-question/m-p/1285724#M859327</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've been able to find information on setting up a CAPTURE for incoming traffic. However, I am having a hard time setting up a CAPTURE for traffic heading out of my network to the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please assist in how I can set this up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:44:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-capture-question/m-p/1285724#M859327</guid>
      <dc:creator>TheJax2009</dc:creator>
      <dc:date>2019-03-11T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX - Capture Question</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-capture-question/m-p/1285725#M859329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there Nicholas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The capture command captures ALL traffic coming in or going out of the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture blah interface outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will create a capture file called blah that captures all traffic coming in or leaving the 'outside' interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 01:33:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-capture-question/m-p/1285725#M859329</guid>
      <dc:creator>bmcginn</dc:creator>
      <dc:date>2009-06-17T01:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX - Capture Question</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-capture-question/m-p/1285726#M859331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Brad..just one follow up question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to identify if a system on my LAN is communitucating with port 25 on any server outside of my network.  In the capture, I see the address I use for PAT as the source.  I need to be able to see their internal address 172.16.x.x.  Is this something that can be done with CAPTURE?  If so, can you please provide some guidance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 11:20:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-capture-question/m-p/1285726#M859331</guid>
      <dc:creator>TheJax2009</dc:creator>
      <dc:date>2009-06-17T11:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX - Capture Question</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-capture-question/m-p/1285727#M859336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicholas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this if you configure the capture on your inside interface. The commands would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! Create an ACL to limit the capture to SMTP traffic from your internal host&lt;/P&gt;&lt;P&gt;access-list capin-acl permit tcp host 172.16.x.x any eq 25&lt;/P&gt;&lt;P&gt;access-list capin-acl permit tcp any eq 25 host 172.16.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;! Configure the capture&lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;capture capin access-list capin-acl interface inside packet-length 1518 buffer &lt;SIZE&gt;&lt;/SIZE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This assumes the interface that your host sits on is named "inside". If not, just change "inside" to your interface name. The buffer is optional, but will let you capture more data than the default buffer will hold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then look at the capture with the 'show capture capin' command or download it by browsing to &lt;A class="jive-link-custom" href="https://" target="_blank"&gt;https://&lt;/A&gt;&lt;ASA_IP&gt;/capture/capin/pcap.&lt;/ASA_IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, here is the command reference for the 'capture' command:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/c1.html#wp2108895" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/c1.html#wp2108895&lt;/A&gt;&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;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 14:48:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-capture-question/m-p/1285727#M859336</guid>
      <dc:creator>robertson.michael</dc:creator>
      <dc:date>2009-06-17T14:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX - Capture Question</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-capture-question/m-p/1285728#M859340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much! That did the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 15:56:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-capture-question/m-p/1285728#M859340</guid>
      <dc:creator>TheJax2009</dc:creator>
      <dc:date>2009-06-17T15:56:33Z</dc:date>
    </item>
  </channel>
</rss>

