snmpApply
MS-SWITCH30-MIB ·
.1.3.6.1.4.1.3181.10.3.22.4
Object
scalar r/w
Enumeration
This entry only has an effect if 'snmpApplyMode' is not set to '1', which is the normal operation. In this case the changed configuration will be applied to the switch (if set to '1') or applied to switch and saved to flash (if set to '2'). This entry is self-clearing.
Context
- MIB
- MS-SWITCH30-MIB
- OID
.1.3.6.1.4.1.3181.10.3.22.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- snmpinterface
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 'MS-SWITCH30-MIB' -M '/opt/observium/mibs/microsens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MS-SWITCH30-MIB::snmpApply.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MS-SWITCH30-MIB' -M '/opt/observium/mibs/microsens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MS-SWITCH30-MIB::snmpApply'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | normalOperation |
1 | applyNow |
2 | applyAndSaveNow |