All MIBs › RMON2-MIB › probeResetControl
probeResetControl
Module: RMON2-MIB
OID (symbolic): RMON2-MIB::probeResetControl
OID (numeric): 1.3.6.1.2.1.16.19.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Setting this object to warmBoot(2) causes the device to restart the application software with current configuration parameters saved in non-volatile memory. Setting this object to coldBoot(3) causes the device to reinitialize configuration parameters in non-volatile memory to default values and restart the application software. When the device is running normally, this variable has a value of running(1).
What is probeResetControl?
This read-write value controls whether the monitoring device restarts: running(1) during normal operation, warmBoot(2) to restart with saved settings, or coldBoot(3) to reset to factory defaults. Engineers use this to recover from hangs, clear corrupted configurations, or apply fresh settings without physical access. For example, setting this to 3 forces a factory reset and restart of the device.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.16.19.5 snmpwalk -v2c -c public <target> RMON2-MIB::probeResetControl
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.16.19.5.1 snmpget -v2c -c public <target> RMON2-MIB::probeResetControl.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.16.19.5.1 i <value>
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.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.16 | rmon | LBHUB-BOOM-MIB |
| 1.3.6.1.2.1.16.19 | tftp | REMOTEACCESS-MIB |
| 1.3.6.1.2.1.16.19.5 | probeResetControl | RMON2-MIB |