JUNIPER-RSVP-MIB
- Registered at
- 1.3.6.1.4.1.2636.3.30
- Last updated
- 2004-02-03 19:05
- Organization
- Juniper Networks, Inc.
- Revisions
- 2007-06-28 09:30
- Namespace
- juniper
- Source file
JUNIPER-RSVP-MIB- Digest
sha256:a8be252e3d3e76c5662b3d43970afaf136790f4e619ec5a7ef7ea94de4da6b54
Description
The MIB modules for Resource ReSerVation Protocol.
Contact
Juniper Technical Assistance Center Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, CA 94089 E-mail: support@juniper.net
Imports
| From | Symbols |
|---|---|
| JUNIPER-SMI | jnxMibs |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter64, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TimeStamp |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
JUNIPER-RSVP-MIB JUNIPER-SMI SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| jnxRsvpOperation OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.30.1 | |||
| jnxRsvpSessionTable OBJECT-TYPE Defines the jnxRsvpSession Table for RSVP Sessions. | 1.3.6.1.4.1.2636.3.30.1.1 | not-accessible | current | |
| jnxRsvpSessionEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.2636.3.30.1.1.1 | not-accessible | current | |
| jnxRsvpSessionName OBJECT-TYPE Name of the RSVP Session. This is the same as LSP name. | 1.3.6.1.4.1.2636.3.30.1.1.1.1 | DisplayString (SIZE(0..64)) | not-accessible | current |
| jnxRsvpSessionIndex OBJECT-TYPE RSVP Session index. | 1.3.6.1.4.1.2636.3.30.1.1.1.2 | Unsigned32 | not-accessible | current |
| jnxRsvpSessionState OBJECT-TYPE The operational state of the RSVP Session. | 1.3.6.1.4.1.2636.3.30.1.1.1.3 | INTEGER {up(1), down(2)} | read-only | current |
| jnxRsvpSessionFrom OBJECT-TYPE Source IP address of this RSVP session. | 1.3.6.1.4.1.2636.3.30.1.1.1.4 | IpAddress | read-only | current |
| jnxRsvpSessionTo OBJECT-TYPE Destination IP address of this RSVP session. | 1.3.6.1.4.1.2636.3.30.1.1.1.5 | IpAddress | read-only | current |
| jnxRsvpSessionLspId OBJECT-TYPE LSP ID of the sender for this RSVP session. | 1.3.6.1.4.1.2636.3.30.1.1.1.6 | Unsigned32 (1..65535) | read-only | current |
| jnxRsvpSessionTunnelId OBJECT-TYPE Tunnel ID for the RSVP session. | 1.3.6.1.4.1.2636.3.30.1.1.1.7 | Unsigned32 (1..65535) | read-only | current |
| jnxRsvpSessionPathType OBJECT-TYPE 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). | 1.3.6.1.4.1.2636.3.30.1.1.1.8 | INTEGER {primary(1), secondary(2), unknown(3)} | read-only | current |
| jnxRsvpSessionRole OBJECT-TYPE 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. | 1.3.6.1.4.1.2636.3.30.1.1.1.9 | INTEGER {ingress(1), transit(2), egress(3)} | read-only | current |
| jnxRsvpSessionDiscontinuityTime OBJECT-TYPE 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. | 1.3.6.1.4.1.2636.3.30.1.1.1.10 | TimeStamp | read-only | current |
| jnxRsvpSessionMplsOctets OBJECT-TYPE 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. | 1.3.6.1.4.1.2636.3.30.1.1.1.11 | Counter64 | read-only | current |
| jnxRsvpSessionMplsPackets OBJECT-TYPE 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. | 1.3.6.1.4.1.2636.3.30.1.1.1.12 | Counter64 | read-only | current |