<?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 debug packet on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/debug-packet-on-asa/m-p/710883#M423323</link>
    <description>&lt;P&gt;Which analog PIX's command - &lt;/P&gt;&lt;P&gt;debug packet src/dst x.x.x.x netmask y.y.y.y&lt;/P&gt;&lt;P&gt;on ASA device?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 09:11:35 GMT</pubDate>
    <dc:creator>rmv72</dc:creator>
    <dc:date>2020-02-21T09:11:35Z</dc:date>
    <item>
      <title>debug packet on ASA</title>
      <link>https://community.cisco.com/t5/network-security/debug-packet-on-asa/m-p/710883#M423323</link>
      <description>&lt;P&gt;Which analog PIX's command - &lt;/P&gt;&lt;P&gt;debug packet src/dst x.x.x.x netmask y.y.y.y&lt;/P&gt;&lt;P&gt;on ASA device?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:11:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/debug-packet-on-asa/m-p/710883#M423323</guid>
      <dc:creator>rmv72</dc:creator>
      <dc:date>2020-02-21T09:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: debug packet on ASA</title>
      <link>https://community.cisco.com/t5/network-security/debug-packet-on-asa/m-p/710884#M423324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;debug packet is no longer current on the 7x software - you want to use the capture feature. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an access list with traffic you're interested in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list cap_traffic extended permit ip host 192.168.1.2 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;continue adding to this ACL depending on how much traffic you're interested in.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list cap_traffic extended permit tcp any host 192.168.1.2 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture &lt;CAPTURENAME&gt; access-list &lt;ACCESS-LISTNAME&gt; interface &lt;INTERESTING interface=""&gt; &lt;/INTERESTING&gt;&lt;/ACCESS-LISTNAME&gt;&lt;/CAPTURENAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view active capture sessions:&lt;/P&gt;&lt;P&gt;sh cap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view the details of a capture session &lt;/P&gt;&lt;P&gt;sh cap &lt;CAPTURENAME&gt;&lt;/CAPTURENAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the no form to end capture sessions then clean up your ACL's.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many variations to the capture command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list      Capture packets that match access-list&lt;/P&gt;&lt;P&gt;  buffer           Configure size of capture buffer, default is 512 KB&lt;/P&gt;&lt;P&gt;  circular-buffer  Overwrite buffer from beginning when full, default is&lt;/P&gt;&lt;P&gt;                   non-circular&lt;/P&gt;&lt;P&gt;  ethernet-type    Capture Ethernet packets of a particular type, default is IP&lt;/P&gt;&lt;P&gt;  interface        Capture packets on a specific interface&lt;/P&gt;&lt;P&gt;  packet-length    Configure maximum length to save from each packet, default&lt;/P&gt;&lt;P&gt;                   is 68 bytes&lt;/P&gt;&lt;P&gt;  trace            Trace the captured packets&lt;/P&gt;&lt;P&gt;  type             Capture packets based on a particular type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 07:59:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/debug-packet-on-asa/m-p/710884#M423324</guid>
      <dc:creator>paulkbeyer</dc:creator>
      <dc:date>2006-09-26T07:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: debug packet on ASA</title>
      <link>https://community.cisco.com/t5/network-security/debug-packet-on-asa/m-p/710885#M423325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you would like to view the capture in Ethereal, follow the following method...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Navigate to &lt;A class="jive-link-custom" href="https://" target="_blank"&gt;https://&lt;/A&gt;&lt;IP of="" pix=""&gt;/capture/&lt;CAPTURE name=""&gt;/pcap&lt;/CAPTURE&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Download the capture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Open with Ethereal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 15:26:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/debug-packet-on-asa/m-p/710885#M423325</guid>
      <dc:creator>jwalker</dc:creator>
      <dc:date>2006-09-26T15:26:09Z</dc:date>
    </item>
  </channel>
</rss>

