|
Description:
|
hwDevAntiTheftAdminStatus OBJECT-TYPE
SYNTAX INTEGER {nooperation(-1), enable(1), disable(2), authorize(3), revoke(4), update(5), lock(6)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The object specifies the admin status of system anti-theft.
Default: nooperation.
Options:
1. nooperation(-1) - Default state of the anti-theft admin status.
2. enable(1) - Enable the system anti-theft function. It needs to be set with hwDevAntiTheftOperatorName, hwDevAntiTheftPublicKey,
hwDevAntiTheftPublicKeyFingerprint, hwDevAntiTheftStrategy(optional) and hwDevAntiTheftGraceTime(optional).
3. disable(2) - Disable the system anti-theft function. It needs to be set with hwDevAntiTheftSignature.
4. authorize(3) - Authorize the system. It needs to be set with hwDevAntiTheftSignature.
5. revoke(4) - Unauthorize the system, the system will revert to unauthorized state. It needs to be set with hwDevAntiTheftSignature.
6. update(5) - Update the configuration of anti-theft. It needs to be set with hwDevAntiTheftSignature and the objects to be updated.
The hwDevAntiTheftPublicKey and hwDevAntiTheftPublicKeyFingerprint must be updated in pairs.
7. lock(6) - Lock the system immediately. It needs to revoke the system to unauthorized first."
|
|
|