agApplyConfig
BLADETYPE2-SWITCH-MIB ·
.1.3.6.1.4.1.11.2.3.7.11.33.1.2.1.1.8.2
Object
scalar r/w
Enumeration
When this object is read the current state is returned. idle(3) indicates that there is no apply in progess. complete(5) indicates that the last apply operation is completed. Setting the value to apply(1), will write all the changes made since the last apply to the current configuration block. If the apply is successful this variable will return the state 'complete' else it will return 'failed'. In case of failure, to read the reason for failure use the agApplyTable.
Context
- MIB
- BLADETYPE2-SWITCH-MIB
- OID
.1.3.6.1.4.1.11.2.3.7.11.33.1.2.1.1.8.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- agApply
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 'BLADETYPE2-SWITCH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADETYPE2-SWITCH-MIB::agApplyConfig.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADETYPE2-SWITCH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADETYPE2-SWITCH-MIB::agApplyConfig'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | apply |
2 | idle |
3 | inprogress |
4 | complete |
5 | failed |