cardOpeSaveResult
NEC-MIB ·
.1.3.6.1.4.1.119.2.3.14.9.7.2.1.4
Object
column mandatory
Enumeration
The result of card save processing. OK /NG indicate that SAVE processing completed/failed, respectively. (NearEND) indicates that the number of writes into FROM approaches to the limit.
Context
- MIB
- NEC-MIB
- OID
.1.3.6.1.4.1.119.2.3.14.9.7.2.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cardOpeEntry
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 'NEC-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NEC-MIB::cardOpeSaveResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NEC-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NEC-MIB::cardOpeSaveResult.<slotIfConfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NEC-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NEC-MIB::cardOpeSaveResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | succeed |
2 | succeed-act |
3 | succeed-sby |
4 | temporaryFailure |
5 | nearend |
6 | nearend-act |
7 | nearend-act-failure-sby |
8 | nearend-sby |
9 | nearend-sby-failure-act |
10 | notReady |
11 | ready |