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 bsr

Enables PIM debugging for PIM BSR timer.

set protocols pim log timer bsr { all | bst | crp }
delete protocols pim log timer bsr { all | bst | crp }
show protocols pim log timer bsr { all | bst | crp }

None

all
Enables debugging of all PIM BSR timers.
bst
Enables debugging of only bootstrap timers.
crp
Enables debugging of only candidate-RP timers.

Configuration mode


protocols {
        pim {
          log {
            timer {
                bsr {
                  all
                  bst
                  crp
                  }
                }
               }
             }
            }

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

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

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