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 mld log

Enables MLD logs.

set protocols mld log { all | decode | encode | events | fsm | tib }
delete protocols mld log { all | decode | encode | events | fsm | tib }
show protocols mld log { all | decode | encode | events | fsm | tib }

None

all
Enables all MLD logs.
decode
Enables only MLD decode logs.
encode
Enables only MLD encode logs.
events
Enables only MLD event logs.
fsm
Enables only MLD finite-state machine (FSM) logs.
tib
Enables only MLD thread-information-block (TIB) logs.

Configuration mode


protocols {
       mld {
        log {
            all
         decode
         encode
            fsm
            tib
              }
           }
        }

Use the set form of this command to enable Multicast Listener Discovery (MLD) logs.

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

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