|
|
Description:
|
doShutdown OBJECT-TYPE
SYNTAX INTEGER{
shutdown(1),
shutdown-and-off(2),
shutdown-and-reboot(3),
abort-pending-shutdown(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Execute a shutdown; argument tells what kind of shutdown:
shutdown: wait for user to switch off or reboot
shutdown-and-off: switch off after shutdown
shutdown-and-reboot: reboot after shutdown
abort-pending-shutdown: abort a delayed shutdown
immediately (if not already initiated)
Reading this object just returns the value 0."
|
|
|
|