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.

Configuring MPLS RSVP logging

How to configure MPLS RSVP logging

MPLS RSVP must be enabled.
You can configure logging to record Constrained Shortest Path First (CSPF) information, general RSVP-TE events, ingress and egress state machine events, downstream and upstream machine events, packet transmission and reception, and so on.

To configure MPLS RSVP logging, perform one or more of the following steps in configuration mode.

  1. To configure logging to record CSPF information, enter the protocols mpls-rsvp log cspf command.
    vyatta@R1# set protocols mpls-rsvp log cspf
  2. To configure logging to record general RSVP-TE events, enter the protocols mpls-rsvp log events command.
    vyatta@R1# set protocols mpls-rsvp log events
  3. To configure logging to record egress state machine events, enter the protocols mpls-rsvp log fsm egress command.
    vyatta@R1# set protocols mpls-rsvp log fsm egress
  4. To configure logging to record ingress state machine events, enter the protocols mpls-rsvp log fsm ingress command.
    vyatta@R1# set protocols mpls-rsvp log fsm ingress
  5. To configure logging to record transit downstream state machine events, enter the protocols mpls-rsvp log fsm transit downstream command.
    vyatta@R1# set protocols mpls-rsvp log fsm transit downstream
  6. To configure logging to record transit upstream state machine events, enter the protocols mpls-rsvp log fsm transit upstream command.
    vyatta@R1# set protocols mpls-rsvp log fsm transit upstream
  7. To configure logging to record the interactions with the Network Services Module, enter the protocols mpls-rsvp log nsm command.
    vyatta@R1# set protocols mpls-rsvp log nsm
  8. To configure logging to record RSVP-TE packet transmission and reception events, enter the protocols mpls-rsvp log packet command.
    vyatta@R1# set protocols mpls-rsvp log packet
  9. To configure logging to record interactions with the Routing Information Base, enter the protocols mpls-rsvp log rib command.
    vyatta@R1# set protocols mpls-rsvp log rib