All MIBs › RSVP-MIB
Organization: IETF RSVP Working Group
Last Updated: 1998-08-25
Category: Quality of Service
Description:
Defines managed objects for managing the Resource Reservation Protocol (RSVP), which provides Quality of Service (QoS) resource reservation for network data flows.
Imported Objects
From IF-MIB
| InterfaceIndex | |
| ifIndex | OBJECT-TYPE |
| BitRate | |
| BurstSize | |
| MessageSize | |
| Port | |
| Protocol | |
| QosService | |
| SessionNumber | |
| SessionType | |
| intSrvFlowStatus | OBJECT-TYPE |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Gauge32 | |
| Integer32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| mib-2 |
From SNMPv2-TC
| RowStatus | |
| TEXTUAL-CONVENTION | |
| TestAndIncr | |
| TimeInterval | |
| TimeStamp | |
| TruthValue |
What Is RSVP-MIB?
RSVP-MIB is a vendor-neutral IETF standards-track module covering the Resource Reservation Protocol, which routers and hosts use to signal and reserve per-flow bandwidth and Quality-of-Service resources across a network path. Its full object set (beyond the conformance groups sampled here) covers RSVP session state, sender/receiver flow descriptors, and reserved-resource/style information for each active reservation. Because the sample for this module surfaced only its conformance objects (rsvpGroups, rsvpCompliances), the concrete monitoring focus at this granularity is protocol/software compliance and feature-support status rather than a specific runtime counter, though the broader MIB is used operationally to track active reservation counts and per-flow resource state for qos rsvp deployments. It is closely tied to the underlying IP-MIB/IF-MIB for interface indexing of RSVP-enabled interfaces, and often deployed alongside DiffServ/MPLS-TE MIBs in QoS-aware networks. It is typically deployed on routers participating in RSVP-based QoS reservation or RSVP-TE (traffic engineering) for MPLS in service-provider and enterprise WAN backbones.
IPNetwork Monitor allows you to monitor SNMP objects defined in RSVP-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- RSVP feature/compliance support level
Supported Devices
- vendor-neutral, standards-based MIB, not tied to a specific manufacturer
- QoS-capable routers supporting RSVP/RSVP-TE reservations
Monitoring Examples
The objects captured in this sample (rsvpGroups, rsvpCompliances) are conformance/compliance statement objects rather than runtime data, so this batch does not evidence a concrete monitoring scenario from real polled values. In actual use, the broader RSVP-MIB (per RFC 2206) exposes session and reservation tables that an administrator would poll to confirm active reservations and reserved bandwidth per flow on RSVP-enabled interfaces. Given the limited sample here, that runtime behavior can be described only generically rather than tied to specific object names observed in this data.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| rsvp | 1.3.6.1.2.1.51 | The MIB module to describe the RSVP Protocol | ||
| rsvpObjects | 1.3.6.1.2.1.51.1 | |||
| rsvpSessionTable | 1.3.6.1.2.1.51.1.1 | not-accessible | A table of all sessions seen by a given system. | |
| rsvpSessionEntry | 1.3.6.1.2.1.51.1.1.1 | not-accessible | A single session seen by a given system. | |
| SES rsvpSessionNumber | 1.3.6.1.2.1.51.1.1.1.1 | SessionNumber | not-accessible | The number of this session. This is for SNMP Indexing purposes only and has no relation to any protocol value. |
| SES rsvpSessionType | 1.3.6.1.2.1.51.1.1.1.2 | SessionType | read-only | The type of session (IP4, IP6, IP6 with flow information, etc). |
| OCT rsvpSessionDestAddr | 1.3.6.1.2.1.51.1.1.1.3 | OCTET STRING | read-only | The destination address used by all senders in this session. This object may not be changed when the value of the RowStatus object is 'active'. |
| INT rsvpSessionDestAddrLength | 1.3.6.1.2.1.51.1.1.1.4 | INTEGER | read-only | The CIDR prefix length of the session address, which is 32 for IP4 host and multicast addresses, and 128 for IP6 addresses. This object may not be changed when the value of the RowStatus object is 'active'. |
| PRO rsvpSessionProtocol | 1.3.6.1.2.1.51.1.1.1.5 | Protocol | read-only | The IP Protocol used by this session. This object may not be changed when the value of the RowStatus object is 'active'. |
| POR rsvpSessionPort | 1.3.6.1.2.1.51.1.1.1.6 | Port | read-only | The UDP or TCP port number used as a destination port for all senders in this session. If the IP protocol in use, specified by rsvpSenderProtocol, is 50 (ESP) or 51 (AH), this represents a virtual destination port number. A value of zero indicates that the IP protocol in use does not have ports. This object may not be changed when the value of the RowStatus object is 'active'. |
| G32 rsvpSessionSenders | 1.3.6.1.2.1.51.1.1.1.7 | Gauge32 | read-only | The number of distinct senders currently known to be part of this session. |
| G32 rsvpSessionReceivers | 1.3.6.1.2.1.51.1.1.1.8 | Gauge32 | read-only | The number of reservations being requested of this system for this session. |
| G32 rsvpSessionRequests | 1.3.6.1.2.1.51.1.1.1.9 | Gauge32 | read-only | The number of reservation requests this system is sending upstream for this session. |
| rsvpSenderTable | 1.3.6.1.2.1.51.1.2 | not-accessible | Information describing the state information displayed by senders in PATH messages. | |
| rsvpSenderEntry | 1.3.6.1.2.1.51.1.2.1 | not-accessible | Information describing the state information displayed by a single sender's PATH message. | |
| SES rsvpSenderNumber | 1.3.6.1.2.1.51.1.2.1.1 | SessionNumber | not-accessible | The number of this sender. This is for SNMP Indexing purposes only and has no relation to any protocol value. |
| SES rsvpSenderType | 1.3.6.1.2.1.51.1.2.1.2 | SessionType | read-create | The type of session (IP4, IP6, IP6 with flow information, etc). |
| OCT rsvpSenderDestAddr | 1.3.6.1.2.1.51.1.2.1.3 | OCTET STRING | read-create | The destination address used by all senders in this session. This object may not be changed when the value of the RowStatus object is 'active'. |
| OCT rsvpSenderAddr | 1.3.6.1.2.1.51.1.2.1.4 | OCTET STRING | read-create | The source address used by this sender in this session. This object may not be changed when the value of the RowStatus object is 'active'. |
| INT rsvpSenderDestAddrLength | 1.3.6.1.2.1.51.1.2.1.5 | INTEGER | read-create | The length of the destination address in bits. This is the CIDR Prefix Length, which for IP4 hosts and multicast addresses is 32 bits. This object may not be changed when the value of the RowStatus object is 'active'. |
| INT rsvpSenderAddrLength | 1.3.6.1.2.1.51.1.2.1.6 | INTEGER | read-create | The length of the sender's address in bits. This is the CIDR Prefix Length, which for IP4 hosts and multicast addresses is 32 bits. This object may not be changed when the value of the RowStatus object is 'active'. |
| PRO rsvpSenderProtocol | 1.3.6.1.2.1.51.1.2.1.7 | Protocol | read-create | The IP Protocol used by this session. This object may not be changed when the value of the RowStatus object is 'active'. |
| POR rsvpSenderDestPort | 1.3.6.1.2.1.51.1.2.1.8 | Port | read-create | The UDP or TCP port number used as a destination port for all senders in this session. If the IP protocol in use, specified by rsvpSenderProtocol, is 50 (ESP) or 51 (AH), this represents a virtual destination port number. A value of zero indicates that the IP protocol in use does not have ports. This object may not be changed when the value of the RowStatus object is 'active'. |
| POR rsvpSenderPort | 1.3.6.1.2.1.51.1.2.1.9 | Port | read-create | The UDP or TCP port number used as a source port for this sender in this session. If the IP protocol in use, specified by rsvpSenderProtocol is 50 (ESP) or 51 (AH), this represents a generalized port identifier (GPI). A value of zero indicates that the IP protocol in use does not have ports. This object may not be changed when the value of the RowStatus object is 'active'. |
| INT rsvpSenderFlowId | 1.3.6.1.2.1.51.1.2.1.10 | INTEGER | read-only | The flow ID that this sender is using, if this is an IPv6 session. |
| OCT rsvpSenderHopAddr | 1.3.6.1.2.1.51.1.2.1.11 | OCTET STRING | read-create | The address used by the previous RSVP hop (which may be the original sender). |
| I32 rsvpSenderHopLih | 1.3.6.1.2.1.51.1.2.1.12 | Integer32 | read-create | The Logical Interface Handle used by the previous RSVP hop (which may be the original sender). |
| NUM rsvpSenderInterface | 1.3.6.1.2.1.51.1.2.1.13 | InterfaceIndex | read-create | The ifIndex value of the interface on which this PATH message was most recently received. |
| BIT rsvpSenderTSpecRate | 1.3.6.1.2.1.51.1.2.1.14 | BitRate | read-create | The Average Bit Rate of the sender's data stream. Within a transmission burst, the arrival rate may be as fast as rsvpSenderTSpecPeakRate (if supported by the service model); however, averaged across two or more burst intervals, the rate should not exceed rsvpSenderTSpecRate. Note that this is a prediction, often based on the general capability of a type of codec or particular encoding; the measured average rate may be significantly lower. |
| BIT rsvpSenderTSpecPeakRate | 1.3.6.1.2.1.51.1.2.1.15 | BitRate | read-create | The Peak Bit Rate of the sender's data stream. Traffic arrival is not expected to exceed this rate at any time, apart from the effects of jitter in the network. If not specified in the TSpec, this returns zero or noSuchValue. |
| BUR rsvpSenderTSpecBurst | 1.3.6.1.2.1.51.1.2.1.16 | BurstSize | read-create | The size of the largest burst expected from the sender at a time. |
| MES rsvpSenderTSpecMinTU | 1.3.6.1.2.1.51.1.2.1.17 | MessageSize | read-create | The minimum message size for this flow. The policing algorithm will treat smaller messages as though they are this size. |
| MES rsvpSenderTSpecMaxTU | 1.3.6.1.2.1.51.1.2.1.18 | MessageSize | read-create | The maximum message size for this flow. The admission algorithm will reject TSpecs whose Maximum Transmission Unit, plus the interface headers, exceed the interface MTU. |
| NUM rsvpSenderInterval | 1.3.6.1.2.1.51.1.2.1.19 | RefreshInterval | read-create | The interval between refresh messages as advertised by the Previous Hop. |
| T/F rsvpSenderRSVPHop | 1.3.6.1.2.1.51.1.2.1.20 | TruthValue | read-create | If TRUE, the node believes that the previous IP hop is an RSVP hop. If FALSE, the node believes that the previous IP hop may not be an RSVP hop. |
| TIM rsvpSenderLastChange | 1.3.6.1.2.1.51.1.2.1.21 | TimeStamp | read-only | The time of the last change in this PATH message; This is either the first time it was received or the time of the most recent change in parameters. |
| OCT rsvpSenderPolicy | 1.3.6.1.2.1.51.1.2.1.22 | OCTET STRING | read-create | The contents of the policy object, displayed as an uninterpreted string of octets, including the object header. In the absence of such an object, this should be of zero length. |
| T/F rsvpSenderAdspecBreak | 1.3.6.1.2.1.51.1.2.1.23 | TruthValue | read-create | The global break bit general characterization parameter from the ADSPEC. If TRUE, at least one non-IS hop was detected in the path. If FALSE, no non-IS hops were detected. |
| INT rsvpSenderAdspecHopCount | 1.3.6.1.2.1.51.1.2.1.24 | INTEGER | read-create | The hop count general characterization parameter from the ADSPEC. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present |
| BIT rsvpSenderAdspecPathBw | 1.3.6.1.2.1.51.1.2.1.25 | BitRate | read-create | The path bandwidth estimate general characterization parameter from the ADSPEC. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present |
| I32 rsvpSenderAdspecMinLatency | 1.3.6.1.2.1.51.1.2.1.26 | Integer32 | read-create | The minimum path latency general characterization parameter from the ADSPEC. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present |
| INT rsvpSenderAdspecMtu | 1.3.6.1.2.1.51.1.2.1.27 | INTEGER | read-create | The composed Maximum Transmission Unit general characterization parameter from the ADSPEC. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present |
| T/F rsvpSenderAdspecGuaranteedSvc | 1.3.6.1.2.1.51.1.2.1.28 | TruthValue | read-create | If TRUE, the ADSPEC contains a Guaranteed Service fragment. If FALSE, the ADSPEC does not contain a Guaranteed Service fragment. |
| T/F rsvpSenderAdspecGuaranteedBreak | 1.3.6.1.2.1.51.1.2.1.29 | TruthValue | read-create | If TRUE, the Guaranteed Service fragment has its 'break' bit set, indicating that one or more nodes along the path do not support the guaranteed service. If FALSE, and rsvpSenderAdspecGuaranteedSvc is TRUE, the 'break' bit is not set. If rsvpSenderAdspecGuaranteedSvc is FALSE, this returns FALSE or noSuchValue. |
| I32 rsvpSenderAdspecGuaranteedCtot | 1.3.6.1.2.1.51.1.2.1.30 | Integer32 | read-create | If rsvpSenderAdspecGuaranteedSvc is TRUE, this is the end-to-end composed value for the guaranteed service 'C' parameter. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present If rsvpSenderAdspecGuaranteedSvc is FALSE, this returns zero or noSuchValue. |
| I32 rsvpSenderAdspecGuaranteedDtot | 1.3.6.1.2.1.51.1.2.1.31 | Integer32 | read-create | If rsvpSenderAdspecGuaranteedSvc is TRUE, this is the end-to-end composed value for the guaranteed service 'D' parameter. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present If rsvpSenderAdspecGuaranteedSvc is FALSE, this returns zero or noSuchValue. |
| I32 rsvpSenderAdspecGuaranteedCsum | 1.3.6.1.2.1.51.1.2.1.32 | Integer32 | read-create | If rsvpSenderAdspecGuaranteedSvc is TRUE, this is the composed value for the guaranteed service 'C' parameter since the last reshaping point. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present If rsvpSenderAdspecGuaranteedSvc is FALSE, this returns zero or noSuchValue. |
| I32 rsvpSenderAdspecGuaranteedDsum | 1.3.6.1.2.1.51.1.2.1.33 | Integer32 | read-create | If rsvpSenderAdspecGuaranteedSvc is TRUE, this is the composed value for the guaranteed service 'D' parameter since the last reshaping point. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present If rsvpSenderAdspecGuaranteedSvc is FALSE, this returns zero or noSuchValue. |
| INT rsvpSenderAdspecGuaranteedHopCount | 1.3.6.1.2.1.51.1.2.1.34 | INTEGER | read-create | If rsvpSenderAdspecGuaranteedSvc is TRUE, this is the service-specific override of the hop count general characterization parameter from the ADSPEC. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present If rsvpSenderAdspecGuaranteedSvc is FALSE, this returns zero or noSuchValue. |
| BIT rsvpSenderAdspecGuaranteedPathBw | 1.3.6.1.2.1.51.1.2.1.35 | BitRate | read-create | If rsvpSenderAdspecGuaranteedSvc is TRUE, this is the service-specific override of the path bandwidth estimate general characterization parameter from the ADSPEC. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present If rsvpSenderAdspecGuaranteedSvc is FALSE, this returns zero or noSuchValue. |
| I32 rsvpSenderAdspecGuaranteedMinLatency | 1.3.6.1.2.1.51.1.2.1.36 | Integer32 | read-create | If rsvpSenderAdspecGuaranteedSvc is TRUE, this is the service-specific override of the minimum path latency general characterization parameter from the ADSPEC. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present If rsvpSenderAdspecGuaranteedSvc is FALSE, this returns zero or noSuchValue. |
| INT rsvpSenderAdspecGuaranteedMtu | 1.3.6.1.2.1.51.1.2.1.37 | INTEGER | read-create | If rsvpSenderAdspecGuaranteedSvc is TRUE, this is the service-specific override of the composed Maximum Transmission Unit general characterization parameter from the ADSPEC. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present If rsvpSenderAdspecGuaranteedSvc is FALSE, this returns zero or noSuchValue. |
| T/F rsvpSenderAdspecCtrlLoadSvc | 1.3.6.1.2.1.51.1.2.1.38 | TruthValue | read-create | If TRUE, the ADSPEC contains a Controlled Load Service fragment. If FALSE, the ADSPEC does not contain a Controlled Load Service fragment. |
| T/F rsvpSenderAdspecCtrlLoadBreak | 1.3.6.1.2.1.51.1.2.1.39 | TruthValue | read-create | If TRUE, the Controlled Load Service fragment has its 'break' bit set, indicating that one or more nodes along the path do not support the controlled load service. If FALSE, and rsvpSenderAdspecCtrlLoadSvc is TRUE, the 'break' bit is not set. If rsvpSenderAdspecCtrlLoadSvc is FALSE, this returns FALSE or noSuchValue. |
| INT rsvpSenderAdspecCtrlLoadHopCount | 1.3.6.1.2.1.51.1.2.1.40 | INTEGER | read-create | If rsvpSenderAdspecCtrlLoadSvc is TRUE, this is the service-specific override of the hop count general characterization parameter from the ADSPEC. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present If rsvpSenderAdspecCtrlLoadSvc is FALSE, this returns zero or noSuchValue. |
| BIT rsvpSenderAdspecCtrlLoadPathBw | 1.3.6.1.2.1.51.1.2.1.41 | BitRate | read-create | If rsvpSenderAdspecCtrlLoadSvc is TRUE, this is the service-specific override of the path bandwidth estimate general characterization parameter from the ADSPEC. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present If rsvpSenderAdspecCtrlLoadSvc is FALSE, this returns zero or noSuchValue. |
| I32 rsvpSenderAdspecCtrlLoadMinLatency | 1.3.6.1.2.1.51.1.2.1.42 | Integer32 | read-create | If rsvpSenderAdspecCtrlLoadSvc is TRUE, this is the service-specific override of the minimum path latency general characterization parameter from the ADSPEC. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present If rsvpSenderAdspecCtrlLoadSvc is FALSE, this returns zero or noSuchValue. |
| INT rsvpSenderAdspecCtrlLoadMtu | 1.3.6.1.2.1.51.1.2.1.43 | INTEGER | read-create | If rsvpSenderAdspecCtrlLoadSvc is TRUE, this is the service-specific override of the composed Maximum Transmission Unit general characterization parameter from the ADSPEC. A return of zero or noSuchValue indicates one of the following conditions: the invalid bit was set the parameter was not present If rsvpSenderAdspecCtrlLoadSvc is FALSE, this returns zero or noSuchValue. |
| ROW rsvpSenderStatus | 1.3.6.1.2.1.51.1.2.1.44 | RowStatus | read-create | 'active' for all active PATH messages. This object may be used to install static PATH information or delete PATH information. |
| INT rsvpSenderTTL | 1.3.6.1.2.1.51.1.2.1.45 | INTEGER | read-only | The TTL value in the RSVP header that was last received. |
| rsvpSenderOutInterfaceTable | 1.3.6.1.2.1.51.1.3 | not-accessible | List of outgoing interfaces that PATH messages use. The ifIndex is the ifIndex value of the egress interface. | |
| rsvpSenderOutInterfaceEntry | 1.3.6.1.2.1.51.1.3.1 | not-accessible | List of outgoing interfaces that a particular PATH message has. | |
| ROW rsvpSenderOutInterfaceStatus | 1.3.6.1.2.1.51.1.3.1.1 | RowStatus | read-only | 'active' for all active PATH messages. |
| rsvpResvTable | 1.3.6.1.2.1.51.1.4 | not-accessible | Information describing the state information displayed by receivers in RESV messages. | |
| rsvpResvEntry | 1.3.6.1.2.1.51.1.4.1 | not-accessible | Information describing the state information displayed by a single receiver's RESV message concerning a single sender. | |
| SES rsvpResvNumber | 1.3.6.1.2.1.51.1.4.1.1 | SessionNumber | not-accessible | The number of this reservation request. This is for SNMP Indexing purposes only and has no relation to any protocol value. |
| SES rsvpResvType | 1.3.6.1.2.1.51.1.4.1.2 | SessionType | read-create | The type of session (IP4, IP6, IP6 with flow information, etc). |
| OCT rsvpResvDestAddr | 1.3.6.1.2.1.51.1.4.1.3 | OCTET STRING | read-create | The destination address used by all senders in this session. This object may not be changed when the value of the RowStatus object is 'active'. |
| OCT rsvpResvSenderAddr | 1.3.6.1.2.1.51.1.4.1.4 | OCTET STRING | read-create | The source address of the sender selected by this reservation. The value of all zeroes indicates 'all senders'. This object may not be changed when the value of the RowStatus object is 'active'. |
| INT rsvpResvDestAddrLength | 1.3.6.1.2.1.51.1.4.1.5 | INTEGER | read-create | The length of the destination address in bits. This is the CIDR Prefix Length, which for IP4 hosts and multicast addresses is 32 bits. This object may not be changed when the value of the RowStatus object is 'active'. |
| INT rsvpResvSenderAddrLength | 1.3.6.1.2.1.51.1.4.1.6 | INTEGER | read-create | The length of the sender's address in bits. This is the CIDR Prefix Length, which for IP4 hosts and multicast addresses is 32 bits. This object may not be changed when the value of the RowStatus object is 'active'. |
| PRO rsvpResvProtocol | 1.3.6.1.2.1.51.1.4.1.7 | Protocol | read-create | The IP Protocol used by this session. This object may not be changed when the value of the RowStatus object is 'active'. |
| POR rsvpResvDestPort | 1.3.6.1.2.1.51.1.4.1.8 | Port | read-create | The UDP or TCP port number used as a destination port for all senders in this session. If the IP protocol in use, specified by rsvpResvProtocol, is 50 (ESP) or 51 (AH), this represents a virtual destination port number. A value of zero indicates that the IP protocol in use does not have ports. This object may not be changed when the value of the RowStatus object is 'active'. |
| POR rsvpResvPort | 1.3.6.1.2.1.51.1.4.1.9 | Port | read-create | The UDP or TCP port number used as a source port for this sender in this session. If the IP protocol in use, specified by rsvpResvProtocol is 50 (ESP) or 51 (AH), this represents a generalized port identifier (GPI). A value of zero indicates that the IP protocol in use does not have ports. This object may not be changed when the value of the RowStatus object is 'active'. |
| OCT rsvpResvHopAddr | 1.3.6.1.2.1.51.1.4.1.10 | OCTET STRING | read-create | The address used by the next RSVP hop (which may be the ultimate receiver). |
| I32 rsvpResvHopLih | 1.3.6.1.2.1.51.1.4.1.11 | Integer32 | read-create | The Logical Interface Handle received from the previous RSVP hop (which may be the ultimate receiver). |
| NUM rsvpResvInterface | 1.3.6.1.2.1.51.1.4.1.12 | InterfaceIndex | read-create | The ifIndex value of the interface on which this RESV message was most recently received. |
| QOS rsvpResvService | 1.3.6.1.2.1.51.1.4.1.13 | QosService | read-create | The QoS Service classification requested by the receiver. |
| BIT rsvpResvTSpecRate | 1.3.6.1.2.1.51.1.4.1.14 | BitRate | read-create | The Average Bit Rate of the sender's data stream. Within a transmission burst, the arrival rate may be as fast as rsvpResvTSpecPeakRate (if supported by the service model); however, averaged across two or more burst intervals, the rate should not exceed rsvpResvTSpecRate. Note that this is a prediction, often based on the general capability of a type of codec or particular encoding; the measured average rate may be significantly lower. |
| BIT rsvpResvTSpecPeakRate | 1.3.6.1.2.1.51.1.4.1.15 | BitRate | read-create | The Peak Bit Rate of the sender's data stream. Traffic arrival is not expected to exceed this rate at any time, apart from the effects of jitter in the network. If not specified in the TSpec, this returns zero or noSuchValue. |
| BUR rsvpResvTSpecBurst | 1.3.6.1.2.1.51.1.4.1.16 | BurstSize | read-create | The size of the largest burst expected from the sender at a time. If this is less than the sender's advertised burst size, the receiver is asking the network to provide flow pacing beyond what would be provided under normal circumstances. Such pacing is at the network's option. |
| MES rsvpResvTSpecMinTU | 1.3.6.1.2.1.51.1.4.1.17 | MessageSize | read-create | The minimum message size for this flow. The policing algorithm will treat smaller messages as though they are this size. |
| MES rsvpResvTSpecMaxTU | 1.3.6.1.2.1.51.1.4.1.18 | MessageSize | read-create | The maximum message size for this flow. The admission algorithm will reject TSpecs whose Maximum Transmission Unit, plus the interface headers, exceed the interface MTU. |
| BIT rsvpResvRSpecRate | 1.3.6.1.2.1.51.1.4.1.19 | BitRate | read-create | If the requested service is Guaranteed, as specified by rsvpResvService, this is the clearing rate that is being requested. Otherwise, it is zero, or the agent may return noSuchValue. |
| I32 rsvpResvRSpecSlack | 1.3.6.1.2.1.51.1.4.1.20 | Integer32 | read-create | If the requested service is Guaranteed, as specified by rsvpResvService, this is the delay slack. Otherwise, it is zero, or the agent may return noSuchValue. |
| NUM rsvpResvInterval | 1.3.6.1.2.1.51.1.4.1.21 | RefreshInterval | read-create | The interval between refresh messages as advertised by the Next Hop. |
| OCT rsvpResvScope | 1.3.6.1.2.1.51.1.4.1.22 | OCTET STRING | read-create | The contents of the scope object, displayed as an uninterpreted string of octets, including the object header. In the absence of such an object, this should be of zero length. If the length is non-zero, this contains a series of IP4 or IP6 addresses. |
| T/F rsvpResvShared | 1.3.6.1.2.1.51.1.4.1.23 | TruthValue | read-create | If TRUE, a reservation shared among senders is requested. If FALSE, a reservation specific to this sender is requested. |
| T/F rsvpResvExplicit | 1.3.6.1.2.1.51.1.4.1.24 | TruthValue | read-create | If TRUE, individual senders are listed using Filter Specifications. If FALSE, all senders are implicitly selected. The Scope Object will contain a list of senders that need to receive this reservation request for the purpose of routing the RESV message. |
| T/F rsvpResvRSVPHop | 1.3.6.1.2.1.51.1.4.1.25 | TruthValue | read-create | If TRUE, the node believes that the previous IP hop is an RSVP hop. If FALSE, the node believes that the previous IP hop may not be an RSVP hop. |
| TIM rsvpResvLastChange | 1.3.6.1.2.1.51.1.4.1.26 | TimeStamp | read-only | The time of the last change in this reservation request; This is either the first time it was received or the time of the most recent change in parameters. |
| OCT rsvpResvPolicy | 1.3.6.1.2.1.51.1.4.1.27 | OCTET STRING | read-create | The contents of the policy object, displayed as an uninterpreted string of octets, including the object header. In the absence of such an object, this should be of zero length. |
| ROW rsvpResvStatus | 1.3.6.1.2.1.51.1.4.1.28 | RowStatus | read-create | 'active' for all active RESV messages. This object may be used to install static RESV information or delete RESV information. |
| INT rsvpResvTTL | 1.3.6.1.2.1.51.1.4.1.29 | INTEGER | read-only | The TTL value in the RSVP header that was last received. |
| INT rsvpResvFlowId | 1.3.6.1.2.1.51.1.4.1.30 | INTEGER | read-only | The flow ID that this receiver is using, if this is an IPv6 session. |
| rsvpResvFwdTable | 1.3.6.1.2.1.51.1.5 | not-accessible | Information describing the state information displayed upstream in RESV messages. | |
| rsvpResvFwdEntry | 1.3.6.1.2.1.51.1.5.1 | not-accessible | Information describing the state information displayed upstream in an RESV message concerning a single sender. | |
| SES rsvpResvFwdNumber | 1.3.6.1.2.1.51.1.5.1.1 | SessionNumber | not-accessible | The number of this reservation request. This is for SNMP Indexing purposes only and has no relation to any protocol value. |
| SES rsvpResvFwdType | 1.3.6.1.2.1.51.1.5.1.2 | SessionType | read-only | The type of session (IP4, IP6, IP6 with flow information, etc). |
| OCT rsvpResvFwdDestAddr | 1.3.6.1.2.1.51.1.5.1.3 | OCTET STRING | read-only | The destination address used by all senders in this session. This object may not be changed when the value of the RowStatus object is 'active'. |
| OCT rsvpResvFwdSenderAddr | 1.3.6.1.2.1.51.1.5.1.4 | OCTET STRING | read-only | The source address of the sender selected by this reservation. The value of all zeroes indicates 'all senders'. This object may not be changed when the value of the RowStatus object is 'active'. |
| INT rsvpResvFwdDestAddrLength | 1.3.6.1.2.1.51.1.5.1.5 | INTEGER | read-only | The length of the destination address in bits. This is the CIDR Prefix Length, which for IP4 hosts and multicast addresses is 32 bits. This object may not be changed when the value of the RowStatus object is 'active'. |
| INT rsvpResvFwdSenderAddrLength | 1.3.6.1.2.1.51.1.5.1.6 | INTEGER | read-only | The length of the sender's address in bits. This is the CIDR Prefix Length, which for IP4 hosts and multicast addresses is 32 bits. This object may not be changed when the value of the RowStatus object is 'active'. |
| PRO rsvpResvFwdProtocol | 1.3.6.1.2.1.51.1.5.1.7 | Protocol | read-only | The IP Protocol used by a session. for secure sessions, this indicates IP Security. This object may not be changed when the value of the RowStatus object is 'active'. |
| POR rsvpResvFwdDestPort | 1.3.6.1.2.1.51.1.5.1.8 | Port | read-only | The UDP or TCP port number used as a destination port for all senders in this session. If the IP protocol in use, specified by rsvpResvFwdProtocol, is 50 (ESP) or 51 (AH), this represents a virtual destination port number. A value of zero indicates that the IP protocol in use does not have ports. This object may not be changed when the value of the RowStatus object is 'active'. |
| POR rsvpResvFwdPort | 1.3.6.1.2.1.51.1.5.1.9 | Port | read-only | The UDP or TCP port number used as a source port for this sender in this session. If the IP protocol in use, specified by rsvpResvFwdProtocol is 50 (ESP) or 51 (AH), this represents a generalized port identifier (GPI). A value of zero indicates that the IP protocol in use does not have ports. This object may not be changed when the value of the RowStatus object is 'active'. |
| OCT rsvpResvFwdHopAddr | 1.3.6.1.2.1.51.1.5.1.10 | OCTET STRING | read-only | The address of the (previous) RSVP that will receive this message. |
| I32 rsvpResvFwdHopLih | 1.3.6.1.2.1.51.1.5.1.11 | Integer32 | read-only | The Logical Interface Handle sent to the (previous) RSVP that will receive this message. |
| NUM rsvpResvFwdInterface | 1.3.6.1.2.1.51.1.5.1.12 | InterfaceIndex | read-only | The ifIndex value of the interface on which this RESV message was most recently sent. |
| QOS rsvpResvFwdService | 1.3.6.1.2.1.51.1.5.1.13 | QosService | read-only | The QoS Service classification requested. |
| BIT rsvpResvFwdTSpecRate | 1.3.6.1.2.1.51.1.5.1.14 | BitRate | read-only | The Average Bit Rate of the sender's data stream. Within a transmission burst, the arrival rate may be as fast as rsvpResvFwdTSpecPeakRate (if supported by the service model); however, averaged across two or more burst intervals, the rate should not exceed rsvpResvFwdTSpecRate. Note that this is a prediction, often based on the general capability of a type of codec or particular encoding; the measured average rate may be significantly lower. |
| BIT rsvpResvFwdTSpecPeakRate | 1.3.6.1.2.1.51.1.5.1.15 | BitRate | read-only | The Peak Bit Rate of the sender's data stream Traffic arrival is not expected to exceed this rate at any time, apart from the effects of jitter in the network. If not specified in the TSpec, this returns zero or noSuchValue. |
| BUR rsvpResvFwdTSpecBurst | 1.3.6.1.2.1.51.1.5.1.16 | BurstSize | read-only | The size of the largest burst expected from the sender at a time. If this is less than the sender's advertised burst size, the receiver is asking the network to provide flow pacing beyond what would be provided under normal circumstances. Such pacing is at the network's option. |
| MES rsvpResvFwdTSpecMinTU | 1.3.6.1.2.1.51.1.5.1.17 | MessageSize | read-only | The minimum message size for this flow. The policing algorithm will treat smaller messages as though they are this size. |
| MES rsvpResvFwdTSpecMaxTU | 1.3.6.1.2.1.51.1.5.1.18 | MessageSize | read-only | The maximum message size for this flow. The admission algorithm will reject TSpecs whose Maximum Transmission Unit, plus the interface headers, exceed the interface MTU. |
| BIT rsvpResvFwdRSpecRate | 1.3.6.1.2.1.51.1.5.1.19 | BitRate | read-only | If the requested service is Guaranteed, as specified by rsvpResvService, this is the clearing rate that is being requested. Otherwise, it is zero, or the agent may return noSuchValue. |
| I32 rsvpResvFwdRSpecSlack | 1.3.6.1.2.1.51.1.5.1.20 | Integer32 | read-only | If the requested service is Guaranteed, as specified by rsvpResvService, this is the delay slack. Otherwise, it is zero, or the agent may return noSuchValue. |
| NUM rsvpResvFwdInterval | 1.3.6.1.2.1.51.1.5.1.21 | RefreshInterval | read-only | The interval between refresh messages advertised to the Previous Hop. |
| OCT rsvpResvFwdScope | 1.3.6.1.2.1.51.1.5.1.22 | OCTET STRING | read-only | The contents of the scope object, displayed as an uninterpreted string of octets, including the object header. In the absence of such an object, this should be of zero length. |
| T/F rsvpResvFwdShared | 1.3.6.1.2.1.51.1.5.1.23 | TruthValue | read-only | If TRUE, a reservation shared among senders is requested. If FALSE, a reservation specific to this sender is requested. |
| T/F rsvpResvFwdExplicit | 1.3.6.1.2.1.51.1.5.1.24 | TruthValue | read-only | If TRUE, individual senders are listed using Filter Specifications. If FALSE, all senders are implicitly selected. The Scope Object will contain a list of senders that need to receive this reservation request for the purpose of routing the RESV message. |
| T/F rsvpResvFwdRSVPHop | 1.3.6.1.2.1.51.1.5.1.25 | TruthValue | read-only | If TRUE, the node believes that the next IP hop is an RSVP hop. If FALSE, the node believes that the next IP hop may not be an RSVP hop. |
| TIM rsvpResvFwdLastChange | 1.3.6.1.2.1.51.1.5.1.26 | TimeStamp | read-only | The time of the last change in this request; This is either the first time it was sent or the time of the most recent change in parameters. |
| OCT rsvpResvFwdPolicy | 1.3.6.1.2.1.51.1.5.1.27 | OCTET STRING | read-only | The contents of the policy object, displayed as an uninterpreted string of octets, including the object header. In the absence of such an object, this should be of zero length. |
| ROW rsvpResvFwdStatus | 1.3.6.1.2.1.51.1.5.1.28 | RowStatus | read-write | 'active' for all active RESV messages. This object may be used to delete RESV information. |
| INT rsvpResvFwdTTL | 1.3.6.1.2.1.51.1.5.1.29 | INTEGER | read-only | The TTL value in the RSVP header that was last received. |
| INT rsvpResvFwdFlowId | 1.3.6.1.2.1.51.1.5.1.30 | INTEGER | read-only | The flow ID that this receiver is using, if this is an IPv6 session. |
| rsvpIfTable | 1.3.6.1.2.1.51.1.6 | not-accessible | The RSVP-specific attributes of the system's interfaces. | |
| rsvpIfEntry | 1.3.6.1.2.1.51.1.6.1 | not-accessible | The RSVP-specific attributes of the a given interface. | |
| G32 rsvpIfUdpNbrs | 1.3.6.1.2.1.51.1.6.1.1 | Gauge32 | read-only | The number of neighbors perceived to be using only the RSVP UDP Encapsulation. |
| G32 rsvpIfIpNbrs | 1.3.6.1.2.1.51.1.6.1.2 | Gauge32 | read-only | The number of neighbors perceived to be using only the RSVP IP Encapsulation. |
| G32 rsvpIfNbrs | 1.3.6.1.2.1.51.1.6.1.3 | Gauge32 | read-only | The number of neighbors currently perceived; this will exceed rsvpIfIpNbrs + rsvpIfUdpNbrs by the number of neighbors using both encapsulations. |
| INT rsvpIfRefreshBlockadeMultiple | 1.3.6.1.2.1.51.1.6.1.4 | INTEGER | read-create | The value of the RSVP value 'Kb', Which is the minimum number of refresh intervals that blockade state will last once entered. |
| INT rsvpIfRefreshMultiple | 1.3.6.1.2.1.51.1.6.1.5 | INTEGER | read-create | The value of the RSVP value 'K', which is the number of refresh intervals which must elapse (minimum) before a PATH or RESV message which is not being refreshed will be aged out. |
| INT rsvpIfTTL | 1.3.6.1.2.1.51.1.6.1.6 | INTEGER | read-create | The value of SEND_TTL used on this interface for messages this node originates. If set to zero, the node determines the TTL via other means. |
| NUM rsvpIfRefreshInterval | 1.3.6.1.2.1.51.1.6.1.7 | TimeInterval | read-create | The value of the RSVP value 'R', which is the minimum period between refresh transmissions of a given PATH or RESV message on an interface. |
| NUM rsvpIfRouteDelay | 1.3.6.1.2.1.51.1.6.1.8 | TimeInterval | read-create | The approximate period from the time a route is changed to the time a resulting message appears on the interface. |
| T/F rsvpIfEnabled | 1.3.6.1.2.1.51.1.6.1.9 | TruthValue | read-create | If TRUE, RSVP is enabled on this Interface. If FALSE, RSVP is not enabled on this interface. |
| T/F rsvpIfUdpRequired | 1.3.6.1.2.1.51.1.6.1.10 | TruthValue | read-create | If TRUE, manual configuration forces the use of UDP encapsulation on the interface. If FALSE, UDP encapsulation is only used if rsvpIfUdpNbrs is not zero. |
| ROW rsvpIfStatus | 1.3.6.1.2.1.51.1.6.1.11 | RowStatus | read-create | 'active' on interfaces that are configured for RSVP. |
| rsvpNbrTable | 1.3.6.1.2.1.51.1.7 | not-accessible | Information describing the Neighbors of an RSVP system. | |
| rsvpNbrEntry | 1.3.6.1.2.1.51.1.7.1 | not-accessible | Information describing a single RSVP Neighbor. | |
| OCT rsvpNbrAddress | 1.3.6.1.2.1.51.1.7.1.1 | OCTET STRING | not-accessible | The IP4 or IP6 Address used by this neighbor. This object may not be changed when the value of the RowStatus object is 'active'. |
| RSV rsvpNbrProtocol | 1.3.6.1.2.1.51.1.7.1.2 | RsvpEncapsulation | read-create | The encapsulation being used by this neighbor. |
| ROW rsvpNbrStatus | 1.3.6.1.2.1.51.1.7.1.3 | RowStatus | read-create | 'active' for all neighbors. This object may be used to configure neighbors. In the presence of configured neighbors, the implementation may (but is not required to) limit the set of valid neighbors to those configured. |
| rsvpGenObjects | 1.3.6.1.2.1.51.2 | |||
| G32 rsvpBadPackets | 1.3.6.1.2.1.51.2.1 | Gauge32 | read-only | This object keeps a count of the number of bad RSVP packets received. |
| TES rsvpSenderNewIndex | 1.3.6.1.2.1.51.2.2 | TestAndIncr | read-write | This object is used to assign values to rsvpSenderNumber as described in 'Textual Conventions for SNMPv2'. The network manager reads the object, and then writes the value back in the SET that creates a new instance of rsvpSenderEntry. If the SET fails with the code 'inconsistentValue', then the process must be repeated; If the SET succeeds, then the object is incremented, and the new instance is created according to the manager's directions. |
| TES rsvpResvNewIndex | 1.3.6.1.2.1.51.2.3 | TestAndIncr | read-write | This object is used to assign values to rsvpResvNumber as described in 'Textual Conventions for SNMPv2'. The network manager reads the object, and then writes the value back in the SET that creates a new instance of rsvpResvEntry. If the SET fails with the code 'inconsistentValue', then the process must be repeated; If the SET succeeds, then the object is incremented, and the new instance is created according to the manager's directions. |
| TES rsvpResvFwdNewIndex | 1.3.6.1.2.1.51.2.4 | TestAndIncr | read-write | This object is used to assign values to rsvpResvFwdNumber as described in 'Textual Conventions for SNMPv2'. The network manager reads the object, and then writes the value back in the SET that creates a new instance of rsvpResvFwdEntry. If the SET fails with the code 'inconsistentValue', then the process must be repeated; If the SET succeeds, then the object is incremented, and the new instance is created according to the manager's directions. |
| TES rsvpSessionNewIndex | 1.3.6.1.2.1.51.2.5 | TestAndIncr | read-write | This object is used to assign values to rsvpSessionNumber as described in 'Textual Conventions for SNMPv2'. The network manager reads the object, and then writes the value back in the SET that creates a new instance of rsvpSessionEntry. If the SET fails with the code 'inconsistentValue', then the process must be repeated; If the SET succeeds, then the object is incremented, and the new instance is created according to the manager's directions. |
| rsvpNotificationsPrefix | 1.3.6.1.2.1.51.3 | |||
| rsvpNotifications | 1.3.6.1.2.1.51.3.0 | |||
| NTF newFlow | 1.3.6.1.2.1.51.3.0.1 | The newFlow trap indicates that the originating system has installed a new flow in its classifier, or (when reservation authorization is in view) is prepared to install such a flow in the classifier and is requesting authorization. The objects included with the Notification may be used to read further information using the Integrated Services and RSVP MIBs. Authorization or non- authorization may be enacted by a write to the variable intSrvFlowStatus. | ||
| NTF lostFlow | 1.3.6.1.2.1.51.3.0.2 | The lostFlow trap indicates that the originating system has removed a flow from its classifier. | ||
| rsvpConformance | 1.3.6.1.2.1.51.4 | |||
| rsvpGroups | 1.3.6.1.2.1.51.4.1 | |||
| rsvpSessionGroup | 1.3.6.1.2.1.51.4.1.1 | These objects are required for RSVP Systems. | ||
| rsvpSenderGroup | 1.3.6.1.2.1.51.4.1.2 | These objects are required for RSVP Systems. | ||
| rsvpResvGroup | 1.3.6.1.2.1.51.4.1.3 | These objects are required for RSVP Systems. | ||
| rsvpResvFwdGroup | 1.3.6.1.2.1.51.4.1.4 | These objects are optional, used for some RSVP Systems. | ||
| rsvpIfGroup | 1.3.6.1.2.1.51.4.1.5 | These objects are required for RSVP Systems. | ||
| rsvpNbrGroup | 1.3.6.1.2.1.51.4.1.6 | These objects are required for RSVP Systems. | ||
| rsvpGenObjectsGroup | 1.3.6.1.2.1.51.4.1.7 | This objects are required for RSVP Systems. | ||
| rsvpSenderOutInterfaceGroup | 1.3.6.1.2.1.51.4.1.8 | These objects are required for RSVP Systems. | ||
| rsvpNotificationGroup | 1.3.6.1.2.1.51.4.1.9 | This notification is required for Systems supporting the RSVP Policy Module using an SNMP interface to the Policy Manager. | ||
| rsvpCompliances | 1.3.6.1.2.1.51.4.2 | |||
| rsvpCompliance | 1.3.6.1.2.1.51.4.2.1 | The compliance statement. Note that the implementation of this module requires implementation of the Integrated Services MIB as well. |
RFC description
Resource Reservation Protocol MIB defining objects for monitoring and managing RSVP session state, reservation status, and QoS parameters (RFC 2206).
Start monitoring vendor-neutral, standards-based MIB, QoS-capable routers supporting RSVP/RSVP-TE reservations with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.