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 multicast ip log

Enables IPv4 MRIB logs.

set protocols multicast ip log{ all|event|fib-msg|mrib-msg|mrt|mtrace|mtrace-detail|nsm-msg|register-msg|stats|vif}
delete protocols multicast ip log{ all|event|fib-msg|mrib-msg|mrt|mtrace|mtrace-detail|nsm-msg|register-msg|stats|vif}
show protocols multicast ip log{ all|event|fib-msg|mrib-msg|mrt|mtrace|mtrace-detail|nsm-msg|register-msg|stats|vif}

None

all
Enables MRIB debugging for all multicast protocol parameters.
event
Enables MRIB debugging for all multicast events.
fib-msg
Enables MRIB debugging for only multicast FIB events.
mrib-msg
Enables MRIB debugging for only multicast RIB events.
mrt
Enables MRIB debugging for multicast routes.
mtrace
Enables MRIB debugging for multicast trace routes.
mtrace-detail
Enables MRIB debugging for multicast traceroute messages.
nsm-msg
Enables MRIB debugging for multicast NSM messages.
register-msg
Enables MRIB debugging for multicast PIM register messages.
stats
Enables MRIB debugging for multicast statistics.
vif
Enables MRIB debugging for multicast virtual interfaces.

Configuration mode

protocols {
multicast ip {
          log {
            all
           event
         fib-msg
        mrib-msg
             mrt
          mtrace
   mtrace-detail
         nsm-msg
    register-msg
           stats
             vif
               }
            }
          }

Use the set form of this command to enable IPv4 multicast routing information base (MRIB) logs.

Use the delete form of this command to remove IPv4 MRIB logs.

Use the show form of this command to view IPv4 MRIB logs.