Description:
|
h320McuControlsCommands OBJECT-TYPE
SYNTAX INTEGER {
other(1),
abruptRestart(2),
gracefulRestart (3),
abruptShutdown(4),
gracefulShutdown (5),
enterQuiescence (6),
exitQuiescence (7),
startLog(8),
stopLog(9),
resetStatistics(10),
runDiagnostic(11)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A value that represents a command for the H.320 MCU.
1. Other (for proprietary extensions)
2. Abrupt Restart (Drastic Restart)
3. Graceful Restart (Restart after all calls have terminated.
Meanwhile, accept no calls)
4. Abrupt Shutdown (Drastic Restart)
5. Graceful Shutdown (Shutdown after all calls have terminated.
Meanwhile, accept no calls)
6. Enter Quiescence Mode (Disable receiving of calls)
7. Exit Quiescence Mode (Enable receiving of calls)
8. Start Error/Log Reporting
9. Stop Error/Log Reporting
10. Reset Statistics
11. Run Diagnostic"
|
|