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 hello

Enables PIM debugging for PIM hello timers.

set protocols pim log timer hello { all | ht | nlt| tht }
delete protocols pim log timer hello { all | ht | nlt| tht }
show protocols pim log timer hello { all | ht | nlt| tht }

None

all
Enables debugging of all PIM hello timers.
ht
Enables debugging of only PIM hello timers.
nlt
Enables debugging of only PIM neighbor liveliness timers.
tht
Enables debugging of only PIM triggerred hello timers.

Configuration mode


protocols {
        pim {
          log {
           timer {
             hello {
                all
                ht
                nlt
                tht
                   }
                 }
               }
             }
           }

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

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

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