|
Description:
|
groupAdminState OBJECT-TYPE
SYNTAX INTEGER {unlocked(1), shuttingDown(2), locked(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The administrative state of the group.
Indicates the current maintenance state of a group.
This attribute reflects the result of an operator-
initiated maintenance request.
Unlocked : no operator-initiated maintenance request is
affecting the operation of the group.
ShuttingDown : the group is in a transition state between
unlocked and locked state. A group will only
transition to a locked state once all current
activities are completed No new activity will
be accepted once all activities are
terminated.
Locked : an operator-initiated request has been issued
for this group. This group and all its children
are unavailable for normal operation."
DEFVAL {unlocked}
|
|
|