CISCO-CALL-RESOURCE-POOL-MIB - ccrpCPSessionLimit

MIBs list

With IPHost Network Monitor you can run simple snmp requests against a Cisco device in your network.

ccrpCPSessionLimit

Call Resource Pool CP Session Limit
1.3.6.1.4.1.9.9.124.1.1.5.1.1.2

Simultaneous sessions limit for this customer profile. This is a soft limit if overflow is allowed as indicated in the object ccrpCPOverflow. The allowable value range is platform specific. DEFVAL { 0 } ::= { ccrpCustomerProfileEntry 2 } SYNTAX Integer32 (-1..2147483647) MAX-ACCESS read-create STATUS current DESCRIPTION Number of simultaneous sessions allowed over the value specified in ccrpCPSessionLimit. If this value is zero, no overflow is allowed and ccrpCPSessionLimit is a hard limit. If this value is -1, the is no overflow limit. All calls will be accepted, up to the exhaustion of system resources. The allowable value range is platform specific. DEFVAL { 0 } ::= { ccrpCustomerProfileEntry 3 } SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION The status of this conceptual row. An entry may not exist in the active(1) state unless all objects in the entry have an appropriate value. All values of RowStatus are allowed. ::= { ccrpCustomerProfileEntry 4 } -- Customer Profile DNIS Group association SYNTAX SEQUENCE OF CcrpCPDnisGrpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION Table identifying DNIS groups for each customer profile ::= { ccrpCustomerProfileConfig 2 } SYNTAX CcrpCPDnisGrpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION Each entry identifying a DNIS group for customer profile. There may be multiple entries for the same customer profile name. A single DNIS group may not be associated with more than one customer profile. Entries in this table may be created and deleted via the ccrpCPDnisGroupRowStatus object or the management console on the system. Using SNMP, rows are created by a SET request setting the value of ccrpCPDnisGroupRowStatus to 'createAndGo' or 'createAndWait'. Rows are deleted by a SET request setting the value of ccrpCPDnisGroupRowStatus to 'destroy'. Creating a new row with values of ccrpCPName or ccrpDnisGroupName which do not yet exist in ccrpCustomerProfileTable or ccrpDnisGroupTable respectively will cause the new row's ccrpCPDnisGroupOperStatus to have the value 'missingDependency'. Existing rows may be modified when the row is active. INDEX { ccrpCPName, IMPLIED ccrpDnisGroupName } ::= { ccrpCPDnisGrpTable 1 } CcrpCPDnisGrpEntry ::= SEQUENCE { ccrpCPDnisGroupOperStatus CiscoRowOperStatus, ccrpCPDnisGroupRowStatus RowStatus } SYNTAX CiscoRowOperStatus MAX-ACCESS read-only STATUS current DESCRIPTION A control object to indicate the operational status of this entry. This object is used to determine that the dependencies for this entry are valid and active. This entry is dependent on entries in ccrpDnisGroupTable and ccrpCustomerProfileTable. ::= { ccrpCPDnisGrpEntry 1 } SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION The status of this conceptual row. An entry may not exist in the active(1) state unless all objects in the entry have an appropriate value. All values of RowStatus are allowed. ::= { ccrpCPDnisGrpEntry 2 } -- Customer Profile Resource Group association SYNTAX SEQUENCE OF CcrpCPResourceGrpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION Table identifying resources groups for each customer profile. ::= { ccrpCustomerProfileConfig 3 } SYNTAX CcrpCPResourceGrpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION Each entry identifying a resource group for a customer profile. There may be multiple resource group entries for the same customer profile name. A single resource group may be associated with more than one customer profile. Entries in this table may be created and deleted via the ccrpCPResourceRowStatus object or the management console on the system. Using SNMP, rows are created by a SET request setting the value of ccrpCPResourceRowStatus to 'createAndGo' or 'createAndWait'. Rows are deleted by a SET request setting the value of ccrpCPResourceRowStatus to 'destroy'. Creating a new row with values of ccrpCPName or ccrpResourceName which do not yet exist in ccrpCustomerProfileTable or ccrpResourceTable respectively will cause the new row's ccrpCPDnisGroupOperStatus to have the value 'missingDependency'. Existing rows may be modified when the row is active. INDEX { ccrpCPName, ccrpResourceName, ccrpCPResourceCallType } ::= { ccrpCPResourceGrpTable 1 } CcrpCPResourceGrpEntry ::= SEQUENCE { ccrpCPResourceCallType BITS, ccrpCPResourceServiceProfileName SnmpAdminString, ccrpCPResourceOperStatus CiscoRowOperStatus, ccrpCPResourceRowStatus RowStatus } SYNTAX BITS { digital(0), speech(1), v110(2), v120(3) } MAX-ACCESS not-accessible STATUS current DESCRIPTION Indicates types of calls to assign to this resource for this customer profile. This object is a bit map, with each bit representing a different call type as identified below. A 1-bit indicates that call type is supported. A 0-bit indicates that call type is not supported. Bit 0 - Digital Bit 1 - Speech Bit 2 - V.110 Bit 3 - V.120 Setting all defined bits to 1 would result in this resource being available for all calls. Setting all defined bits to zero would result no calls being assigned to this resource. Q.931 specifies Bearer Capability associated with calls. RFC 2127, ISDN MIB defines the object isdnBearInfoType, combining Q.931 bearer capability information transfer capability and user rate. The correlation between Q.931 information transfer capability and call types is: Call Type Q.931 --------- ----- digital = {unrestricted digital, restricted digital} speech = {speech, 3.1kHz audio, 7kHz audio} v110 = {Anything with V.110 User Info Layer} v120 = {Anything with V.120 User Info Layer} The Q.931 user info layer values of V.110 or V.120 override all other fields in determining resource manager call types. The remaining Q.931 transfer capabilities are not currently supported by resource manager. The mapping for RFC2127 is: Call Type RFC2127 --------- ------- digital = {unrestrictedDigital,unrestrictedDigital56, restrictedDigital} speech = {speech, audio31, audio7} v110 = {Not represented in RFC2127} v120 = {Not represented in RFC2127} The remaining RFC2127 values are not currently supported by resource manager. ::= { ccrpCPResourceGrpEntry 1 } SYNTAX SnmpAdminString (SIZE(0..23)) MAX-ACCESS read-create STATUS current DESCRIPTION Name of service profile to apply to this resource whenever a new call matching the CP is assigned to the resource. Service profiles are defined via the management console on the system. Assigning a service profile is optional. DEFVAL {""} ::= { ccrpCPResourceGrpEntry 2 } SYNTAX CiscoRowOperStatus MAX-ACCESS read-only STATUS current DESCRIPTION A control object to indicate the operational status of this entry. This object is used to determine that the dependencies for this entry are valid and active. This entry is dependent on entries in ccrpResourceTable and ccrpCustomerProfileTable. ::= { ccrpCPResourceGrpEntry 3 } SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION The status of this conceptual row. An entry may not exist in the active(1) state unless all objects in the entry have an appropriate value. All values of RowStatus are allowed. ::= { ccrpCPResourceGrpEntry 4 } -- Customer Profile VPDN Group association SYNTAX SEQUENCE OF CcrpCPVGEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION Table identifying VPDN groups for customer profiles. ::= { ccrpCustomerProfileConfig 4 } SYNTAX CcrpCPVGEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION Each entry identifies a VPDN group for a customer profile. Each customer profile may have multiple VPDN groups associated with it. A VPDN group may be associated with more than one customer profile. Entries in this table may be created and deleted via the ccrpCPVGRowStatus object or the management console on the system. Using SNMP, rows are created by a SET request setting the value of ccrpCPVGRowStatus to 'createAndGo' or 'createAndWait'. Rows are deleted by a SET request setting the value of ccrpCPVGRowStatus to 'destroy'. Creating a new row with a value of ccrpCPName which does not yet exist in ccrpCustomerProfileTable or a value of ccrpCPVGName which has not been configured will cause the new row's ccrpCPDnisGroupOperStatus to have the value 'missingDependency'. Existing rows may be modified when the row is active. INDEX { ccrpCPName, IMPLIED ccrpCPVGName } ::= { ccrpCPVGTable 1 } CcrpCPVGEntry ::= SEQUENCE { ccrpCPVGName SnmpAdminString, ccrpCPVGOperStatus CiscoRowOperStatus, ccrpCPVGRowStatus RowStatus } SYNTAX SnmpAdminString (SIZE(1..23)) MAX-ACCESS not-accessible STATUS current DESCRIPTION Name for VPDN group for this customer profile. ::= { ccrpCPVGEntry 1 } SYNTAX CiscoRowOperStatus MAX-ACCESS read-only STATUS current DESCRIPTION A control object to indicate the operational status of this entry. This object is used to determine that the dependencies for this entry are valid and active. This entry is dependent on entries in the ccrpCustomerProfileTable and VPDN group in system configuration. ::= { ccrpCPVGEntry 2 } SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION The status of this conceptual row. An entry may not exist in the active(1) state unless all objects in the entry have an appropriate value. All values of RowStatus are allowed. ::= { ccrpCPVGEntry 3 } -- -- Resource Manager Statistics -- -- Customer Profile Statistics SYNTAX SEQUENCE OF CcrpCPStatisticsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION Table of customer profile statistics. The information provided in this table may be used to better understand usage of network resources and improve capacity planning. ::= { ccrpCPStatistics 1 } SYNTAX CcrpCPStatisticsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION An entry in the table, containing statistics about a single customer profile. An entry is created for each customer profile within the ccrpCustomerProfileTable. AUGMENTS { ccrpCustomerProfileEntry } ::= { ccrpCPStatisticsTable 1 } CcrpCPStatisticsEntry ::= SEQUENCE { ccrpCPActiveSessions Gauge32, ccrpCPActiveOverflowSessions Gauge32, ccrpCPTotalSessions Counter32, ccrpCPTotalOverflowSessions Counter32, ccrpCPNumberOverflowState Counter32, ccrpCPNumberMaxState Counter32, ccrpCPOverflowTime TimeTicks, ccrpCPMaxStateTime TimeTicks, ccrpCPPeakActiveSessions Gauge32, ccrpCPOverflowRejected Counter32, ccrpCPResourceRejected Counter32 } SYNTAX Gauge32 UNITS "sessions Number of active sessions for this customer profile.

Back to CISCO-CALL-RESOURCE-POOL-MIB MIB page.

IPHost Network monitor allows you to monitor ccrpCPSessionLimit on Cisco device via the SNMP protocol. Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring Cisco switches right now.

MIBs list