vcstackReadinessStatus
AT-VCSTACK-MIB ·
.1.3.6.1.4.1.207.8.4.4.3.13.5.1.26
Object
column Enumeration
Indicates how readily a stack member can take over as master
if the current stack master were to fail. Possible values are:
init (1) - the stack member is completing startup initialization.
syncing (2) - the stack member is synchronizing state information
with the stack master following startup.
ready (3) - the stack member is fully synchronized with the current
master and is ready to take over immediately.
syncError (4) - state information on the stack member is not correctly
synchronized with the current stack master.
For a stack member to take over as stack master with the least possible
network disruption, it must have the 'ready (3)' status.
Context
- MIB
- AT-VCSTACK-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.3.13.5.1.26- Type
- column
- Access
- readonly
- Status
- current
- Parent
- vcstackEntry
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 'AT-VCSTACK-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-VCSTACK-MIB::vcstackReadinessStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-VCSTACK-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-VCSTACK-MIB::vcstackReadinessStatus.<vcstackId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-VCSTACK-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-VCSTACK-MIB::vcstackReadinessStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | init |
2 | syncing |
3 | ready |
4 | syncError |