|
|
Description:
|
chasPhyModuleAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
enable(2),
disable(3),
sw-reset(4),
programLoad(5),
test(6),
hw-reset(7)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Provides desired state of the given physical
module. Notice that not all values may be
supported by the specified physical module. In
this case and SNMP error will be returned when the
set is attempted.
A physical module maybe activated by writing a
value of enable(2).
A physical module may be de-activated by writing
a value of disable(3). In a disabled state a
physical module is present in the chassis but is
benign.
Writing a value of sw-reset(4) initiates a
software reset sequence.
Writing a value of hw-reset(7) initiates a
hardware reset sequence.
A value of programLoad(5) initiates a software
load sequence.
Writing a value of test(6) should start a self
test sequence within the physical module."
|
|