nbsCmmcSysNVAreaStatus
NBS-CMMC-MIB ·
.1.3.6.1.4.1.629.200.2.3001.1.3
Object
column Enumeration
invalid(1) indicates this entry is not a valid NV area.
primary(2) indicates this entry is the primary NV area. The
next time the hardware is reset, this image will be loaded.
This setting may be changed via nbsCmmcChassisNVAreaAdmin
or nbsCmmcSlotNVAreaAdmin.
backup(3) indicates this entry is the backup NV area. The next time
the hardware is reset, this image will be loaded if the primary
image fails to load. This image is subject to being overwritten if
a new image is downloaded and there are no other banks available.
erased(4) indicates this entry refers to an area that was erased and
is no longer in the NV storage area.
busy(5) indicates this NV area is busy.
Context
- MIB
- NBS-CMMC-MIB
- OID
.1.3.6.1.4.1.629.200.2.3001.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nbsCmmcSysNVAreaEntry
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 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-CMMC-MIB::nbsCmmcSysNVAreaStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-CMMC-MIB::nbsCmmcSysNVAreaStatus.<nbsCmmcSysNVAreaIfIndex>.<nbsCmmcSysNVAreaBank>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-CMMC-MIB::nbsCmmcSysNVAreaStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | invalid |
2 | primary |
3 | backup |
4 | erased |
5 | busy |