cdFactNonVolOperStatus
BRCM-CABLEDATA-FACTORY-MIB ·
.1.3.6.1.4.1.4413.2.99.1.1.2.1.6
Object
scalar Enumeration
This object reports the current state of the non volatile storage on this device. If no read or write operation is currently pending or in progress, then the object will return a value of idle(0). If a read or write operation is currently pending or in progress, the appropriate value will be returned. This object may be polled to determine when a write operation initiated by cdFactCommitSettings is complete.
Context
- MIB
- BRCM-CABLEDATA-FACTORY-MIB
- OID
.1.3.6.1.4.1.4413.2.99.1.1.2.1.6- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- cableDataFactoryBase
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCM-CABLEDATA-FACTORY-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-CABLEDATA-FACTORY-MIB::cdFactNonVolOperStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCM-CABLEDATA-FACTORY-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCM-CABLEDATA-FACTORY-MIB::cdFactNonVolOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | idle |
1 | readPending |
2 | reading |
3 | writePending |
4 | writing |