acSysActionSetResetControl
AC-SYSTEM-MIB ·
.1.3.6.1.4.1.5003.9.10.10.3.1.1.2
Object
scalar r/w
Enumeration
Determines the remote reset action. 1 - burn staged load image, if any, and config to flash, perform a reset, and load from flash 2 - perform a reset, and load from flash (staged load image, if any, and config is not burned to flash) 3 - perform a reset, and load from bootp/tftp (staged load image, if any, and config burn is not needed) * - an error is returned for any other value Note: The staged load image is an image of a cmp file that was previously loaded to a area in RAM via an HTTP upload. Access: Instant. AC INI-Param: RemoteResetControl
Context
- MIB
- AC-SYSTEM-MIB
- OID
.1.3.6.1.4.1.5003.9.10.10.3.1.1.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- acSysActionSet
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 'AC-SYSTEM-MIB' -M '/opt/observium/mibs/mediant:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-SYSTEM-MIB::acSysActionSetResetControl.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AC-SYSTEM-MIB' -M '/opt/observium/mibs/mediant:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AC-SYSTEM-MIB::acSysActionSetResetControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | resetFromFlashAfterBurn |
2 | resetFromFlashNoBurn |
3 | resetFromBootP |