- play_arrow Overview
- play_arrow Understanding MPLS
- play_arrow Supported Standards
-
- play_arrow MPLS Configuration
- play_arrow Configuring MPLS
- play_arrow Configuring MPLS Tunnels
-
- play_arrow MPLS LSPs
- play_arrow Understanding MPLS LSPs
- play_arrow Configuring MPLS LSPs
-
- play_arrow MPLS Signalling Protocols
- play_arrow RSVP
- play_arrow LDP
- LDP Overview
- LDP Configuration
- Example: Configuring Multiple-Instance LDP
- Tunneling LDP over SR-TE
- Example: Tunneling LDP over SR-TE in IS-IS Network
- Example: Tunneling LDP over SR-TE in OSPF Network
- MPLS TTL Propagation Flexibility for LDP-signaled LSPs
- Example: Configuring MPLS TTL Propagation for LDP-signaled LSPs
- Understanding Multipoint LDP Recursive FEC
- Example: Configuring Multipoint LDP Recursive FEC
-
- play_arrow MPLS Traffic Engineering
- play_arrow Configuring MPLS Traffic Engineering
-
- play_arrow MPLS Transport Profile
- play_arrow Operation, Administration, and Maintenance (OAM) for MPLS
- play_arrow MPLS Pseudowires
- play_arrow Class-of-Service (CoS) for MPLS
- play_arrow Generalized MPLS (GMPLS)
-
- play_arrow MPLS VPNs and Circuits
- play_arrow Ethernet over MPLS (L2 Circuit)
- play_arrow CCC, TCC, and Layer 2.5 Switching
-
- play_arrow MPLS for Software Defined Networking (SDN)
- play_arrow Path Computation Element Protocol (PCEP)
-
- play_arrow MPLS Troubleshooting
- play_arrow Troubleshooting MPLS
-
- play_arrow Configuration Statements and Operational Commands
System Log Messages and SNMP Traps for MPLS
Whenever an LSP makes a transition from up to down, or down to up, and whenever an LSP switches from one active path to another, the ingress router generates a system log message and sends an SNMP trap. The following shows a sample system log message:
RPD_MPLS_LSP_UP: MPLS LSP sheep1 up on primary(any) Route 192.168.1.1 192.168.1.2 192.168.1.3 RPD_MPLS_LSP_CHANGE: MPLS LSP sheep1 change on primary(any) Route 192.168.1.1 192.168.1.2 192.168.1.3 RPD_MPLS_LSP_DOWN: MPLS LSP sheep1 down on primary(any)
For information about the MPLS SNMP traps and the proprietary MPLS MIBs, see the Junos OS Network Management Administration Guide for Routing Devices.
System log messages for LSPs are generated
by default. To disable the default logging of messages for LSPs, configure
the no-syslog
option under the log-updown
statement:
log-updown { no-syslog; }
To generate SNMP traps for LSPs, include the trap
option to the log-updown
statement:
log-updown { trap; }
To generate SNMP traps whenever an LSP path goes down, include
the trap-path-down
option to the log-updown
statement:
log-updown { trap-path-down; }
To generate SNMP traps whenever an LSP path comes up, include
the trap-path-up
option to the log-updown
statement:
log-updown { trap-path-up; }
To disable the generation of system log messages, include the no-syslog
option to the log-updown
statement:
log-updown { no-syslog; }
To disable the generation of SNMP traps, include the no-trap
statement:
no-trap { mpls-lsp-traps; rfc3812-traps; }
You can include this statement at the following hierarchy levels:
[edit protocols mpls log-updown]
[edit logical-systems logical-system-name protocols mpls log-updown]
For scalability reasons, only the ingress router generates SNMP
traps. By default, MPLS issues traps for all configured LSPs. If you
have many LSPs, the number of traps can become quite large. To disable
the generation of SNMP traps, configure the no-trap
statement.
The no-trap
statement also includes the following
options which allow you to block certain categories of MPLS SNMP traps:
mpls-lsp-traps
—Blocks the MPLS LSP traps defined in the jnx-mpls.mib, but allows the rfc3812.mib traps.rfc-3812-traps
—Blocks the traps defined in the rfc3812.mib, but allows the MPLS LSP traps defined in the jnx-mpls.mib.