trapInfoBootType
CPI-UNIFIED-MIB ·
.1.3.6.1.4.1.30932.1.10.1.500.0.6
Object
scalar Enumeration
Indicates that type of boot up occurring. A Cold boot is done from a complete power off. A Warm boot was not a loss in power, but just a reboot of the control module.
Context
- MIB
- CPI-UNIFIED-MIB
- OID
.1.3.6.1.4.1.30932.1.10.1.500.0.6- Type
- scalar
- Access
- noaccess
- Status
- current
- Parent
- trapInformation
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 'CPI-UNIFIED-MIB' -M '/opt/observium/mibs/chatsworth:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPI-UNIFIED-MIB::trapInfoBootType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPI-UNIFIED-MIB' -M '/opt/observium/mibs/chatsworth:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPI-UNIFIED-MIB::trapInfoBootType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | cold |
1 | warm |
2 | restart |
3 | reboot |