nbsSysRestart
NBASE-G1-MIB ·
.1.3.6.1.4.1.629.1.2.3
Object
scalar mandatory
r/w
Enumeration
This object is used to reset the system. Writing a coldRestart(2), causes the switching engine as well as the SNMP Agent CPU to be hardware resetted, similar to a power-on cycle. Writing a warmRestart(3), causes only a restart of the the SNMP Agent CPU operative software. The switching engine continues to operate. Nevertheless, it is reinitialized to the parameters value stored in the system NVRAM. These paramters may be different from those of the previous session.
Context
- MIB
- NBASE-G1-MIB
- OID
.1.3.6.1.4.1.629.1.2.3- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- nbsSys
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 'NBASE-G1-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBASE-G1-MIB::nbsSysRestart.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBASE-G1-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBASE-G1-MIB::nbsSysRestart'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | running |
2 | coldRestart |
3 | warmRestart |
4 | backupRestart |