How to Packet Capture PIM and IGMP Traffic from the CLI

How to Packet Capture PIM and IGMP Traffic from the CLI

20634
Created On 09/26/18 13:50 PM - Last Modified 06/07/23 07:56 AM


Resolution


Overview

For troubleshooting purposes it may be necessary to collect the PCAPs of the PIM and IGMP traffic that the Palo Alto Networks firewall is processing. The quickest way to troubleshoot is through the CLI.

 

Details

To start the capture, use the one of the following CLI commands:

> debug routing pcap pim on

> debug routing pcap igmp on

 

To stop the capture:

> debug routing pcap pim off

> debug routing pcap igmp off

 

To view the data on the device without the need to export:

> debug routing pcap pim view

> debug routing pcap igmp view

 

To view the data on the device in verbose, readable format:

> view-pcap verbose yes debug-pcap pim-vr-0.pcap

> view-pcap verbose yes debug-pcap igmp-vr-0.pcap

 

If needed, files can be exported:

> scp export debug-pcap from "file name" to username@host:path

> tftp export debug-pcap from "file name" to "tftp host"

 

To delete old captures:

> debug routing pcap pim delete

> debug routing pcap igmp delete

 

owner: rupalekar



Actions
  • Print
  • Copy Link

    https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClsFCAS&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail

Choose Language