nbsCmmcSysRestart
NBS-CMMC-MIB ·
.1.3.6.1.4.1.629.200.2.3
Object
scalar r/w
Enumeration
This object is used to reset the system.
Writing a coldRestart(2), causes the SNMP Agent CPU
to be hardware reset, similar to a power-on cycle.
Writing a warmRestart(3), causes only a restart of
the System Control CPU operative software.
Writing a upgrRestart(4), causes a total restart of
the system software, but attempts to leave the hardware
alone.
Context
- MIB
- NBS-CMMC-MIB
- OID
.1.3.6.1.4.1.629.200.2.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- nbsCmmcSystemGrp
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 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-CMMC-MIB::nbsCmmcSysRestart.0'
More examples
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::nbsCmmcSysRestart'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | running |
2 | coldRestart |
3 | warmRestart |
4 | upgrRestart |