chSpvStatus
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.7.25.1.1.2
Object
column mandatory
Enumeration
Indicates the status of the SPV:
active(1) - the SPV operates as master SPV
standby(2) - the SPV may replace the active SPV in
case of failure.
halted(3) - the SPV is unable to act as a standby
SPV.
warmReset(4) - the SPV performs warm reset.
inElection(5) - the SPV performs election process.
unknown (255) - the SPV status is unknown.
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.7.25.1.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- chSpvEntry
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 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::chSpvStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::chSpvStatus.<chSpvId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::chSpvStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | standby |
3 | halted |
4 | warmReset |
5 | inElection |
255 | unknown |