All MIBs › MRV-IN-REACH-SYSTEM-MIB › sysInitialize
sysInitialize
Module: MRV-IN-REACH-SYSTEM-MIB
OID (symbolic): MRV-IN-REACH-SYSTEM-MIB::sysInitialize
OID (numeric): 1.3.6.1.4.1.33.1.17
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Control to cause this system to reset its software to initial load values, typically by reloading. When executing an initialize command, the system observes the value of sysInitializeDelay as supplied anywhere in the same set request with sysInitialize. If this value is not included in the set request, the system uses its default value.
In response to a get-request or get-next-request, the agent always returns 'ready' for this value.
Setting the value to 'ready' has no effect. Setting it to 'conditionalExecute' causes initialization if the overall system state is acceptible (such as not needing to store permanent parameters). Setting it to 'unconditionalExecute' causes initialization regardless of the overall system state. Setting it to 'cancel' aborts an initialization that has not yet started. According to standard SNMP operation, if the system is not in a proper state to accept a given set request for this value, it returns the standard SNMP error 'badValue'.
Corresponds to the INITIALIZE command.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.33.1.17 snmpwalk -v2c -c public <target> MRV-IN-REACH-SYSTEM-MIB::sysInitialize
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.33.1.17.1 snmpget -v2c -c public <target> MRV-IN-REACH-SYSTEM-MIB::sysInitialize.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.33.1.17.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> sysInitialize.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.33 | iTouch | ITOUCH-MIB |
| 1.3.6.1.4.1.33.1 | xSystem | ITOUCH-SYSTEM-MIB |
| 1.3.6.1.4.1.33.1.17 | sysInitialize | MRV-IN-REACH-SYSTEM-MIB |