MPLS-MIB

File: MPLS-MIB.mib (35294 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC JUNIPER-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Counter32 Counter64
IpAddress DisplayString TimeStamp
jnxMibs

Defined Types

MplsAdminGroup  
SEQUENCE    
  mplsAdminGroupNumber INTEGER
  mplsAdminGroupName DisplayString

MplsLspEntry  
SEQUENCE    
  mplsLspName DisplayString
  mplsLspState INTEGER
  mplsLspOctets Counter64
  mplsLspPackets Counter64
  mplsLspAge TimeStamp
  mplsLspTimeUp TimeStamp
  mplsLspPrimaryTimeUp TimeStamp
  mplsLspTransitions Counter32
  mplsLspLastTransition TimeStamp
  mplsLspPathChanges Counter32
  mplsLspLastPathChange TimeStamp
  mplsLspConfiguredPaths Integer32
  mplsLspStandbyPaths Integer32
  mplsLspOperationalPaths Integer32
  mplsLspFrom IpAddress
  mplsLspTo IpAddress
  mplsPathName DisplayString
  mplsPathType INTEGER
  mplsPathExplicitRoute OCTET STRING
  mplsPathRecordRoute OCTET STRING
  mplsPathBandwidth Integer32
  mplsPathCOS INTEGER
  mplsPathInclude Integer32
  mplsPathExclude Integer32
  mplsPathSetupPriority INTEGER
  mplsPathHoldPriority INTEGER
  mplsPathProperties INTEGER

MplsLspInfoEntry  
SEQUENCE    
  mplsLspInfoName DisplayString
  mplsLspInfoState INTEGER
  mplsLspInfoOctets Counter64
  mplsLspInfoPackets Counter64
  mplsLspInfoAge TimeStamp
  mplsLspInfoTimeUp TimeStamp
  mplsLspInfoPrimaryTimeUp TimeStamp
  mplsLspInfoTransitions Counter32
  mplsLspInfoLastTransition TimeStamp
  mplsLspInfoPathChanges Counter32
  mplsLspInfoLastPathChange TimeStamp
  mplsLspInfoConfiguredPaths Integer32
  mplsLspInfoStandbyPaths Integer32
  mplsLspInfoOperationalPaths Integer32
  mplsLspInfoFrom IpAddress
  mplsLspInfoTo IpAddress
  mplsPathInfoName DisplayString
  mplsPathInfoType INTEGER
  mplsPathInfoExplicitRoute OCTET STRING
  mplsPathInfoRecordRoute OCTET STRING
  mplsPathInfoBandwidth Integer32
  mplsPathInfoCOS INTEGER
  mplsPathInfoInclude Integer32
  mplsPathInfoExclude Integer32
  mplsPathInfoSetupPriority INTEGER
  mplsPathInfoHoldPriority INTEGER
  mplsPathInfoProperties INTEGER
  mplsLspInfoAggrOctets Counter64
  mplsLspInfoAggrPackets Counter64
  mplsPathInfoRecordRouteWithLabels OCTET STRING

Defined Values

mpls 1.3.6.1.4.1.2636.3.2
The MIB module for Multi-Protocol Label Switched Paths.
MODULE-IDENTITY    

mplsInfo 1.3.6.1.4.1.2636.3.2.1
OBJECT IDENTIFIER    

mplsVersion 1.3.6.1.4.1.2636.3.2.1.1
MPLS version number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mplsSignalingProto 1.3.6.1.4.1.2636.3.2.1.2
MPLS signaling protocol.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), other(2), rsvp(3), ldp(4)  

mplsConfiguredLsps 1.3.6.1.4.1.2636.3.2.1.3
Number of configured LSPs.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mplsActiveLsps 1.3.6.1.4.1.2636.3.2.1.4
Number of active LSPs.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mplsTEInfo 1.3.6.1.4.1.2636.3.2.2
OBJECT IDENTIFIER    

mplsTEDistProtocol 1.3.6.1.4.1.2636.3.2.2.1
IGP used to distribute Traffic Engineering information and topology to each LSR for the purpose of automatic path computation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), isis(2), ospf(3), isis-ospf(4)  

mplsAdminGroupList 1.3.6.1.4.1.2636.3.2.2.2
List of configured administrative groups. Administrative groups are used to label links in the Traffic Engineering topology in order to place constraints (include and exclude) on LSP paths.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MplsAdminGroup

mplsAdminGroup 1.3.6.1.4.1.2636.3.2.2.2.1
A mapping between a configured group number and its human-readable name. The group number should be between 0 and 31, inclusive.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsAdminGroup  

mplsAdminGroupNumber 1.3.6.1.4.1.2636.3.2.2.2.1.1
Index of the administrative group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..31  

mplsAdminGroupName 1.3.6.1.4.1.2636.3.2.2.2.1.2
Name of the administrative group.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

mplsLspList 1.3.6.1.4.1.2636.3.2.3
******* Deprecated Object ****** List of Configured Label Switched Paths. This object has been deprecated and replaced by mplsLspInfoList
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MplsLspEntry

mplsLspEntry 1.3.6.1.4.1.2636.3.2.3.1
******* Deprecated Object ****** Entry containing information about a particular Label Switched Path. This object has been deprecated and replaced by mplsLspInfoEntry
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  MplsLspEntry  

mplsLspName 1.3.6.1.4.1.2636.3.2.3.1.1
******* Deprecated Object ****** Name of the Label Switched Path. This object has been deprecated and replaced by mplsLspInfoName
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(32)  

mplsLspState 1.3.6.1.4.1.2636.3.2.3.1.2
The operational state of the LSP.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), up(2), down(3), notInService(4), backupActive(5)  

mplsLspOctets 1.3.6.1.4.1.2636.3.2.3.1.3
The number of octets that have been forwarded over current LSP active path. The number reported is not realtime, may subject to several minutes delay. The delay is controllable by mpls statistics gathering interval, which by default is once every 5 minutes. If mpls statistics gathering is not enabled, this number will not increment.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

mplsLspPackets 1.3.6.1.4.1.2636.3.2.3.1.4
The number of packets that have been forwarded over current LSP active path. The number reported is not realtime, may subject to several minutes delay. The delay is controllable by mpls statistics gathering interval, which by default is once every 5 minutes. If mpls statistics gathering is not enabled, this number will not increment.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

mplsLspAge 1.3.6.1.4.1.2636.3.2.3.1.5
The age (i.e., time from creation till now) of this LSP in 10-millisecond periods.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeStamp  

mplsLspTimeUp 1.3.6.1.4.1.2636.3.2.3.1.6
The total time in 10-millisecond units that this LSP has been operational. For example, the percentage up time can be determined by computing (mplsLspTimeUp/mplsLspAge * 100 %).
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeStamp  

mplsLspPrimaryTimeUp 1.3.6.1.4.1.2636.3.2.3.1.7
The total time in 10-millisecond units that this LSP's primary path has been operational. For example, the percentage contribution of the primary path to the operational time is given by (mplsLspPrimaryTimeUp/mplsLspTimeUp * 100) %.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeStamp  

mplsLspTransitions 1.3.6.1.4.1.2636.3.2.3.1.8
The number of state transitions (up -> down and down -> up) this LSP has undergone.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

mplsLspLastTransition 1.3.6.1.4.1.2636.3.2.3.1.9
The time in 10-millisecond units since the last transition occurred on this LSP.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeStamp  

mplsLspPathChanges 1.3.6.1.4.1.2636.3.2.3.1.10
The number of path changes this LSP has had. For every path change (path down, path up, path change), a corresponding syslog/trap (if enabled) is generated for it.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

mplsLspLastPathChange 1.3.6.1.4.1.2636.3.2.3.1.11
The time in 10-millisecond units since the last change occurred on this LSP.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeStamp  

mplsLspConfiguredPaths 1.3.6.1.4.1.2636.3.2.3.1.12
The number of paths configured for this LSP.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

mplsLspStandbyPaths 1.3.6.1.4.1.2636.3.2.3.1.13
The number of standby paths configured for this LSP.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

mplsLspOperationalPaths 1.3.6.1.4.1.2636.3.2.3.1.14
The number of operational paths for this LSP. This includes the path currently active, as well as operational standby paths.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

mplsLspFrom 1.3.6.1.4.1.2636.3.2.3.1.15
Source IP address of this LSP.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

mplsLspTo 1.3.6.1.4.1.2636.3.2.3.1.16
Destination IP address of this LSP.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

mplsPathName 1.3.6.1.4.1.2636.3.2.3.1.17
The name of the active path for this LSP, if any. If there is none, the name should be empty; in that case, the rest of the fields in mplsLspEntry are meaningless.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

mplsPathType 1.3.6.1.4.1.2636.3.2.3.1.18
The type of path that is active, i.e., a primary path, a standby path, a generic secondary path, or a bypass path. The value other, primary, standby and secondary apply to data LSPs, and are meaningful only if mplsPathName is not empty. The value bypass applies to bypass tunnels. A bypass tunnel may have an empty mplsPathName.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER other(1), primary(2), standby(3), secondary(4), bypass(5)  

mplsPathExplicitRoute 1.3.6.1.4.1.2636.3.2.3.1.19
The explicit route used to set up this LSP. This may either be the route configured by the user, or a route automatically computed to satisfy constraints set by the user. This field is a displayable string in the format of XXX.XXX.XXX.XXX S/L repeated for each explicit address. The S/L character stands for Strict/Loose route. This field is meaningless unless mplsPathName is not empty
Status: deprecated Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

mplsPathRecordRoute 1.3.6.1.4.1.2636.3.2.3.1.20
The route actually used for this path, as recorded by the signaling protocol. This field is a displayable string in the format of XXX.XXX.XXX.XXX repeated for each address. This field is meaningless unless mplsPathName is not empty
Status: deprecated Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

mplsPathBandwidth 1.3.6.1.4.1.2636.3.2.3.1.21
The configured bandwidth for this LSP, in units of thousands of bits per second (Kbps). This field is meaningless unless mplsPathName is not empty
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

mplsPathCOS 1.3.6.1.4.1.2636.3.2.3.1.22
The configured Class Of Service on this path. If the value is between 0 and 7 inclusive, this value will be inserted in the 3 bit COS field in the label. If the value is 255, the value in the COS field of the label will depend on other factors. This field is meaningless unless mplsPathName is not empty
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..7 | 255  

mplsPathInclude 1.3.6.1.4.1.2636.3.2.3.1.23
This is a configured set of colors (administrative groups) specified as a bit vector (i.e., bit n is 1 if color n is in the set, where n = 0 is the LSB). For each link that this path goes through, the link MUST have colors associated with it, and the intersection of the link's colors and the 'include' set MUST be non-null. This field is meaningless unless mplsPathName is not empty
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

mplsPathExclude 1.3.6.1.4.1.2636.3.2.3.1.24
This is a configured set of colors (administrative groups) specified as a bit vector (i.e., bit n is 1 if color n is in the set, where n = 0 is the LSB). For each link that this path goes through, the link MUST have colors associated with it, and the intersection of the link's colors and the 'exclude' set MUST be null. This field is meaningless unless mplsPathName is not empty
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

mplsPathSetupPriority 1.3.6.1.4.1.2636.3.2.3.1.25
The setup priority configured for this path. This field is meaningless unless mplsPathName is not empty
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

mplsPathHoldPriority 1.3.6.1.4.1.2636.3.2.3.1.26
The hold priority configured for this path. This field is meaningless unless mplsPathName is not empty
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

mplsPathProperties 1.3.6.1.4.1.2636.3.2.3.1.27
The set of configured properties for this path, expressed as a bit map. For example, if the path is an adaptive path, the bit corresponding to bit value xxx is set. This field is meaningless unless mplsPathName is not empty
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER record-route(1), adaptive(2), cspf(4), mergeable(8), preemptable(16), preemptive(32), fast-reroute(64)  

mplsLspInfoList 1.3.6.1.4.1.2636.3.2.5
List of Configured Label Switched Paths.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MplsLspInfoEntry

mplsLspInfoEntry 1.3.6.1.4.1.2636.3.2.5.1
Entry containing information about a particular Label Switched Path.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsLspInfoEntry  

mplsLspInfoName 1.3.6.1.4.1.2636.3.2.5.1.1
Name of the Label Switched Path.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(1..64)  

mplsLspInfoState 1.3.6.1.4.1.2636.3.2.5.1.2
The operational state of the LSP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), up(2), down(3), notInService(4), backupActive(5)  

mplsLspInfoOctets 1.3.6.1.4.1.2636.3.2.5.1.3
The number of octets that have been forwarded over current LSP active path. The number reported is not realtime, may subject to several minutes delay. The delay is controllable by mpls statistics gathering interval, which by default is once every 5 minutes. If mpls statistics gathering is not enabled, this number will not increment.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

mplsLspInfoPackets 1.3.6.1.4.1.2636.3.2.5.1.4
The number of packets that have been forwarded over current LSP active path. The number reported is not realtime, may subject to several minutes delay. The delay is controllable by mpls statistics gathering interval, which by default is once every 5 minutes. If mpls statistics gathering is not enabled, this number will not increment.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

mplsLspInfoAge 1.3.6.1.4.1.2636.3.2.5.1.5
The age (i.e., time from creation till now) of this LSP in 10-millisecond periods.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

mplsLspInfoTimeUp 1.3.6.1.4.1.2636.3.2.5.1.6
The total time in 10-millisecond units that this LSP has been operational. For example, the percentage up time can be determined by computing (mplsLspInfoTimeUp/mplsLspInfoAge * 100 %).
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

mplsLspInfoPrimaryTimeUp 1.3.6.1.4.1.2636.3.2.5.1.7
The total time in 10-millisecond units that this LSP's primary path has been operational. For example, the percentage contribution of the primary path to the operational time is given by (mplsLspInfoPrimaryTimeUp/mplsLspInfoTimeUp * 100) %.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

mplsLspInfoTransitions 1.3.6.1.4.1.2636.3.2.5.1.8
The number of state transitions (up -> down and down -> up) this LSP has undergone.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mplsLspInfoLastTransition 1.3.6.1.4.1.2636.3.2.5.1.9
The time in 10-millisecond units since the last transition occurred on this LSP.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

mplsLspInfoPathChanges 1.3.6.1.4.1.2636.3.2.5.1.10
The number of path changes this LSP has had. For every path change (path down, path up, path change), a corresponding syslog/trap (if enabled) is generated for it.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mplsLspInfoLastPathChange 1.3.6.1.4.1.2636.3.2.5.1.11
The time in 10-millisecond units since the last change occurred on this LSP.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

mplsLspInfoConfiguredPaths 1.3.6.1.4.1.2636.3.2.5.1.12
The number of paths configured for this LSP.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mplsLspInfoStandbyPaths 1.3.6.1.4.1.2636.3.2.5.1.13
The number of standby paths configured for this LSP.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mplsLspInfoOperationalPaths 1.3.6.1.4.1.2636.3.2.5.1.14
The number of operational paths for this LSP. This includes the path currently active, as well as operational standby paths.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mplsLspInfoFrom 1.3.6.1.4.1.2636.3.2.5.1.15
Source IP address of this LSP.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mplsLspInfoTo 1.3.6.1.4.1.2636.3.2.5.1.16
Destination IP address of this LSP.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mplsPathInfoName 1.3.6.1.4.1.2636.3.2.5.1.17
The name of the active path for this LSP, if any. If there is none, the name should be empty; in that case, the rest of the fields in mplsLspInfoEntry are meaningless.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

mplsPathInfoType 1.3.6.1.4.1.2636.3.2.5.1.18
The type of path that is active, i.e., a primary path, a standby path, a generic secondary path, or a bypass path. The value other, primary, standby and secondary apply to data LSPs, and are meaningful only if mplsPathInfoName is not empty. The value bypass applies to bypass tunnels. A bypass tunnel may have an empty mplsPathInfoName.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), primary(2), standby(3), secondary(4), bypass(5)  

mplsPathInfoExplicitRoute 1.3.6.1.4.1.2636.3.2.5.1.19
The explicit route used to set up this LSP. This may either be the route configured by the user, or a route automatically computed to satisfy constraints set by the user. This field is a displayable string in the format of XXX.XXX.XXX.XXX S/L repeated for each explicit address. The S/L character stands for Strict/Loose route. This field is meaningless unless mplsPathInfoName is not empty
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

mplsPathInfoRecordRoute 1.3.6.1.4.1.2636.3.2.5.1.20
The route actually used for this path, as recorded by the signaling protocol. This field is a displayable string in the format of XXX.XXX.XXX.XXX repeated for each address. This field is meaningless unless mplsPathInfoName is not empty
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

mplsPathInfoBandwidth 1.3.6.1.4.1.2636.3.2.5.1.21
The configured bandwidth for this LSP, in units of thousands of bits per second (Kbps). This field is meaningless unless mplsPathInfoName is not empty
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mplsPathInfoCOS 1.3.6.1.4.1.2636.3.2.5.1.22
The configured Class Of Service on this path. If the value is between 0 and 7 inclusive, this value will be inserted in the 3 bit COS field in the label. If the value is 255, the value in the COS field of the label will depend on other factors. This field is meaningless unless mplsPathInfoName is not empty
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..7 | 255  

mplsPathInfoInclude 1.3.6.1.4.1.2636.3.2.5.1.23
This is a configured set of colors (administrative groups) specified as a bit vector (i.e., bit n is 1 if color n is in the set, where n = 0 is the LSB). For each link that this path goes through, the link MUST have colors associated with it, and the intersection of the link's colors and the 'include' set MUST be non-null. This field is meaningless unless mplsPathInfoName is not empty
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mplsPathInfoExclude 1.3.6.1.4.1.2636.3.2.5.1.24
This is a configured set of colors (administrative groups) specified as a bit vector (i.e., bit n is 1 if color n is in the set, where n = 0 is the LSB). For each link that this path goes through, the link MUST have colors associated with it, and the intersection of the link's colors and the 'exclude' set MUST be null. This field is meaningless unless mplsPathInfoName is not empty
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mplsPathInfoSetupPriority 1.3.6.1.4.1.2636.3.2.5.1.25
The setup priority configured for this path. This field is meaningless unless mplsPathInfoName is not empty
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

mplsPathInfoHoldPriority 1.3.6.1.4.1.2636.3.2.5.1.26
The hold priority configured for this path. This field is meaningless unless mplsPathInfoName is not empty
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

mplsPathInfoProperties 1.3.6.1.4.1.2636.3.2.5.1.27
The set of configured properties for this path, expressed as a bit map. For example, if the path is an adaptive path, the bit corresponding to bit value xxx is set. This field is meaningless unless mplsPathInfoName is not empty
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER record-route(1), adaptive(2), cspf(4), mergeable(8), preemptable(16), preemptive(32), fast-reroute(64)  

mplsLspInfoAggrOctets 1.3.6.1.4.1.2636.3.2.5.1.28
The number of octets that have beeen forwarded over current LSP. This is an aggregate count of octets forwarded over all LSP instances from the time LSP was up. The number reported is not realtime, may be subject to several minutes delay. The delay is controllable by mpls statistics gathering interval, which by default is once every 5 minutes. If mpls statistics gathering is not enabled, this number will not increment.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

mplsLspInfoAggrPackets 1.3.6.1.4.1.2636.3.2.5.1.29
The number of packets that have been forwarded over current LSP. This is an aggregate count of packets forwarded over all LSP instances from the time LSP was up. The number reported is not realtime, may be subject to several minutes delay. The delay is controllable by mpls statistics gathering interval, which by default is once every 5 minutes. If mpls statistics gathering is not enabled, this number will not increment.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

mplsPathInfoRecordRouteWithLabels 1.3.6.1.4.1.2636.3.2.5.1.30
The route actually used for this path, as recorded by the signaling protocol. This field is a displayable string in the format of XXX.XXX.XXX.XXX repeated for each address. This field is meaningless unless mplsPathInfoName is not empty
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

mplsTraps 1.3.6.1.4.1.2636.3.2.4
OBJECT IDENTIFIER    

mplsLspUp 1.3.6.1.4.1.2636.3.2.4.1
An mplsLspUp trap signifies that the specified LSP is up. The current active path for the LSP is mplsPathName.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

mplsLspDown 1.3.6.1.4.1.2636.3.2.4.2
An mplsLspDown trap signifies that the specified LSP is down, because the current active path mplsPathName went down.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

mplsLspChange 1.3.6.1.4.1.2636.3.2.4.3
An mplsLspChange trap signifies that the the specified LSP has switched traffic to the new active path 'toLspPath'. The LSP maintains up state before and after the switch over
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

mplsLspPathDown 1.3.6.1.4.1.2636.3.2.4.4
An mplsLspPathDown trap signifies that the specified path mplsPathName for the specified LSP mplsLspName went down
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

mplsLspPathUp 1.3.6.1.4.1.2636.3.2.4.5
An mplsLspPathUp trap signifies that the specified path mplsPathName for the specified LSP mplsLspName came up
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

mplsLspTraps 1.3.6.1.4.1.2636.3.2.0
OBJECT IDENTIFIER    

mplsLspInfoUp 1.3.6.1.4.1.2636.3.2.0.1
An mplsLspInfoUp trap signifies that the specified LSP is up. The current active path for the LSP is mplsPathInfoName.
Status: current Access: read-only
NOTIFICATION-TYPE    

mplsLspInfoDown 1.3.6.1.4.1.2636.3.2.0.2
An mplsLspInfoDown trap signifies that the specified LSP is down, because the current active path mplsPathInfoName went down.
Status: current Access: read-only
NOTIFICATION-TYPE    

mplsLspInfoChange 1.3.6.1.4.1.2636.3.2.0.3
An mplsLspInfoChange trap signifies that the the specified LSP has switched traffic to the new active path 'toLspPath'. The LSP maintains up state before and after the switch over
Status: current Access: read-only
NOTIFICATION-TYPE    

mplsLspInfoPathDown 1.3.6.1.4.1.2636.3.2.0.4
An mplsLspInfoPathDown trap signifies that the specified path mplsPathName for the specified LSP mplsLspInfoName went down
Status: current Access: read-only
NOTIFICATION-TYPE    

mplsLspInfoPathUp 1.3.6.1.4.1.2636.3.2.0.5
An mplsLspInfoPathUp trap signifies that the specified path mplsPathName for the specified LSP mplsLspInfoName came up
Status: current Access: read-only
NOTIFICATION-TYPE