CISCO-RPMS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-RPMS-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoRpmsMIB 1.3.6.1.4.1.9.10.84
This MIB contains objects pertinent to a Resource Policy Management System (RPMS) server. RPMS is a key component of Cisco Any Service Any Port (ASAP) solution and provides the ability to dynamically share resources across network access servers (NAS). RPMS enables enforcement of Service Level Agreements(SLA) between wholesale providers and their customers. Such SLA enforcement is done at call pre-authentication stage. An SLA is conceptually a set of clauses (limits) that dictate how voice, dial and/or virtual private data network (VPDN) services will be provided by the wholesaler.
       ciscoRpmsMIBObjects 1.3.6.1.4.1.9.10.84.1
           crpmsSystem 1.3.6.1.4.1.9.10.84.1.1
               crpmsSubsystemTable 1.3.6.1.4.1.9.10.84.1.1.1 no-access
This table contains currently working RPMS subsystems. Each row contains the name of the subsystem and its uptime since last initialization.
                   crpmsSubsystemEntry 1.3.6.1.4.1.9.10.84.1.1.1.1 no-access
A subsystem entry contains information of a RPMS subsystem. At the system startup, if a subsystem fails to initialize itself, it will not appear in this table. If a subsystem becomes unavailable, its corresponding row will be removed from this table.
                       crpmsSubsystemIndex 1.3.6.1.4.1.9.10.84.1.1.1.1.1 unsigned32 no-access
An unique value, greater than zero, for each subsystem. It is recommended that values are assigned contiguously starting from 1.
                       crpmsSubsystemName 1.3.6.1.4.1.9.10.84.1.1.1.1.2 snmpadminstring read-only
The name of the subsystem entry.
                       crpmsSubsystemUptime 1.3.6.1.4.1.9.10.84.1.1.1.1.3 timestamp read-only
The time (in hundredths of a second) since the subsystem was last (re)initialized.
           crpmsCustomerProfile 1.3.6.1.4.1.9.10.84.1.2
               crpmsCpTable 1.3.6.1.4.1.9.10.84.1.2.1 no-access
The customer profile table contains information about all SLAs hosted on an SLA Server.
                   crpmsCpEntry 1.3.6.1.4.1.9.10.84.1.2.1.1 no-access
A customer profile (Cp) entry contains information about a specific customer. A customer profile is a set of limits associated with a customer. These limits control how RPMS will respond to an incoming call under various scenarios.
                       crpmsCpName 1.3.6.1.4.1.9.10.84.1.2.1.1.1 snmpadminstring no-access
The name of the customer profile. This name uniquely identifies the customer profile in the RPMS system.
                       crpmsCpLimit 1.3.6.1.4.1.9.10.84.1.2.1.1.2 unsigned32 read-only
The maximum number of concurrent calls allowed in this customer profile. Once this limit is exceeded, RPMS will reject any new calls unless an overflow limit (crpmsCpOverflowLimit) is configured for this customer.
                       crpmsCpOverflowLimit 1.3.6.1.4.1.9.10.84.1.2.1.1.3 unsigned32 read-only
The maximum number of calls allowed after the customer profile limit(crpmsCpLimit) has been reached. Such calls are termed overflow calls.
                       crpmsCpActiveCalls 1.3.6.1.4.1.9.10.84.1.2.1.1.4 gauge32 read-only
Number of current active calls for this customer profile.
                       crpmsCpActiveOverflowCalls 1.3.6.1.4.1.9.10.84.1.2.1.1.5 gauge32 read-only
Number of current active overflow calls for this customer profile.
                       crpmsCpAttemptedCalls 1.3.6.1.4.1.9.10.84.1.2.1.1.6 counter32 read-only
Total number of attempted calls (both successful and failed) for this customer profile.
                       crpmsCpAttemptedOverflowCalls 1.3.6.1.4.1.9.10.84.1.2.1.1.7 counter32 read-only
Number of attempted overflow calls (both successful and failed) for this customer profile.
                       crpmsCpRejections 1.3.6.1.4.1.9.10.84.1.2.1.1.8 counter32 read-only
Total number of rejected calls for this customer profile (crpmsCpOverflowRejections plus rejections due to unavailable resources).
                       crpmsCpOverflowRejections 1.3.6.1.4.1.9.10.84.1.2.1.1.9 counter32 read-only
Number of rejected overflow calls for this customer profile.
                       crpmsCpLimitThreshold 1.3.6.1.4.1.9.10.84.1.2.1.1.10 unsigned32 read-only
A threshold defined for the customer profile limit (crpmsCpLimit). It represents the percentage of the limit which, when crossed triggers a crpmsRisingAlarm or a crpmsFallingAlarm notification (refer to the notification definitions in this MIB for more details). A value of 100 percent cannot be exceeded and therefore disables this threshold setting. A value of 0 percent is always exceeded.
                       crpmsCpOverflowLimitThreshold 1.3.6.1.4.1.9.10.84.1.2.1.1.11 unsigned32 read-only
A threshold defined for the customer profile overflow limit (crpmsCpOverflowLimit). It represents the percentage of the limit that when exceeded triggers a crpmsRisingAlarm or a crpmsFallingAlarm notification (refer to the notification definitions in this MIB for more details). A value of 100 percent cannot be exceeded and therefore disables this threshold setting. A value of 0 percent is always exceeded.
                       crpmsCpCallRejectionThreshold 1.3.6.1.4.1.9.10.84.1.2.1.1.12 unsigned32 read-only
A threshold defined for the number of customer profile rejected calls (crpmsCpRejections) as a percentage of the number of attempted calls (crpmsCpAttemptedCalls) which, when crossed, triggers a crpmsRisingAlarm or crpmsFallingAlarm notification (refer to the notification definitions in this MIB for more details). A value of 100 percent cannot be exceeded and therefore disables this threshold setting. A value of 0 percent is always exceeded.
                       crpmsCpOverflowRejectThreshold 1.3.6.1.4.1.9.10.84.1.2.1.1.13 unsigned32 read-only
A threshold defined for the number of customer profile rejected overflow calls (crpmsCpOverflowRejections) as a percentage of the number of attempted overflow calls (crpmsCpAttemptedOverflowCalls) which, when crossed, triggers a crpmsRisingAlarm or a crpmsFallingAlarm notification (refer to the notification definitions in this MIB for more details). A value of 100 percent cannot be exceeded and therefore disables this threshold setting. A value of 0 percent is always exceeded.
                       crpmsCpEntryStatus 1.3.6.1.4.1.9.10.84.1.2.1.1.14 rowstatus read-only
Used to create, delete or modify this row. None of the columnar objects can be modified except this one, when the row is active.
           crpmsVpdn 1.3.6.1.4.1.9.10.84.1.3
               crpmsVpdnGroupTable 1.3.6.1.4.1.9.10.84.1.3.1 no-access
A VPDN group manages a number of sessions. A VPDN session may use a MLP link, which is contained within a particular MLP bundle. A VPDN group has a limit of maximal sessions, the number of bundles that this VPDN group can allocate, and the number of links for each bundle. The VPDN group table contains information about VPDN group of a RPMS server, each group a row. If a row is added or removed, its corresponding row in the crpmsVpdnGroupCpTable has to be added or removed as well.
                   crpmsVpdnGroupEntry 1.3.6.1.4.1.9.10.84.1.3.1.1 no-access
A VPDN group entry contains information about a specific VPDN group. VPDN groups contain the necessary setting to establish a VPDN session (tunneling protocol, home gateway information, and other data) as well as limits on various parameters (maximum concurrent sessions, MLP bundles, etc.).
                       crpmsVpdnGroupName 1.3.6.1.4.1.9.10.84.1.3.1.1.1 snmpadminstring no-access
The name of the VPDN group. This name uniquely identifies a VPDN group in the RPMS system.
                       crpmsVpdnTunnelId 1.3.6.1.4.1.9.10.84.1.3.1.1.2 snmpadminstring read-only
The tunnel Id of the VPDN group. For Cisco IOS 12.05T and later, the tunnel id matches the remote name configured on the HGW router. The following is an example: vpdn-group 1 accept dialin l2tp virtual-template 1 remote isp1 local name hg For old Cisco IOS releases, the tunnel id matches the incoming statement: vpdn incoming isp1 hgw virtual-template 1 In above examples, the object has the value isp1.
                       crpmsVpdnTunnelProtocol 1.3.6.1.4.1.9.10.84.1.3.1.1.3 integer read-only
The protocol used by the tunnel of the VPDN group. There are only 2 possible value: l2f - Layer 2 Forwarding Protocol l2tp - Layer 2 Tunneling Protocol Enumeration: 'l2tp': 2, 'l2f': 1.
                       crpmsVpdnLimit 1.3.6.1.4.1.9.10.84.1.3.1.1.4 unsigned32 read-only
Limit of the resource pool for this VPDN group.
                       crpmsVpdnOverflowLimit 1.3.6.1.4.1.9.10.84.1.3.1.1.5 unsigned32 read-only
Limit of the overflow pool for this VPDN group.
                       crpmsVpdnMlpBundleLimit 1.3.6.1.4.1.9.10.84.1.3.1.1.6 unsigned32 read-only
Limit of MLP (multilink protocol) bundles for this VPDN group.
                       crpmsVpdnLinksPerBundleLimit 1.3.6.1.4.1.9.10.84.1.3.1.1.7 unsigned32 read-only
Limit of links per bundle for this VPDN group.
                       crpmsVpdnBundles 1.3.6.1.4.1.9.10.84.1.3.1.1.8 gauge32 read-only
The number of active MLP bundles in the tunnel of the VPDN group.
                       crpmsVpdnActiveCalls 1.3.6.1.4.1.9.10.84.1.3.1.1.9 gauge32 read-only
The number of active calls that belong to this VPDN group.
                       crpmsVpdnActiveOverflowCalls 1.3.6.1.4.1.9.10.84.1.3.1.1.10 gauge32 read-only
The number of active overflow calls that belong to this VPDN group.
                       crpmsVpdnRejections 1.3.6.1.4.1.9.10.84.1.3.1.1.11 counter32 read-only
The number of calls rejected because one of the group limits (crpmsVpdnOverflowLimit, crpmsVpdnMlpBundleLimit and crpmsVpdnLinksPerBundleLimit) was exceeded.
                       crpmsVpdnSizeRejections 1.3.6.1.4.1.9.10.84.1.3.1.1.12 counter32 read-only
The number of rejected calls of the VPDN group, because the max allowed size limit (crpmsVpdnOverflowLimit + crpmsVpdnLimit) was exceeded.
                       crpmsVpdnLimitThreshold 1.3.6.1.4.1.9.10.84.1.3.1.1.13 unsigned32 read-only
A threshold defined for the vpdn group limit (crpmsVpdnLimit) which, when crossed, triggers a crpmsRisingAlarm or a crpmsFallingAlarm notification (refer to the notification definitions in this MIB for more details). A value of 100 percent cannot be exceeded and therefore disables this threshold setting. A value of 0 percent is always exceeded.
                       crpmsVpdnEntryStatus 1.3.6.1.4.1.9.10.84.1.3.1.1.14 rowstatus read-only
Used to create, delete or modify this row. None of the columnar objects can be modified except this one, when the row is active.
               crpmsVpdnGroupCpTable 1.3.6.1.4.1.9.10.84.1.3.2 no-access
A VPDN group can be associated with a number of customer profiles, this table represents this relationship. It's double indexed by index of crpmsVpdnGroupTable and index of crpmsCpTable. If rows are added to or removed from one of two tables, Its corresponding row(s) in this table will be added or removed as well.
                   crpmsVpdnGroupCpEntry 1.3.6.1.4.1.9.10.84.1.3.2.1 no-access
A VPDN group customer profile entry contains information of SLA associated with this VPDN group.
                       crpmsVpdnGroupCpVpdnGroupName 1.3.6.1.4.1.9.10.84.1.3.2.1.1 snmpadminstring no-access
The name of VPDN groups in the table.
                       crpmsVpdnGroupCpCpName 1.3.6.1.4.1.9.10.84.1.3.2.1.2 snmpadminstring no-access
The name of customer profile in the table.
                       crpmsVpdnGroupCpEntryStatus 1.3.6.1.4.1.9.10.84.1.3.2.1.3 rowstatus read-only
Used to create, delete or modify this row. None of the columnar objects can be modified except this one, when the row is active.
           crpmsNotif 1.3.6.1.4.1.9.10.84.1.4
               crpmsAlarmObject 1.3.6.1.4.1.9.10.84.1.4.1 object identifier no-access
The object identifier of the destination object related to the notification. For example, if crpmsCpLimitThreshold is crossed, this variable should have the OID of crpmsCpLimit.
               crpmsAlarmValue 1.3.6.1.4.1.9.10.84.1.4.2 unsigned32 no-access
The current value that caused the threshold alarm to be sent.
               crpmsAlarmThresholdObject 1.3.6.1.4.1.9.10.84.1.4.3 object identifier no-access
The object identifier of the Threshold that is related to the notification. For example, if crpmsCpLimitThreshold is crossed, this variable should have the OID of crpmsCpLimitThreshold.
       ciscoRpmsMIBNotificationPrefix 1.3.6.1.4.1.9.10.84.2
           ciscoRpmsMIBNotifications 1.3.6.1.4.1.9.10.84.2.0
               crpmsRisingAlarm 1.3.6.1.4.1.9.10.84.2.0.1
This trap is generated to notify the manager(s) that one of the thresholds is crossed in rising direction (exceeded). The same trap will not be generated until the sample value falls below the threshold low water mark and rises to cross it again. NOTE: A threshold low water mark is by default 90% of the actual threshold percentage (threshold * 90%) integer rounded.
               crpmsFallingAlarm 1.3.6.1.4.1.9.10.84.2.0.2
This trap is generated to notify the manager(s) that one of the thresholds is crossed in the falling direction (reaches the threshold low water mark after being exceeded). The same trap will not be generated until the sample value rises above the threshold and reaches the low water mark again. NOTE: A threshold low water mark is by default 90% of the actual threshold percentage (threshold * 90%) integer rounded.
       ciscoRpmsMIBConformance 1.3.6.1.4.1.9.10.84.3
           ciscoRpmsMIBCompliances 1.3.6.1.4.1.9.10.84.3.1
               ciscoRpmsMIBCompliance 1.3.6.1.4.1.9.10.84.3.1.1
The compliance statement for entities which implement the Cisco-RPMS-MIB
           ciscoRpmsMIBGroups 1.3.6.1.4.1.9.10.84.3.2
               crpmsSystemGroup 1.3.6.1.4.1.9.10.84.3.2.1
This group contains a table providing the general system level information.
               crpmsCpGroup 1.3.6.1.4.1.9.10.84.3.2.2
This group contains a table providing the information of customer profile.
               crpmsVpdnGroup 1.3.6.1.4.1.9.10.84.3.2.3
This group contains tables providing the information of VPDN.
               crpmsNotifGroup 1.3.6.1.4.1.9.10.84.3.2.4
This group contains helper objects specifying notifications.
               crpmsThresholdNotifGroup 1.3.6.1.4.1.9.10.84.3.2.5
This group contains threshold crossing related alarms and notifications.