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.

monitor protocol mpls ldp enable|disable [ dsm | events | fsm | nsm | packet | rib | usm ]

Enables or disables the generation of debug messages that are related to MPLS LDP logs.

monitor protocol mpls ldp enable|disable dsm | events | fsm | nsm | packet | rib | usm

Operational mode

Use this command to enable or disable the generation of debug messages that are related to MPLS LDP logs.

The following example shows how to enable MPLS LDP Finite State Machine monitoring.


vyatta@vyatta:~$ monitor protocol mpls ldp enable fsm

As a result, the LDP debugging status is on when displayed with the show monitoring command.

vyatta@vyatta:~$ show monitoring
------------------------------
  Protocol monitoring status
------------------------------

...

LDP debugging status:
  ...
  LDP finite state machine debugging is on
...