|
|
Description:
|
chasEntityAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
unknown(1), -- none of the following
enable(2),
disable(3),
reset(4),
programload(5),
test(6)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Provides the administratively desired state of
the given entity.
An entity is activated by writing a value of
enable(2).
An entity may be de-activated by writing a value
of disable(3). In a disabled state, a entity does
exist within the given chassis, but is benign. A
disabled entity is available for subsequent
activation.
Writing a value of reset(4) specifies an entity
should initiate a reset sequence.
Writing a value of programload(5) specifies an
entity should initiate a program load sequence.
Writing a value of test(6) specifies an entity
should initiate a testing sequence.
Agent support of the writing of any of the values
of this object is implementation-specific. For
example, this object might be read only for
entities that disabling would compromise the
integrity of the chassis."
|
|