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

Configures MSDP logging.

set protocols msdp log{ all | bgp | cache | events | fsm | other | packet | pim | rpfcheck | snmp }
delete protocols msdp log[ all | bgp | cache | events | fsm | other | packet | pim | rpfcheck | snmp ]
show protocols msdp log

MSDP logging is disabled.

log log
Any of the following options:

Configuration mode

protocols {
   msdp {
       log all
       log bgp
       log cache
       log events
       log fsm
       log other
       log packet
       log pim
       log rpfcheck
       log snmp
    }
 }

Use the set form of this command to enable MSDP logging.

Use the delete form of this command to disable MSDP logging.

Use the show form of this command to display the MSDP logging configuration.