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 assert

Enables PIM debugging for PIM assert timers.

set protocols pim log timer assert { all | at }
delete protocols pim log timer assert { all | at }
show protocols pim log timer assert { all | at }

None

all
Enables debugging of all PIM assert timers.
at
Enables debugging of PIM assert timers.

Configuration mode


protocols {
        pim {
          log {
            timer {
              assert {
                  all 
                  at
                    }
                  }
                }
              }
            }

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

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

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