JUNIPER-RSVP-MIB

File: JUNIPER-RSVP-MIB.mib (7349 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC JUNIPER-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter64
IpAddress Unsigned32 DisplayString
TimeStamp jnxMibs

Defined Types

JnxRsvpSessionEntry  
SEQUENCE    
  jnxRsvpSessionName DisplayString
  jnxRsvpSessionIndex Unsigned32
  jnxRsvpSessionState INTEGER
  jnxRsvpSessionFrom IpAddress
  jnxRsvpSessionTo IpAddress
  jnxRsvpSessionLspId Unsigned32
  jnxRsvpSessionTunnelId Unsigned32
  jnxRsvpSessionPathType INTEGER
  jnxRsvpSessionRole INTEGER
  jnxRsvpSessionDiscontinuityTime TimeStamp
  jnxRsvpSessionMplsOctets Counter64
  jnxRsvpSessionMplsPackets Counter64

Defined Values

jnxRsvpMIB 1.3.6.1.4.1.2636.3.30
The MIB modules for Resource ReSerVation Protocol.
MODULE-IDENTITY    

jnxRsvpOperation 1.3.6.1.4.1.2636.3.30.1
OBJECT IDENTIFIER    

jnxRsvpSessionTable 1.3.6.1.4.1.2636.3.30.1.1
Defines the jnxRsvpSession Table for RSVP Sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxRsvpSessionEntry

jnxRsvpSessionEntry 1.3.6.1.4.1.2636.3.30.1.1.1
Defines an entry in the jnxRsvpSessionTable. The first index element jnxRsvpSessionName is similar to the LSP name in the MPLS MIB and can be used to co-relate the mplsLspEntry to an RSVP session entry. There could be multiple entries with the same jnxRsvpSessionName and hence the need for a secondary index which is just an Unsigned32 to identify each of them uniquely. A management application may walk through all entries with the same jnxRsvpSessionName and based on the other RSVP session information in each entry, such as jnxRsvpSessionFrom and/or jnxRsvpSessionTo may decide to query a particular RSVP session.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRsvpSessionEntry  

jnxRsvpSessionName 1.3.6.1.4.1.2636.3.30.1.1.1.1
Name of the RSVP Session. This is the same as LSP name.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..64)  

jnxRsvpSessionIndex 1.3.6.1.4.1.2636.3.30.1.1.1.2
RSVP Session index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

jnxRsvpSessionState 1.3.6.1.4.1.2636.3.30.1.1.1.3
The operational state of the RSVP Session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

jnxRsvpSessionFrom 1.3.6.1.4.1.2636.3.30.1.1.1.4
Source IP address of this RSVP session.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxRsvpSessionTo 1.3.6.1.4.1.2636.3.30.1.1.1.5
Destination IP address of this RSVP session.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxRsvpSessionLspId 1.3.6.1.4.1.2636.3.30.1.1.1.6
LSP ID of the sender for this RSVP session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

jnxRsvpSessionTunnelId 1.3.6.1.4.1.2636.3.30.1.1.1.7
Tunnel ID for the RSVP session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

jnxRsvpSessionPathType 1.3.6.1.4.1.2636.3.30.1.1.1.8
If the head-end router signals the type of path corresponding to an RSVP session; viz. primary or secondary path, then this information can be used on other routers as well to associate RSVP session information to an MPLS path of an LSP (tunnel).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primary(1), secondary(2), unknown(3)  

jnxRsvpSessionRole 1.3.6.1.4.1.2636.3.30.1.1.1.9
This value signifies the role of an RSVP session with respect to the start and end points of the session. This value MUST be set to ingress(1) at the head-end (source) of this session. This value MUST be set to egress(3) at the tail-end (destination) of the RSVP session. This value MUST be set to transit(2) on any other intermediate nodes that this RSVP session exists on.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ingress(1), transit(2), egress(3)  

jnxRsvpSessionDiscontinuityTime 1.3.6.1.4.1.2636.3.30.1.1.1.10
The value of sysUpTime on the most recent occasion at which any one or more of this RSVP Session's counters suffered a discontinuity. The relevant counters are jnxRsvpSessionMplsOctets and jnxRsvpSessionMplsPackets. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

jnxRsvpSessionMplsOctets 1.3.6.1.4.1.2636.3.30.1.1.1.11
The number of MPLS octets that have been forwarded over this RSVP Session. 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. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of jnxRsvpSessionDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxRsvpSessionMplsPackets 1.3.6.1.4.1.2636.3.30.1.1.1.12
The number of MPLS packets that have been forwarded over this RSVP Session. 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. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of jnxRsvpSessionDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64