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

Enables PIM logs.

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

None

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

None


protocols {
    pim {
        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) logs.

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

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