CISCO-CAC-SYSTEM-MIB
AI MIB Summary
The CISCO-CAC-SYSTEM-MIB manages and monitors Call Admission Control (CAC) parameters on Cisco voice gateways and routers, specifically tracking active call sessions, admission control thresholds, and resource availability to prevent network congestion. It enables administrators to enforce bandwidth policies and maintain Quality of Service (QoS) by dynamically controlling the acceptance of new voice or video sessions based on current system capacity.
This MIB module provides provisioning and monitoring Call Admission Control (CAC).
Main OID:
ccacSysMIB.1.3.6.1.4.1.9.9.322
54
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
54 total| Object Name |
|---|
ccacSysMIBThis MIB module provides provisioning and
monitoring Call Admission Control (CAC). MODULE-IDENTITY .1.3.6.1.4.1.9.9.322 |
ccacSysObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.322.1 |
ccacSysConfig OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.322.1.1 |
ccacSysConfigTableThis table defines the general attributes of CAC
(Call Admission Control) processing. SEQUENCE OF CcacSysConfigEntry .1.3.6.1.4.1.9.9.322.1.1.1 |
ccacSysConfigEntryEach entry contains the attributes applied to
CAC processing.
One entry will be automatically created by the system
when it supports CAC processing. CcacSysConfigEntry .1.3.6.1.4.1.9.9.322.1.1.1.1 |
ccacSysCacEnableThis object specifies CAC (Call Admission Control)
function is enabled or not.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.322.1.1.1.1.1 |
ccacSysNotifyEnableThis object controls generation of notifications
in the MIB.
When this object is 'true(1)', generation of
notifications in the MIB is enabled. When this
variable is 'false(2)', generation of notifications
in the MIB is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.322.1.1.1.1.2 |
ccacSysTreatmentThe type of call treatment to apply on a new call when
a call resource threshold is exceeded. This treatment
is applicable if the threshold action (ccacSysRpAction)
includes 'treatment(3)' or 'busyoutAndTreatment(4)'.
hairpin(1) - Connect the call back to the PSTN via
another telephony port.
reject(2) - Reject the call, using cause code specified
in ccacSysRejectCode
playMessage(3) - Reject the call and send the specified
audio message. The audio file used for
'playMessage(3)' is specified in
ccacSysPlayMessageFile.
The 'playMessage(3)' option only applies to Voice over ATM,
IP, or FrameRelay calls. For other types of calls,
a value of 'playMessage(3)' is equivalent to 'reject(2)'.rw Enumeration .1.3.6.1.4.1.9.9.322.1.1.1.1.3 |
ccacSysRejectCodeThis object specifies the numeric code to be returned to
the call control agent (MGC) when a call is rejected as
a result of the call resource thresholds being exceeded.
This code is used when the signalling protocol supports
call rejection cause codes. This does not apply to
channel associated signalling (CAS).rw Integer32 .1.3.6.1.4.1.9.9.322.1.1.1.1.4 |
ccacSysIsdnRejectCodeThis object is used to reject the calls even when an
interface is 'busyout' as the action of call
treatment.rw Integer32 .1.3.6.1.4.1.9.9.322.1.1.1.1.5 |
ccacSysPlayMessageFileThe name of the audio file to be played for call
rejections if the value of ccacSysTreatment is
'playMessage(3)'.
The format of the filename is system specific.
If no file is configured, this object contains a zero
length string.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.9.322.1.1.1.1.6 |
ccacSysSlidingWindowStepsThis object defines the number of steps used for a
sliding window of ccacSysCallSpike.rw Integer32 .1.3.6.1.4.1.9.9.322.1.1.1.1.7 |
ccacSysSlidingWindowSizeThis object defines the time length for each step in a
sliding window of ccacSysCallSpike.rw Integer32 .1.3.6.1.4.1.9.9.322.1.1.1.1.8 |
ccacSysCallSpikeThis object is used to define a threshold for
incoming call spike.
The number of incoming calls is counted within a sliding
window which is broken into ccacSysSlidingWindowSteps.
Each step has an equally time interval defined in
ccacSysSlidingWindowSize.
The sliding window size can be calculated from
ccacSysSlidingWindowSteps and ccacSysSlidingWindowSize
two objects.
The 'sliding window' = ccacSysSlidingWindowSteps *
ccacSysSlidingWindowSize
For example, if ccacSysSlidingWindowSteps is 5 AND
ccacSysSlidingWindowSize is 200 (ms), then the
'sliding window' will be 1 second.
ccacSysCallSpike sets the maximum number of incoming
call in a sliding window.
Set this object to value '0' will disable call spike
threshold and will reset the value of
ccacSysSlidingWindowSteps and ccacSysSlidingWindowSize
to default value.
The value of this object is '0', it indicates the
call spike threshold is disabled.rw Integer32 .1.3.6.1.4.1.9.9.322.1.1.1.1.9 |
ccacSysResPolicy OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.322.1.2 |
ccacSysGatewayResTableThis table is a mapping table for the CAC policy with
the CAC resources monitored in a media gateway. SEQUENCE OF CcacSysGatewayResEntry .1.3.6.1.4.1.9.9.322.1.2.1 |
ccacSysGatewayResEntryEach entry represents for the resource type which
will be monitored for CAC processing per media gateway.
Each entry will be automatically created by the system
depending on the availability of the combination of
CAC resources and its associated policies. CcacSysGatewayResEntry .1.3.6.1.4.1.9.9.322.1.2.1.1 |
ccacSysGwResIndexThis object uniquely identifies the CAC resource monitored
in the gateway. Integer32 .1.3.6.1.4.1.9.9.322.1.2.1.1.1 |
ccacSysGwResTypeThe resource type for CAC monitor per media gateway.
The value is assigned by the system automatically
when the entry is created.ro CcacResourceType .1.3.6.1.4.1.9.9.322.1.2.1.1.2 |
ccacSysGwResPolicyIndexThis object is the index (value of ccacSysRpIndex) to
ccacSysResPolicyTable which defines the policies,
such as high, medium, low threshold, and action
function for CAC.ro Integer32 .1.3.6.1.4.1.9.9.322.1.2.1.1.3 |
ccacSysProtocolResTableThis table is a mapping table for the CAC policy with
the CAC resources monitored per protocol supported in
a media gateway. SEQUENCE OF CcacSysProtocolResEntry .1.3.6.1.4.1.9.9.322.1.2.2 |
ccacSysProtocolResEntryEach entry represents for the resource type which
will be monitored for CAC processing per protocol.
Each entry will be automatically created by the system
depending on the CAC resources monitored per protocol.
Each system can choose to support the resource types
which are required per protocol. CcacSysProtocolResEntry .1.3.6.1.4.1.9.9.322.1.2.2.1 |
ccacSysProResIndexThis object uniquely identifies the CAC resource monitored
in the protocol. Integer32 .1.3.6.1.4.1.9.9.322.1.2.2.1.1 |
ccacSysProResTypeThe resource type for CAC monitor per protocol.
The value is assigned by the system automatically
when the entry is created.ro CcacResourceType .1.3.6.1.4.1.9.9.322.1.2.2.1.2 |
ccacSysProResPolicyIndexThis object is the index (value of ccacSysRpIndex) to
ccacSysResPolicyTable which defines the policies,
such as high, medium, low threshold, and action
function for CAC.ro Integer32 .1.3.6.1.4.1.9.9.322.1.2.2.1.3 |
ccacSysResPolicyTableThis table defines the thresholds/policies
configuration for a CAC resource involved in CAC
processing. SEQUENCE OF CcacSysResPolicyEntry .1.3.6.1.4.1.9.9.322.1.2.3 |
ccacSysResPolicyEntryEach entry in the table defines High, Medium, Low
threshold, and an action for CAC resource. CcacSysResPolicyEntry .1.3.6.1.4.1.9.9.322.1.2.3.1 |
ccacSysRpIndexThis object uniquely identifies the entry in the table. Integer32 .1.3.6.1.4.1.9.9.322.1.2.3.1.1 |
ccacSysRpResTypeThe type of CAC resource used in CAC processing.
The value is assigned by the system automatically
when the entry is created.ro CcacResourceType .1.3.6.1.4.1.9.9.322.1.2.3.1.2 |
ccacSysRpUserTunableThis object indicates the CAC resource is user
tunable (can modify its thresholds) or not
(Some CAC resources are too complicated for
the user to tune, so their thresholds are predefined
by the system).
The value is assigned by the system automatically
according to its resource type when the entry is
created.
If this object is set to 'false', then the following
objects can't be modified by user.
ccacSysRpHighThreshold,
ccacSysRpMedThreshold,
ccacSysRpLowThreshold.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.322.1.2.3.1.3 |
ccacSysRpAvgUtilizationThis object indicates the CAC resource is based on
averaged utilization which is calculated by the
average utilization of interval defined in
ccacSysRpInterval.
The value is assigned by the system automatically
according to its resource type when the entry is
created.
If this object is set to 'false', then the object,
ccacSysRpInterval can't be modified by user.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.322.1.2.3.1.4 |
ccacSysRpPercentOrAbsNumThis object indicates the unit of the utilization
and the unit of the thresholds of this CAC resource
is 'percent' or 'absolute number'.
This object specifies the unit ('percent' or 'absolute
number' of the following objects:
ccacSysRpHighThreshold,
ccacSysRpMedThreshold,
ccacSysRpLowThreshold,
ccacSysRpCurReading
If it is set to unitPercent(1), the unit of the objects
listed above is in range of 0 to 100 'percent'.
If it is set to unitAbsoluteNum(2), the unit of
the objects listed above is in range of 0 to 100000
'number'.
The value of this object is set by the system according
to its resource type. For example, if ccacSysRpResType
is cpu5Sec(1), cpuAvg(2), ioMem(3) or procMem(4),
this object will be set to unitPercent(1).
If ccacSysRpResType is totCalls(6), then this object
will be unitAbsoluteNum(2), the unit is the number of
calls.ro Enumeration .1.3.6.1.4.1.9.9.322.1.2.3.1.5 |
ccacSysRpHighThresholdThe maximum utilization in percent or in absolute
number allowed for this CAC resource.
When the utilization of the resource reaches this value
of the object, the action specified in ccacSysRpAction
will be taken and the resource will be marked as
unavailable and a trap of threshold exceed will be
triggered if ccacSysNotifyEnable is 'true'.
If ccacSysRpPercentOrAbsNum is unitPercent(1), the range
of this object is from 0 to 100 percent. If it is
unitAbsoluteNum(2), the range of this object is from
0 to 100000.
The value of this object has to be greater than or equal
to the value of ccacSysRpMedThreshold, and greater than
the value of ccacSysRpLowThreshold.
A SNMP SET to this object will be ignored if
ccacSysRpUserTunable is set to 'false'.rw Integer32 .1.3.6.1.4.1.9.9.322.1.2.3.1.6 |
ccacSysRpMedThresholdThe utilization in percent or in absolute number of
the resource reaches this value of the object, a trap of
threshold warning will be triggered.
If the value of this object is the same as the value of
ccacSysRpHighThreshold, it means not to monitor medium
utilization of the resource.
If ccacSysRpPercentOrAbsNum is unitPercent(1), the range
of this object is from 0 to 100 percent. If it is
unitAbsoluteNum(2), the range of this object is from
0 to 100000.
The value of this object has to be less than or equal to
the value of ccacSysRpHighThreshold, but greater than
the value of ccacSysRpLowThreshold.
A SNMP SET to this object will be ignored if
ccacSysRpUserTunable is set to 'false'.rw Integer32 .1.3.6.1.4.1.9.9.322.1.2.3.1.7 |
ccacSysRpLowThresholdThe utilization in percent or in absolute number of
a currently unavailable resource falls below this
value of the object, the action will be removed,
the resource will be marked as available and a trap
of threshold clear will be triggered if
ccacSysNotifyEnable is set to 'true'.
If ccacSysRpPercentOrAbsNum is unitPercent(1), the range
of this object is from 0 to 100 percent. If it is
unitAbsoluteNum(2), the range of this object is from
0 to 100000.
The value of this object has to be less than the value
of ccacSysRpMedThreshold.
A SNMP SET to this object will be ignored if
ccacSysRpUserTunable is set to 'false'.rw Integer32 .1.3.6.1.4.1.9.9.322.1.2.3.1.8 |
ccacSysRpIntervalThis object sets the time interval over which the
average utilization is computed for comparison with
the ccacSysRpHighThreshold, ccacSysRpMedThreshold
and ccacSysRpLowThreshold of the entry which
ccacSysRpResType is cpuAvg(2), ioMem(3), procMem(4) or
totMem(5).
This object will be ignored if its ccacSysRpAvgUtilization
is set to 'false'.
The formula is used for computation is defined in TC
CcacResourceType.
The recommended value for this object is 60 seconds.rw Integer32 .1.3.6.1.4.1.9.9.322.1.2.3.1.9 |
ccacSysRpActionThe action to be taken when ccacSysRpHighThreshold
is exceeded.
The action will be reversed when the resource
utilization falls below ccacSysRpLowThreshold.
For instance, an entry with ccacSysRpHighThreshold 80,
ccacSysRpLowThreshold 70, and ccacSysRpAction busyout.
The busyout will be taken when the resource utilization
exceeds 80 and a no busyout will be taken when the
resource utilization below 70.
none(1) - No action is taken.
busyout(2) - Busyout the telephony ports after rejecting
the current call
treatment(3) - Apply the call treatment specified in
ccacSysTreatment to the current call
busyoutAndTreatment(4) - Apply the specified treatment
to the current call and busyout
the telephony portsrw Enumeration .1.3.6.1.4.1.9.9.322.1.2.3.1.10 |
ccacSysRpCurReadingThe current utilization/number reading of the CAC resource
in percent or in absolute number.
If ccacSysRpPercentOrAbsNum is unitPercent(1), the range
of this object is from 0 to 100. If it is
unitAbsoluteNum(2), the range of this object is from
0 to 100000.ro Integer32 .1.3.6.1.4.1.9.9.322.1.2.3.1.11 |
ccacSysRpAvailableThe CAC resource is available or not.
A currently unavailable resource becomes available
if its utilization is below the ccacSysRpLowThreshold.
A currently available resource becomes unavailable if
its utilization is over the ccacSysRpHighThreshold.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.322.1.2.3.1.12 |
ccacSysStat OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.322.1.3 |
ccacSysResStatTableThis table is for CAC resource threshold statistics. SEQUENCE OF CcacSysResStatEntry .1.3.6.1.4.1.9.9.322.1.3.1 |
ccacSysResStatEntryEach entry in the table contains CAC statistics
and duration for each resource corresponding entry
in ccacSysResPolicyTable. CcacSysResStatEntry .1.3.6.1.4.1.9.9.322.1.3.1.1 |
ccacSysRsStateThis object indicates the current status of CAC resource.
This object is 'thresholdExceed(2)' if the object
ccacSysRpCurReading has exceeded the value of
ccacSysRpHighThreshold and not yet fallen below the
value of ccacSysRpLowThreshold in ccacSysResPolicyTable.
It is 'thresholdWarn(3)' if the object ccacSysRpCurReading
has exceeded the value of ccacSysRpMedThreshold and not
yet greater than the value of ccacSysRpHighThreshold in
ccacSysResPolicyTable.
It is 'thresholdClear(1)' if the object ccacSysRpCurReading
has fallen below the value of ccacSysRpLowThreshold in
ccacSysResPolicyTable.ro Enumeration .1.3.6.1.4.1.9.9.322.1.3.1.1.1 |
ccacSysRsDurationThis object provides the elapsed time the system has
been in its current state as shown in ccacSysRsState.ro TimeInterval (SNMPv2-TC) .1.3.6.1.4.1.9.9.322.1.3.1.1.2 |
ccacSysRsPrevDurationThis object provides the elapsed time the system was
in its previous state prior to the most recent transition
of ccacSysRsState.
This value is zero if the ccacSysRsState has not
changed state.ro TimeInterval (SNMPv2-TC) .1.3.6.1.4.1.9.9.322.1.3.1.1.3 |
ccacSysRsExceedCountThis object is the accumulated number of ccacSysRsState
state transitions to 'thresholdExceed(2)' were detected
since system startup.ro Counter32 .1.3.6.1.4.1.9.9.322.1.3.1.1.4 |
ccacSysRsCallsWhenExceedThis object is the number of times that the new calls
have arrived when the system was in a thresholdExceed(2)
state.
The calls may or may not have been rejected, depending on
the value of the ccacSysRpAction.ro Counter32 .1.3.6.1.4.1.9.9.322.1.3.1.1.5 |
ccacSysStatTableThis table defines the CAC statistics in CAC
processing. SEQUENCE OF CcacSysStatEntry .1.3.6.1.4.1.9.9.322.1.3.2 |
ccacSysStatEntryEach entry in the table contains CAC statistics
applied to CAC processing.
One entry will be automatically created by the system
when it supports CAC processing. CcacSysStatEntry .1.3.6.1.4.1.9.9.322.1.3.2.1 |
ccacSysCallRejectionsNumber of calls which have been rejected due to any of
the CAC resource thresholds being exceeded since
last system re-initialization.
Multiple CAC resource thresholds may be exceeded per call,
thus this object is not just a sum of the individual
threshold counters (ccacSysRsCallsWhenExceed).ro Counter32 .1.3.6.1.4.1.9.9.322.1.3.2.1.1 |
ccacSysCallsInSWindowThis object counts the total incoming calls within a
given sliding window.
This counter will be reset when the configuration (objects
ccacSysSlidingWindowSteps and ccacSysSlidingWindowSize) of
the sliding window is changed.ro Counter32 .1.3.6.1.4.1.9.9.322.1.3.2.1.2 |
ccacSysConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.322.2 |
ccacSysCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.322.2.1 |
ccacSysGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.322.2.2 |