MIB Viewer

serialDteParity

OBJECT-TYPE
1.3.6.1.4.1.321.100.2.5.1.1.9
Access
read-write
Status
current
Sub-identifiers
0
This variable describes the current parity selected for the DTE interface. This variable is only valid when the DTE Mode is set to ASYNC. The values mean: serialDteParityNone The DTE interface is currently set for no parity bit checking or generation serialDteParityOdd The DTE interface is currently set for odd parity serialDteParityEven The DTE interface is currently set for even parity serialDteParityMark The DTE interface is currently set for mark parity serialDteParitySpace The DTE interface is currently set for space parity serialDteParityNotAvail The parity setting on the DTE interface is not available.
INTEGER { serialDteParityOther(1), serialDteParityNone(2), serialDteParityOdd(3), serialDteParityEven(4), serialDteParityMark(5), serialDteParitySpace(6), serialDteParityNotAvail(7) }