Description:
|
fdpModDiagCode OBJECT-TYPE
SYNTAX INTEGER {
noError(1),
unknownCommand(2),
noSuchPhysPortId(3),
noSuchPhysPortType(4),
badLoopBackType(5),
deviceDown(6),
physPortIsTheLinkToManager(7),
physPortNotMonitored(8),
openingSequence(40),
modemStabilization(41),
sequenceOpen(42),
noResponseFromModem(43),
noSequenceOpen(44),
sequenceAlreadyOpen(45),
modemData(46),
openingSequenceWithoutAtCommand(47)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of this object is the result of the
last SET on fdpModCommand or fdpModControlData.
The value 'modemData' means that the modem has
sent one or several responses which may be seen in
fdpModResponseTable."
|
|