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

Enables PIM debugging for PIM join-prune timers.

set protocols pim log timer joinprune { all | et | jt | kat | ot| ppt }
show protocols pim log timer joinprune { all | et | jt | kat | ot | ppt }
delete protocols pim 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 {
        pim {
          log {
           timer {
            joinprune {
                  all
                  et
                  jt
                  kat
                  ot
                  ppt
                       }
                    }
                  }
                }
            }

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

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

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