cNotifCtrlCurrentState
CISCO-NOTIFICATION-CONTROL-MIB ·
.1.3.6.1.4.1.9.9.586.1.1.2
Object
scalar
Enumeration
This object represents the current state of notification
control. The semantics are as follows.
controlOn - This indicates that notifications configured in
cNotifCtrlTable are currently getting filtered on the
system. This object will always be 'controlOn', when
cNotifCtrlMode is 'forcedControl'.
controlOff - This indicates that notifications configured
in cNotifCtrlTable are currently not being filtered on the
system. This object will always be 'controlOff', when
cNotifCtrlMode is 'noControl'.
If cNotifCtrlMode is set to 'automaticControl', the agent
sets this object to 'controlOn', when number of
notifications generated by the system exceeds the value
represented by cNotifCtrlThreshold in the time interval
represented by cNotifCtrlSamplingInterval. The agent sets
this object to 'controlOff', when the number of
notifications generated by the system falls below the value
represented by cNotifCtrlThreshold in the time interval
represented by cNotifCtrlSamplingInterval.
Context
- MIB
- CISCO-NOTIFICATION-CONTROL-MIB
- OID
.1.3.6.1.4.1.9.9.586.1.1.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- cNotifCtrlConfig
- Siblings
- 6
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | controlOn |
2 | controlOff |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cNotifCtrlMode This object represents the notification control mode.
The semantics are as follows.
noControl - There is no control on notifications.
forcedControl - All n… | scalar | Enumeration | .1.3.6.1.4.1.9.9.586.1.1.1 |
| cNotifCtrlThreshold This object represents the threshold value to initiate
controlling of notifications. Notifications will be
controlled when the number of notifications generated
by this system … | scalar | notifications Unsigned32 | .1.3.6.1.4.1.9.9.586.1.1.3 |
| cNotifCtrlSamplingInterval This object represents the sampling interval in which the
notification generation rate will be monitored. The
configured value takes effect only when cNotifCtrlMode is
set to '… | scalar | minutes Unsigned32 | .1.3.6.1.4.1.9.9.586.1.1.4 |
| cNotifCtrlTableSize This object represents maximum number of rows possible in
cNotifCtrlTable. | scalar | Unsigned32 | .1.3.6.1.4.1.9.9.586.1.1.5 |
| cNotifCtrlIndexNext This object represents the next available free index in
the cNotifCtrlTable. This number can be used as an index
to create a valid entry into cNotifCtrlTable.
A valu… | scalar | Unsigned32 | .1.3.6.1.4.1.9.9.586.1.1.6 |
| cNotifCtrlTable This table represents the notifications to be controlled.
To control a particular notification, user creates a row
uniquely indexed by cNotifCtrlIndex using the
cNotifCtrlRowStatu… | table | - | .1.3.6.1.4.1.9.9.586.1.1.7 |