serialDteParity
DS8200v2-MIB ·
.1.3.6.1.4.1.321.100.2.5.1.1.9
Object
column r/w
Enumeration
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.
Context
- MIB
- DS8200v2-MIB
- OID
.1.3.6.1.4.1.321.100.2.5.1.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- serialDteConfigTableEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DS8200v2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DS8200v2-MIB::serialDteParity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DS8200v2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DS8200v2-MIB::serialDteParity.<serialDteConfigNearIndex>.<serialDteConfigFarIndex>.<serialDteConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DS8200v2-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DS8200v2-MIB::serialDteParity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | serialDteParityOther |
2 | serialDteParityNone |
3 | serialDteParityOdd |
4 | serialDteParityEven |
5 | serialDteParityMark |
6 | serialDteParitySpace |
7 | serialDteParityNotAvail |