home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols pim log packet

Enables PIM debugging of PIM packets.

set protocols pim log packet { all | rcv | send }
delete protocols pim log packet { all | rcv | send }
show protocols pim log packet { all | rcv | send }

None

all
Enables all PIM packet logs.
rcv
Enables debugging for all incoming PIM packets.
send
Enables debugging for all outgoing PIM packets.

Configuration mode

protocols {
     pim {
        log {
           packet {
              all
              rcv
              send
           }
        }
     }
}

Use the set form of this command to enable Protocol Independent Multicast (PIM) packet logs.

Use the delete form of this command to remove PIM packet logs.

Use the show form of this command to view PIM packet logs.