|
Description:
|
hwDevAntiTheftAuthorityStatus OBJECT-TYPE
SYNTAX INTEGER {init(1), authorized(2), unauthorized(3), tempAuthorized(4), locked(5)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The object specifies the authority state for the system.
Default: init.
Options:
1. init(1) - indicates that the system is in the initial state.
2. authorized(2) - indicates that the system is authorized successfully.
3. unauthorized(3) - indicates that the system is not authorized and the system config is locked.
4. tempAuthorized(4) - indicates that the system is temporarily authorized successfully. Please pay attention to the remaining authorization time.
5. locked(5) - indicates that the system has been unauthorized for a long time and some businesses are restricted."
|
|
|