|
Description:
|
fcfLineV11DteSyn OBJECT-TYPE
SYNTAX INTEGER {
notMonitored(1),
monitoredOff(2),
monitoredOn(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The value of this object defines how the flags are
checked to determine whether this serial line
interface is up or down.
notMonitored : the flags are not checked,
monitoredOff : the flags are checked and they
must be not present to determine that this
serial line interface is in the UP state,
monitoredOn : the flags are checked and they
must be present to determine that this
serial line interface is in the UP state.
The default value is 'notMonitored'."
|
|
|