<?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: PIX Traffic Capture in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486056#M528291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes...&lt;/P&gt;&lt;P&gt;Create an ACL for both the inside and outside interfaces if doing NAT. The inside interface ACL should use the untranslated sourceIP and destination IP. The outside, the translated. &lt;/P&gt;&lt;P&gt;Create capture on both inside and outside interfaces.&lt;/P&gt;&lt;P&gt;capture filename access-list ### interface outside(or inside) packet-lenght 1500.&lt;/P&gt;&lt;P&gt;Copy the file to your pc via TFTP&lt;/P&gt;&lt;P&gt;copy /pcap capture:filename t&lt;A class="jive-link-custom" href="ftp://x.x.x.x/filename.pcap" target="_blank"&gt;ftp://x.x.x.x/filename.pcap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open with ethereal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2006 19:08:55 GMT</pubDate>
    <dc:creator>dominic.caron</dc:creator>
    <dc:date>2006-01-25T19:08:55Z</dc:date>
    <item>
      <title>PIX Traffic Capture</title>
      <link>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486054#M528288</link>
      <description>&lt;P&gt;Is it possible to capture and log all traffic going in and out of our PIX 515E firewall&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:40:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486054#M528288</guid>
      <dc:creator>jameswestley</dc:creator>
      <dc:date>2020-02-21T08:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Traffic Capture</title>
      <link>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486055#M528289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well you could setup a sniffer on the outside and the inside of your network.   Use the monitor mode of a cisco switch to copy all traffic to the port your sniffer is plugged into, or use a dumb hub.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 18:00:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486055#M528289</guid>
      <dc:creator>Patrick Laidlaw</dc:creator>
      <dc:date>2006-01-25T18:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Traffic Capture</title>
      <link>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486056#M528291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes...&lt;/P&gt;&lt;P&gt;Create an ACL for both the inside and outside interfaces if doing NAT. The inside interface ACL should use the untranslated sourceIP and destination IP. The outside, the translated. &lt;/P&gt;&lt;P&gt;Create capture on both inside and outside interfaces.&lt;/P&gt;&lt;P&gt;capture filename access-list ### interface outside(or inside) packet-lenght 1500.&lt;/P&gt;&lt;P&gt;Copy the file to your pc via TFTP&lt;/P&gt;&lt;P&gt;copy /pcap capture:filename t&lt;A class="jive-link-custom" href="ftp://x.x.x.x/filename.pcap" target="_blank"&gt;ftp://x.x.x.x/filename.pcap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open with ethereal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 19:08:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486056#M528291</guid>
      <dc:creator>dominic.caron</dc:creator>
      <dc:date>2006-01-25T19:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Traffic Capture</title>
      <link>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486057#M528293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible, but I haven't tried doing the whole network, but I don't see why it would not be possible.  here is what the syntax would look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list capture permit tcp &lt;SRC_IP&gt; &lt;SRC_MASK&gt; &lt;DST_IP&gt; &lt;DST_MASK&gt; &lt;/DST_MASK&gt;&lt;/DST_IP&gt;&lt;/SRC_MASK&gt;&lt;/SRC_IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In english:&lt;/P&gt;&lt;P&gt;access-list capture permit tcp 192.168.100.0 any  192.168.1.0 any&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 21:29:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486057#M528293</guid>
      <dc:creator>flopez</dc:creator>
      <dc:date>2006-01-25T21:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Traffic Capture</title>
      <link>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486058#M528295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any of the above answers are good. it just depends on what you want exactly. real-time monitoring? if so, go with a sniffer, eg ethereal, sniffer pro, etc... and use SPAN on a switch.  If u want to capture traffic to look at later, you can use the capture command described previously here (which you can also do with a sniffer).  If you just want to log all connections/sessions into and out of the firewall, syslog will do this with the appropriate logging level. you wont be able to 'look inside' the packet with this option though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 02:03:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486058#M528295</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2006-01-26T02:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Traffic Capture</title>
      <link>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486059#M528300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only need to continuosly capture the traffic there is a nice method of creating a "rolling" trace with tethereal and tcpdump. It's outlined in the doc for each of the apps; but I've pretty well worked out the cmd line switches. So if you want to save a little time reply to this post or mail me directly and I'll get you what I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 19:35:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-traffic-capture/m-p/486059#M528300</guid>
      <dc:creator>nleachman</dc:creator>
      <dc:date>2006-01-31T19:35:55Z</dc:date>
    </item>
  </channel>
</rss>

