JUNIPER-RSVP-MIB: View SNMP OID List / Download MIB
VENDOR: JUNIPER
Home | MIB: JUNIPER-RSVP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
jnxRsvpMIB | 1.3.6.1.4.1.2636.3.30 |
The MIB modules for Resource ReSerVation Protocol. |
||
jnxRsvpOperation | 1.3.6.1.4.1.2636.3.30.1 | |||
jnxRsvpSessionTable | 1.3.6.1.4.1.2636.3.30.1.1 | no-access |
Defines the jnxRsvpSession Table for RSVP Sessions. |
|
1.3.6.1.4.1.2636.3.30.1.1.1 | no-access |
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. |
||
jnxRsvpSessionName | 1.3.6.1.4.1.2636.3.30.1.1.1.1 | displaystring | no-access |
Name of the RSVP Session. This is the same as LSP name. |
jnxRsvpSessionIndex | 1.3.6.1.4.1.2636.3.30.1.1.1.2 | unsigned32 | no-access |
RSVP Session index. |
jnxRsvpSessionState | 1.3.6.1.4.1.2636.3.30.1.1.1.3 | integer | read-only |
The operational state of the RSVP Session. Enumeration: 'down': 2, 'up': 1. |
jnxRsvpSessionFrom | 1.3.6.1.4.1.2636.3.30.1.1.1.4 | ipaddress | read-only |
Source IP address of this RSVP session. |
jnxRsvpSessionTo | 1.3.6.1.4.1.2636.3.30.1.1.1.5 | ipaddress | read-only |
Destination IP address of this RSVP session. |
jnxRsvpSessionLspId | 1.3.6.1.4.1.2636.3.30.1.1.1.6 | unsigned32 | read-only |
LSP ID of the sender for this RSVP session. |
jnxRsvpSessionTunnelId | 1.3.6.1.4.1.2636.3.30.1.1.1.7 | unsigned32 | read-only |
Tunnel ID for the RSVP session. |
jnxRsvpSessionPathType | 1.3.6.1.4.1.2636.3.30.1.1.1.8 | integer | read-only |
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). Enumeration: 'unknown': 3, 'primary': 1, 'secondary': 2. |
jnxRsvpSessionRole | 1.3.6.1.4.1.2636.3.30.1.1.1.9 | integer | read-only |
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. Enumeration: 'ingress': 1, 'egress': 3, 'transit': 2. |
jnxRsvpSessionDiscontinuityTime | 1.3.6.1.4.1.2636.3.30.1.1.1.10 | timestamp | read-only |
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. |
jnxRsvpSessionMplsOctets | 1.3.6.1.4.1.2636.3.30.1.1.1.11 | counter64 | read-only |
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. |
jnxRsvpSessionMplsPackets | 1.3.6.1.4.1.2636.3.30.1.1.1.12 | counter64 | read-only |
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. |