|
|
Description:
|
agentCableTesterStatus OBJECT-TYPE
SYNTAX INTEGER {
active(1),
success(2),
failure(3),
uninitialized(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Status of the Virtual Cable Tester
active(1) - cable testing is in progress. Set to this value
to start the test.
success(2) - A successful test was performed. Cannot be set.
failure(3) - A failure was encountered during the test.
Cannot be set.
uninitialized(4) - No test has been performed yet. Cannot be set."
DEFVAL { uninitialized }
|
|
|
|