ctDLBootPartitionStatus
CTRON-DOWNLOAD-MIB ·
.1.3.6.1.4.1.52.4.1.5.8.1.23
Object
scalar obsolete
Enumeration
Status of the boot partition or partitions. A value of good(1) indicates that all boot partitions contain a valid checksum. A value of bad(2) indicates that one or more boot partitions contain an invalid checksum and the the image was not able to fix the invalid boot partition. A value of inProgress(3) indicates that the image is attempting to fix an invalid boot partition and this status will change to either good(1) or bad(2).
Context
- MIB
- CTRON-DOWNLOAD-MIB
- OID
.1.3.6.1.4.1.52.4.1.5.8.1.23- Type
- scalar
- Access
- readonly
- Status
- obsolete
- Parent
- ctDL
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 'CTRON-DOWNLOAD-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-DOWNLOAD-MIB::ctDLBootPartitionStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-DOWNLOAD-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-DOWNLOAD-MIB::ctDLBootPartitionStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | good |
2 | bad |
3 | inProgress |