fourRFImageStatus
COMMON-4RF ·
.1.3.6.1.4.1.14817.7.1.2.5.1.3
Object
The image status, if current then the image is the current running image. If selected the image will be used following the next system reboot.
Context
- MIB
- COMMON-4RF
- OID
.1.3.6.1.4.1.14817.7.1.2.5.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fourRFImageTableEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'COMMON-4RF' -M '/opt/observium/mibs/4rf:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'COMMON-4RF::fourRFImageStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'COMMON-4RF' -M '/opt/observium/mibs/4rf:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'COMMON-4RF::fourRFImageStatus.<fourRFImageIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'COMMON-4RF' -M '/opt/observium/mibs/4rf:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'COMMON-4RF::fourRFImageStatus'
Syntax
- Source
- COMMON-TC-4RFFourRFImageStatus
- Base type
Enumeration
Type Description
The possible image status values, currentImage means it is the running. selectedImage means that the image has been selected and will be used following the next reboot of the system, currentNotSelected means that the image is currently in use but won't be following a reboot.
Values & Constraints
Type Values
0 | inactiveImage |
1 | currentImage |
2 | currentNotSelected |
3 | selectedImage |