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 rsvp

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

monitor protocol mpls rsvp { enable { cspf | events | fsm | nsm | packet | rib } | disable { all | cspf | events | fsm | nsm | packet | rib } }

Operational mode

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

The following example command enables MPLS RSVP Finite State Machine monitoring.


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

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

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

...

RSVP debugging status:
  ...
  RSVP Egress FSM debugging is on
  RSVP Transit Downstream FSM debugging is on
  RSVP Transit Upstream FSM debugging is on
  RSVP Ingress FSM debugging is on
...