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 register

Enables PIM6 debugging for PIM register timers.

set protocols pim6 log timer register { all | rst }
delete protocols pim6 log timer register { all | rst }
show protocols pim6 log timer register { all | rst }

None

all
Enables PIM6 debugging of all PIM register timers.
rst
Enables PIM6 debugging of only PIM register-stop timers.

Configuration mode


protocols {
       pim6 {
          log {
            timer {
              register {
                 all
                 rst
                       }
                     }
                   }
                 }
               }

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

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

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