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 hello

Enables debugging for PIM6 hello timers.

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

None

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

Configuration mode


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

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

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

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