Indicates mandatory state of the ATUR line, i.e. the state
of the line as seen by ATUR.
This is a bit-map of possible conditions. Due to the isolation
of the ATUR when line problems occur, many state
conditions like loss of power, loss of quality signal,
and initialization errors, can not be determined.
While trouble shooting ATUR, also use object,
adslAtucCurrStatus. The various bit positions are:
1 noDefect There no defects on the line
2 lossOfFraming ATUR failure due to not
receiving valid frame
3 lossOfSignal ATUR failure due to not
receiving signal
4 lossOfPower ATUR failure due to loss of
power
5 lossOfSignalQuality Loss of Signal Quality is
declared when the Noise Margin
falls below the Minimum Noise
Margin, or the
bit-error-rate exceeds 10^-7.
6 lossOfCellDelineation ATUR failure due
loss of Cell Delineation in interleaved
and non-interleaved mode.
This is intended to supplement ifOperStatus. Enumerations: - noDefect (1)
- lossOfFraming (2)
- lossOfSignal (3)
- lossOfPower (4)
- lossOfSignalQuality (5)
- lossOfCellDelineation (6)
|