ceStateExtOperNotifEnable
CISCO-ENTITY-STATE-EXT-MIB ·
.1.3.6.1.4.1.9.9.747.1.1.1.4
Object
column r/w
Enumeration
A control object to enable/disable the
entStateOperEnabled and entStateOperDisabled
notifications (defined in ENTITY-STATE-MIB module)
for this entity.
followsGlobal(1): The entStateOperEnabled and
entStateOperDisabled notifications
for this entity are enabled/disabled
based on the value of
ceStateExtGlobalOperNotifEnable object.
disabled(2): The entStateOperEnabled and
entStateOperDisabled notifications are
disabled for this entity.
The truth table below explains how the value of
ceStateExtOperNotifEnable and
ceStateExtGlobalOperNotifEnable controls the
generation of this notification for each entity.
F = followsGlobal, D = Disabled, E = Enabled
local_flag = ceStateExtOperNotifEnable
global_flag = ceStateExtGlobalOperNotifEnable
local_flag global_flag outcome_per_entity
---------------------------------------------
D E D
D D D
F E E
F D D
Context
- MIB
- CISCO-ENTITY-STATE-EXT-MIB
- OID
.1.3.6.1.4.1.9.9.747.1.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ceStateExtEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-ENTITY-STATE-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ENTITY-STATE-EXT-MIB::ceStateExtOperNotifEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ENTITY-STATE-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ENTITY-STATE-EXT-MIB::ceStateExtOperNotifEnable.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ENTITY-STATE-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ENTITY-STATE-EXT-MIB::ceStateExtOperNotifEnable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | followsGlobal |
2 | disabled |
Conformance
Member of
Compliance refinements
ciscoEntStateExtMIBCompliance
readonly
Implementations may choose not to allow the value
to be changed.
to be changed.