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

Enables IGMP logs.

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

None

all
Enables all IGMP logs.
decode
Enables only IGMP decode logs.
encode
Enables only IGMP encode logs.
events
Enables only IGMP event logs.
fsm
Enables only IGMP finite-state machine (FSM) logs.
tib
Enables only IGMP tree-information-base (TIB) logs.

Configuration mode


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

Use the set form of this command to enable Internet Group Management Protocol (IGMP) logs.

Use the delete form of this command to disable IGMP logs.

Use the show form of this command to view IGMP logging configuration.