ceStateExtSwitchoverNotifEnable

CISCO-ENTITY-STATE-EXT-MIB · .1.3.6.1.4.1.9.9.747.1.1.1.2

Object

column r/w Enumeration
A control object to enable/disable
ceStateExtStandbySwitchover notification for each entity.
followsGlobal(1): The ceStateExtStandbySwitchover
                  notification for this entity is 
                  enabled/disabled based on the value of 
                  ceStateExtGlobalSwitchoverNotifEnable 
                  object. 
disabled(2):      The ceStateExtStandbySwitchover
                  notification is disbaled for this entity.
              
The truth table below explains how the value of 
ceStateExtSwitchoverNotifEnable and 
ceStateExtGlobalSwitchoverNotifEnable controls the 
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.2
Type
column
Access
readwrite
Status
current
Parent
ceStateExtEntry
Groups
1

Walk 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::ceStateExtSwitchoverNotifEnable'
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::ceStateExtSwitchoverNotifEnable.<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::ceStateExtSwitchoverNotifEnable'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1followsGlobal
2disabled

Conformance

Member of
Compliance refinements
Implementations may choose not to allow the value
to be changed.