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 timer joinprune

Enables PIM6 debugging for PIM join-prune timers.

set protocols pim6 log timer joinprune { all | et | jt | kat | ot | ppt }
show protocols pim6 log timer joinprune { all | et | jt | kat | ot | ppt }
delete protocols pim6 log timer joinprune { all | et | jt | kat | ot | ppt }

None

all
Enables debugging of all PIM join-prune timers.
et
Enables debugging of PIM join-prune expiry timers.
jt
Enables debugging of PIM join-prune upstream join timers.
kat
Enables debugging of PIM join-prune keep-alive timers.
ot
Enables debugging of PIM join-prune over-ride timers.
ppt
Enables debugging of PIM joinprune prune-pending timers.

Configuration mode


protocols {
        pim6 {
          log {
            timer {
             joinprune {
               all
               et
               jt 
               kat
               ot
               ppt
                       } 
                    }
                  } 
                } 
              }

Use the set form of this command to enable Protocol Independent Multicast (PIM)6 join-prune timer logs.

Use the delete form of this command to remove PIM6 join-prune timer logs.

Use the show form of this command to view PIM6 join-prune timer logs.