fsRs485Parity
FS-RS485-CLASS-MIB ·
.1.3.6.1.4.1.52642.1.1.10.2.149.1.13.1.4
Object
column r/w
Enumeration
The parity of Rs485 serial port use.
Context
- MIB
- FS-RS485-CLASS-MIB
- OID
.1.3.6.1.4.1.52642.1.1.10.2.149.1.13.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsRs485VlanEntry
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 'FS-RS485-CLASS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-RS485-CLASS-MIB::fsRs485Parity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-RS485-CLASS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-RS485-CLASS-MIB::fsRs485Parity.<fsRs485SerialPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-RS485-CLASS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-RS485-CLASS-MIB::fsRs485Parity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | odd |
3 | even |
4 | mark |
5 | space |