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

Enables PIM debugging for PIM timers.

set protocols pim log timer { all | assert | bsr | hello | joinprune | register }
delete protocols pim log timer { all | assert | bsr | hello | joinprune | register }
show protocols pim log timer { all | assert | bsr | hello | joinprune | register }

None

all
Enables PIM debugging for all PIM timers.
assert
Enables PIM debugging for all PIM assert timers.
bsr
Enables PIM debugging for all PIM BSR timers.
hello
Enables PIM debugging for various PIM timers.
joinprune
Enables PIM debugging for PIM join-prune timers.
register
Enables PIM debugging for various PIM register timers.

Configuration mode


protocols{
    pim {
       log {
          timer {
             all
             assert
             bsr
             hello
             joinprune
             register 
          }
       } 
    }
}

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

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

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