agApplyConfiguration
ALTEON-CHEETAH-SWITCH-MIB ·
.1.3.6.1.4.1.1872.2.5.1.1.1.2
Object
scalar r/w
Enumeration
This is an action object to apply the changes made to configuration of the switch. By setting the value to apply(2), all the changes made since the last apply are written to the new_config block.If applyVadc(3) is set, any configuration change in the running vadc instances get applied If applyVadc(3) is set, any configuration change in the running vadc instances get applied. other(1) is returned when this object ie read.
Context
- MIB
- ALTEON-CHEETAH-SWITCH-MIB
- OID
.1.3.6.1.4.1.1872.2.5.1.1.1.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- agSystem
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 'ALTEON-CHEETAH-SWITCH-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALTEON-CHEETAH-SWITCH-MIB::agApplyConfiguration.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALTEON-CHEETAH-SWITCH-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALTEON-CHEETAH-SWITCH-MIB::agApplyConfiguration'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | apply |
3 | applyVadc |