loadStatus
AT-LOADER-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.48.2
Object
scalar r/w
Enumeration
Status and action object for the load module. The values 1 to 5 are read-only values and reflect the state of the load module. Values 4 and 5 (complete and reset) are 'read-once', that is, if their values are read, either by SNMP or by manager console command, then they will be changed back to idle(1). The action values (6,7,8) cause a start and stop of the load/upload process respectively. Starting the load/upload can only occur if this field has the values 1, 4, or 5. Stopping the load can only occur is this field has the values 2 or 3. Reading the value of the loadStatus after one of actionstart or actionstop has been set will give one of the values 1 to 5. Note: A single exception to the above rules is that if the value of loadStatus is idle(1), then a write of 1 to this variable will succeed without generating an error. This exception is to allow certain SNMP test suites to test this variable without throwing up errors.
Context
- MIB
- AT-LOADER-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.48.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- loader
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 'AT-LOADER-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-LOADER-MIB::loadStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-LOADER-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-LOADER-MIB::loadStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | wait |
3 | loading |
4 | complete |
5 | reset |
6 | actionload |
7 | actionstop |
8 | actionupload |