MIBs Depot

CISCO-RPMS-MIB

Registered at
1.3.6.1.4.1.9.10.84
Last updated
2002-04-17 00:00
Organization
Cisco Systems, Inc.
Revisions
2002-04-17 00:00, 2001-11-01 00:00
Namespace
cisco
Source file
CISCO-RPMS-MIB
Digest
sha256:ac0efb4c6151c4c14b3bdb26c45a3067ad77284ead34a5ebfd9d7e0870488159

Description

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.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-rpms@cisco.com

Imports

FromSymbols
CISCO-SMIciscoExperiment
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, 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.

CISCO-RPMS-MIB
CISCO-SMI
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoRpmsMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.84.1
crpmsSystem
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.84.1.1
crpmsSubsystemTable
OBJECT-TYPE
This table contains currently working RPMS subsystems. Each row contains the name of the subsystem and its uptime since last initialization.
1.3.6.1.4.1.9.10.84.1.1.1not-accessiblecurrent
crpmsSubsystemEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.1.1.1not-accessiblecurrent
crpmsSubsystemIndex
OBJECT-TYPE
An unique value, greater than zero, for each subsystem. It is recommended that values are assigned contiguously starting from 1.
1.3.6.1.4.1.9.10.84.1.1.1.1.1Unsigned32 (1..128)not-accessiblecurrent
crpmsSubsystemName
OBJECT-TYPE
The name of the subsystem entry.
1.3.6.1.4.1.9.10.84.1.1.1.1.2SnmpAdminString (SIZE(1..31))read-onlycurrent
crpmsSubsystemUptime
OBJECT-TYPE
The time (in hundredths of a second) since the subsystem was last (re)initialized.
1.3.6.1.4.1.9.10.84.1.1.1.1.3TimeStampread-onlycurrent
crpmsCustomerProfile
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.84.1.2
crpmsCpTable
OBJECT-TYPE
The customer profile table contains information about all SLAs hosted on an SLA Server.
1.3.6.1.4.1.9.10.84.1.2.1not-accessiblecurrent
crpmsCpEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.2.1.1not-accessiblecurrent
crpmsCpName
OBJECT-TYPE
The name of the customer profile. This name uniquely identifies the customer profile in the RPMS system.
1.3.6.1.4.1.9.10.84.1.2.1.1.1SnmpAdminString (SIZE(1..31))not-accessiblecurrent
crpmsCpLimit
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.2.1.1.2Unsigned32read-createcurrent
crpmsCpOverflowLimit
OBJECT-TYPE
The maximum number of calls allowed after the customer profile limit(crpmsCpLimit) has been reached. Such calls are termed overflow calls.
1.3.6.1.4.1.9.10.84.1.2.1.1.3Unsigned32read-createcurrent
crpmsCpActiveCalls
OBJECT-TYPE
Number of current active calls for this customer profile.
1.3.6.1.4.1.9.10.84.1.2.1.1.4Gauge32read-onlycurrent
crpmsCpActiveOverflowCalls
OBJECT-TYPE
Number of current active overflow calls for this customer profile.
1.3.6.1.4.1.9.10.84.1.2.1.1.5Gauge32read-onlycurrent
crpmsCpAttemptedCalls
OBJECT-TYPE
Total number of attempted calls (both successful and failed) for this customer profile.
1.3.6.1.4.1.9.10.84.1.2.1.1.6Counter32read-onlycurrent
crpmsCpAttemptedOverflowCalls
OBJECT-TYPE
Number of attempted overflow calls (both successful and failed) for this customer profile.
1.3.6.1.4.1.9.10.84.1.2.1.1.7Counter32read-onlycurrent
crpmsCpRejections
OBJECT-TYPE
Total number of rejected calls for this customer profile (crpmsCpOverflowRejections plus rejections due to unavailable resources).
1.3.6.1.4.1.9.10.84.1.2.1.1.8Counter32read-onlycurrent
crpmsCpOverflowRejections
OBJECT-TYPE
Number of rejected overflow calls for this customer profile.
1.3.6.1.4.1.9.10.84.1.2.1.1.9Counter32read-onlycurrent
crpmsCpLimitThreshold
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.2.1.1.10Unsigned32 (0..100)read-createcurrent
crpmsCpOverflowLimitThreshold
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.2.1.1.11Unsigned32 (0..100)read-createcurrent
crpmsCpCallRejectionThreshold
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.2.1.1.12Unsigned32 (0..100)read-createcurrent
crpmsCpOverflowRejectThreshold
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.2.1.1.13Unsigned32 (0..100)read-createcurrent
crpmsCpEntryStatus
OBJECT-TYPE
Used to create, delete or modify this row. None of the columnar objects can be modified except this one, when the row is active.
1.3.6.1.4.1.9.10.84.1.2.1.1.14RowStatusread-createcurrent
crpmsVpdn
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.84.1.3
crpmsVpdnGroupTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.3.1not-accessiblecurrent
crpmsVpdnGroupEntry
OBJECT-TYPE
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.).
1.3.6.1.4.1.9.10.84.1.3.1.1not-accessiblecurrent
crpmsVpdnGroupName
OBJECT-TYPE
The name of the VPDN group. This name uniquely identifies a VPDN group in the RPMS system.
1.3.6.1.4.1.9.10.84.1.3.1.1.1SnmpAdminString (SIZE(1..31))not-accessiblecurrent
crpmsVpdnTunnelId
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.3.1.1.2SnmpAdminStringread-onlycurrent
crpmsVpdnTunnelProtocol
OBJECT-TYPE
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
1.3.6.1.4.1.9.10.84.1.3.1.1.3INTEGER {l2f(1), l2tp(2)}read-createcurrent
crpmsVpdnLimit
OBJECT-TYPE
Limit of the resource pool for this VPDN group.
1.3.6.1.4.1.9.10.84.1.3.1.1.4Unsigned32read-createcurrent
crpmsVpdnOverflowLimit
OBJECT-TYPE
Limit of the overflow pool for this VPDN group.
1.3.6.1.4.1.9.10.84.1.3.1.1.5Unsigned32read-createcurrent
crpmsVpdnMlpBundleLimit
OBJECT-TYPE
Limit of MLP (multilink protocol) bundles for this VPDN group.
1.3.6.1.4.1.9.10.84.1.3.1.1.6Unsigned32read-createcurrent
crpmsVpdnLinksPerBundleLimit
OBJECT-TYPE
Limit of links per bundle for this VPDN group.
1.3.6.1.4.1.9.10.84.1.3.1.1.7Unsigned32read-createcurrent
crpmsVpdnBundles
OBJECT-TYPE
The number of active MLP bundles in the tunnel of the VPDN group.
1.3.6.1.4.1.9.10.84.1.3.1.1.8Gauge32read-onlycurrent
crpmsVpdnActiveCalls
OBJECT-TYPE
The number of active calls that belong to this VPDN group.
1.3.6.1.4.1.9.10.84.1.3.1.1.9Gauge32read-onlycurrent
crpmsVpdnActiveOverflowCalls
OBJECT-TYPE
The number of active overflow calls that belong to this VPDN group.
1.3.6.1.4.1.9.10.84.1.3.1.1.10Gauge32read-onlycurrent
crpmsVpdnRejections
OBJECT-TYPE
The number of calls rejected because one of the group limits (crpmsVpdnOverflowLimit, crpmsVpdnMlpBundleLimit and crpmsVpdnLinksPerBundleLimit) was exceeded.
1.3.6.1.4.1.9.10.84.1.3.1.1.11Counter32read-onlycurrent
crpmsVpdnSizeRejections
OBJECT-TYPE
The number of rejected calls of the VPDN group, because the max allowed size limit (crpmsVpdnOverflowLimit + crpmsVpdnLimit) was exceeded.
1.3.6.1.4.1.9.10.84.1.3.1.1.12Counter32read-onlycurrent
crpmsVpdnLimitThreshold
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.3.1.1.13Unsigned32 (0..100)read-createcurrent
crpmsVpdnEntryStatus
OBJECT-TYPE
Used to create, delete or modify this row. None of the columnar objects can be modified except this one, when the row is active.
1.3.6.1.4.1.9.10.84.1.3.1.1.14RowStatusread-createcurrent
crpmsVpdnGroupCpTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.3.2not-accessiblecurrent
crpmsVpdnGroupCpEntry
OBJECT-TYPE
A VPDN group customer profile entry contains information of SLA associated with this VPDN group.
1.3.6.1.4.1.9.10.84.1.3.2.1not-accessiblecurrent
crpmsVpdnGroupCpVpdnGroupName
OBJECT-TYPE
The name of VPDN groups in the table.
1.3.6.1.4.1.9.10.84.1.3.2.1.1SnmpAdminString (SIZE(1..31))not-accessiblecurrent
crpmsVpdnGroupCpCpName
OBJECT-TYPE
The name of customer profile in the table.
1.3.6.1.4.1.9.10.84.1.3.2.1.2SnmpAdminString (SIZE(1..31))not-accessiblecurrent
crpmsVpdnGroupCpEntryStatus
OBJECT-TYPE
Used to create, delete or modify this row. None of the columnar objects can be modified except this one, when the row is active.
1.3.6.1.4.1.9.10.84.1.3.2.1.3RowStatusread-createcurrent
crpmsNotif
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.84.1.4
crpmsAlarmObject
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.4.1OBJECT IDENTIFIERaccessible-for-notifycurrent
crpmsAlarmValue
OBJECT-TYPE
The current value that caused the threshold alarm to be sent.
1.3.6.1.4.1.9.10.84.1.4.2Unsigned32accessible-for-notifycurrent
crpmsAlarmThresholdObject
OBJECT-TYPE
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.
1.3.6.1.4.1.9.10.84.1.4.3OBJECT IDENTIFIERaccessible-for-notifycurrent
ciscoRpmsMIBNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.84.2
ciscoRpmsMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.84.2.0
ciscoRpmsMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.84.3
ciscoRpmsMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.84.3.1
ciscoRpmsMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.84.3.2

Notifications

NameOIDStatus
crpmsRisingAlarm
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.9.10.84.2.0.1current
crpmsFallingAlarm
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.9.10.84.2.0.2current

Conformance

NameOIDStatus
ciscoRpmsMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco-RPMS-MIB
1.3.6.1.4.1.9.10.84.3.1.1current
crpmsSystemGroup
OBJECT-GROUP
This group contains a table providing the general system level information.
1.3.6.1.4.1.9.10.84.3.2.1current
crpmsCpGroup
OBJECT-GROUP
This group contains a table providing the information of customer profile.
1.3.6.1.4.1.9.10.84.3.2.2current
crpmsVpdnGroup
OBJECT-GROUP
This group contains tables providing the information of VPDN.
1.3.6.1.4.1.9.10.84.3.2.3current
crpmsNotifGroup
OBJECT-GROUP
This group contains helper objects specifying notifications.
1.3.6.1.4.1.9.10.84.3.2.4current
crpmsThresholdNotifGroup
NOTIFICATION-GROUP
This group contains threshold crossing related alarms and notifications.
1.3.6.1.4.1.9.10.84.3.2.5current