SNMP Device Reset
You can reset the device through SNMP, including graceful resets that perform controlled resets without disrupting active calls.
This is supported using the following parameters in the acBoardMIB:
|
■
|
acSysActionSetReset: Triggers the device to reset: |
|
●
|
2 = Graceful reset, based on the timeout value defined by acSysActionAdminStateLockTimeout (below). |
|
■
|
acSysActionAdminStateLockTimeout (OID 1.3.6.1.4.1.5003.9.10.10.3.1.1.1): Defines the period for the graceful reset (when acSysActionSetReset is set to 2): |
|
●
|
0: Immediately resets the device (terminates all active calls). |
|
●
|
-1: Resets the device only after all active calls have ended (i.e., graceful reset). New calls are not accepted during this timeout. |
|
●
|
> 0: Resets the device only after this timeout (in seconds) expires (i.e., graceful reset). However, if all the active calls end before the timeout expires, the device resets without waiting for the remaining time. New calls are not accepted during this timeout. |
acSysActionAdminStateLockTimeout must be set before acSysActionSetReset.