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

Enables PIM6 logs.

set protocols pim6 log { all | events | mfc | mib | mtrace | nexthop | nsm | packet | state | timer }
delete protocols pim6 log { all | events | mfc | mib | mtrace | nexthop | nsm | packet | state | timer }
show protocols pim6 log { all | events | mfc | mib | mtrace | nexthop | nsm | packet | state | timer }

None

all
Enables all PIM6 logs.
events
Enables PIM6 debugging of general configuration and virtual routing.
mfc
Enables PIM6 debugging for MFC updates.
mib
Enables PIM6 debugging for MIB entries.
mtrace
Enables PIM6 debugging for MTRACE messages.
nexthop
Enables PIM6 debugging for nexthop cache handling for RPF neighbors .
nsm
Enables PIM6 debugging for PIM NSM.
packet
E nables PIM6 debugging for PIM packets.
state
E nables PIM6 debugging for PIM states.
timer
Enables PIM6 debugging for PIM timers.

Configuration mode


protocols {
      pim6 {
        log {
           all
           events
           mfc
           mib
           msdp
           mtrace
           nexthop
           nsm
           packet
           state
           timer
         }
      }
}

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

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

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