<?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: tcpdump like packet capture on PA in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/tcpdump-like-packet-capture-on-pa/m-p/32677#M23939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mandar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may enable packet capture for those DHCP initial messages, as mentioned below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Configure the first dataplane packet-diag filter to capture DHCP Discover, DHCP Request, and DHCP Inform packets. This filter will capture UDP traffic on source port 68 (bootpc) and destination port 67 (bootps).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set filter match protocol 17 source-port 68 destination-port 67&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure a second dataplane packet-diag filter to capture DHCP ACK, DHCP NACK, and DHCP Offer packets. This filter will capture UDP traffic on source port 67 (bootps) and destination port 68 (bootpc).&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set filter match protocol 17 source-port 67 destination-port 68&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enable pre-parse match.&amp;nbsp; This is necessary to collect DHCP packets destined for the DHCP Client interface.&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set filter pre-parse-match yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enable the packet filter.&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set filter on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure Packet Captures on the transmit, receive, and drop stages to collect DHCP packets.&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set capture stage drop file dhcp-drop&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set capture stage transmit file dhcp-tx&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set capture stage receive file dhcp-rx&lt;/P&gt;&lt;P&gt;Packet capture is enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are set to capture DHCP Client traffic once traffic is generated generated.&amp;nbsp; Upon completion, be sure to disable (in the following order) packet captures and packet filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the following commands:&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set capture off&lt;/P&gt;&lt;P&gt;Packet capture is disabled&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set filter off&lt;/P&gt;&lt;P&gt;debug packet filter: off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR, do the same from PAN GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DHCP-1.JPG" class="image-0 jive-image" src="https://live.paloaltonetworks.com/legacyfs/online/18112_DHCP-1.JPG" style="height: 187px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DHCP-2.JPG" class="image-1 jive-image" src="https://live.paloaltonetworks.com/legacyfs/online/18119_DHCP-2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3b3b3b;"&gt;** Please mark my answer as correct/helpful if appropriate.**&lt;/EM&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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2015 19:10:09 GMT</pubDate>
    <dc:creator>HULK</dc:creator>
    <dc:date>2015-02-02T19:10:09Z</dc:date>
    <item>
      <title>tcpdump like packet capture on PA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/tcpdump-like-packet-capture-on-pa/m-p/32674#M23936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can check&amp;nbsp; dhcp packet on PA , for example using tcpdump -i Internal port 67 we see on unix/linux boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we check same dhcp request and response packet on PA .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 18:41:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/tcpdump-like-packet-capture-on-pa/m-p/32674#M23936</guid>
      <dc:creator>fatboy1607</dc:creator>
      <dc:date>2015-02-02T18:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump like packet capture on PA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/tcpdump-like-packet-capture-on-pa/m-p/32675#M23937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If OS version 6.0 and above then,&lt;/P&gt;&lt;P&gt;tail follow yes mp-log pan_dhcpd.log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tail follow yes mp-log dhcpd.log &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 18:49:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/tcpdump-like-packet-capture-on-pa/m-p/32675#M23937</guid>
      <dc:creator>Mystique</dc:creator>
      <dc:date>2015-02-02T18:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump like packet capture on PA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/tcpdump-like-packet-capture-on-pa/m-p/32676#M23938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;getting error&lt;/P&gt;&lt;P&gt;2015-01-13 03:20:39.392 +0000 Error:&amp;nbsp; pan_dhcp_read_rtobject_from_disk(pan_dhcp_client_obj.c:562): Error reading dhcp client objects from disk&lt;/P&gt;&lt;P&gt;2015-01-14 07:05:26.362 +0000 Error:&amp;nbsp; pan_dhcp_read_rtobject_from_disk(pan_dhcp_client_obj.c:521): Error reading dhcp client persistent rt obj xml file&lt;/P&gt;&lt;P&gt;2015-01-14 07:05:26.362 +0000 Error:&amp;nbsp; pan_dhcp_read_rtobject_from_disk(pan_dhcp_client_obj.c:562): Error reading dhcp client objects from disk&lt;/P&gt;&lt;P&gt;2015-01-23 03:27:59.331 +0000 Error:&amp;nbsp; pan_dhcp_read_rtobject_from_disk(pan_dhcp_client_obj.c:521): Error reading dhcp client persistent rt obj xml file&lt;/P&gt;&lt;P&gt;2015-01-23 03:27:59.332 +0000 Error:&amp;nbsp; pan_dhcp_read_rtobject_from_disk(pan_dhcp_client_obj.c:562): Error reading dhcp client objects from disk&lt;/P&gt;&lt;P&gt;2015-01-29 10:07:10.330 +0000 Error:&amp;nbsp; pan_dhcp_read_rtobject_from_disk(pan_dhcp_client_obj.c:521): Error reading dhcp client persistent rt obj xml file&lt;/P&gt;&lt;P&gt;2015-01-29 10:07:10.330 +0000 Error:&amp;nbsp; pan_dhcp_read_rtobject_from_disk(pan_dhcp_client_obj.c:562): Error reading dhcp client objects from disk&lt;/P&gt;&lt;P&gt;2015-01-29 10:09:52.329 +0000 Error:&amp;nbsp; pan_dhcp_read_rtobject_from_disk(pan_dhcp_client_obj.c:521): Error reading dhcp client persistent rt obj xml file&lt;/P&gt;&lt;P&gt;2015-01-29 10:09:52.329 +0000 Error:&amp;nbsp; pan_dhcp_read_rtobject_from_disk(pan_dhcp_client_obj.c:562): Error reading dhcp client objects from disk&lt;/P&gt;&lt;P&gt;2015-02-02 19:03:09.437 +0000 Error:&amp;nbsp; pan_dhcpd_opcmd_show_state&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 19:05:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/tcpdump-like-packet-capture-on-pa/m-p/32676#M23938</guid>
      <dc:creator>fatboy1607</dc:creator>
      <dc:date>2015-02-02T19:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump like packet capture on PA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/tcpdump-like-packet-capture-on-pa/m-p/32677#M23939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mandar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may enable packet capture for those DHCP initial messages, as mentioned below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Configure the first dataplane packet-diag filter to capture DHCP Discover, DHCP Request, and DHCP Inform packets. This filter will capture UDP traffic on source port 68 (bootpc) and destination port 67 (bootps).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set filter match protocol 17 source-port 68 destination-port 67&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure a second dataplane packet-diag filter to capture DHCP ACK, DHCP NACK, and DHCP Offer packets. This filter will capture UDP traffic on source port 67 (bootps) and destination port 68 (bootpc).&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set filter match protocol 17 source-port 67 destination-port 68&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enable pre-parse match.&amp;nbsp; This is necessary to collect DHCP packets destined for the DHCP Client interface.&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set filter pre-parse-match yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enable the packet filter.&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set filter on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure Packet Captures on the transmit, receive, and drop stages to collect DHCP packets.&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set capture stage drop file dhcp-drop&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set capture stage transmit file dhcp-tx&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set capture stage receive file dhcp-rx&lt;/P&gt;&lt;P&gt;Packet capture is enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are set to capture DHCP Client traffic once traffic is generated generated.&amp;nbsp; Upon completion, be sure to disable (in the following order) packet captures and packet filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the following commands:&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set capture off&lt;/P&gt;&lt;P&gt;Packet capture is disabled&lt;/P&gt;&lt;P&gt;&amp;gt; debug dataplane packet-diag set filter off&lt;/P&gt;&lt;P&gt;debug packet filter: off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR, do the same from PAN GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DHCP-1.JPG" class="image-0 jive-image" src="https://live.paloaltonetworks.com/legacyfs/online/18112_DHCP-1.JPG" style="height: 187px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DHCP-2.JPG" class="image-1 jive-image" src="https://live.paloaltonetworks.com/legacyfs/online/18119_DHCP-2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3b3b3b;"&gt;** Please mark my answer as correct/helpful if appropriate.**&lt;/EM&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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 19:10:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/tcpdump-like-packet-capture-on-pa/m-p/32677#M23939</guid>
      <dc:creator>HULK</dc:creator>
      <dc:date>2015-02-02T19:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump like packet capture on PA</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/tcpdump-like-packet-capture-on-pa/m-p/32678#M23940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which PAN OS is running into this Firewall.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 19:19:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/tcpdump-like-packet-capture-on-pa/m-p/32678#M23940</guid>
      <dc:creator>HULK</dc:creator>
      <dc:date>2015-02-02T19:19:47Z</dc:date>
    </item>
  </channel>
</rss>

