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 pim6 log packet

Enables PIM6 debugging of PIM packets.

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

None

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

Configuration mode


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

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

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

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