snAgWriteNVRAM
HP-SN-AGENT-MIB ·
.1.3.6.1.4.1.11.2.3.7.11.12.1.2.1.3
Object
scalar r/w
Enumeration
Action object to save all configuration info to
NVRAM of the agent.
The following values can only be read:
normal(1)
error(2)... operation failed or bad flash
writing(4)...agent is writing NVRAM flash
busy(5).......operation not allowed at this time, flash is busy
The following value can be written:
write(3).....do write
The agent will return a response even before the write is done.
And the read value will be writing until write is done.
And the write request will be rejected until error or normal.
Context
- MIB
- HP-SN-AGENT-MIB
- OID
.1.3.6.1.4.1.11.2.3.7.11.12.1.2.1.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- snAgentGbl
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 'HP-SN-AGENT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-SN-AGENT-MIB::snAgWriteNVRAM.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-SN-AGENT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-SN-AGENT-MIB::snAgWriteNVRAM'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | error |
3 | write |
4 | writing |
5 | busy |