|
|
Description:
|
connOamOpeCause OBJECT-TYPE
SYNTAX INTEGER {
other (1), -- Error other than
-- below stated.
succeed (2), -- Set/delete processing
-- completed successfully.
parameterIsNotEnough (3), -- Parameter is not enough.
tableIsFull (4), -- Table overflow.
illegalPoint (5), -- Illegal point.
illegalMode (6), -- Illegal mode.
illegalSection (7), -- Illegal section.
-- notSupported.
illegalPort (8), -- Illegal line number.
illegalVpiVci (9), -- Illegal VPI/VCI.
invalidBufferType (10), -- Buffer of the designated
-- line is no supported in
-- this function.
noSuchConnection (11), -- Designated connection does
-- not exist.
alreadyRegistered (12), -- Already registered.
notExisting (13) -- Not registered.
}
ACCESS read-only
STATUS mandatory DESCRIPTION
"The result of the processing to set/delete OAM End-point,
Connecting-point."
|
|
|
|