juniSystemNvsStatus

Juniper-System-MIB · .1.3.6.1.4.1.4874.2.2.2.1.7.2.1.2

Object

column Enumeration
The status of non-volatile storage (NVS):
notPresent        - The SRP or the flash card is not accessible.
writeProtected    - NVS is write-protected.
volumeError       - Status poll of NVS failed.
nearCapacity      - Utilization exceeds 85% of NVS capacity.
ok                - NVS is fully operational with ample capacity.
noConfigSpace     - Utilization exceeds the ability to save the
                    running configuration.

Context

MIB
Juniper-System-MIB
OID
.1.3.6.1.4.1.4874.2.2.2.1.7.2.1.2
Type
column
Access
readonly
Status
current
Parent
juniSystemNvsEntry
Groups
1

Walk 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 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-System-MIB::juniSystemNvsStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-System-MIB::juniSystemNvsStatus.<juniSystemNvsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-System-MIB::juniSystemNvsStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0notPresent
1writeProtected
2volumeError
3nearCapacity
4ok
5noConfigSpace

Conformance