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

Enables PIM6 debugging for PIM timers.

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

None

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

Configuration mode


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

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

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

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