soipConfigUartParity
FEC-SOIP-MIB ·
.0.58.1.1.4
Object
column r/w
Enumeration
Type of serial port. none(1) -- No parity bit even(2) -- Even parity bit odd(3) -- Odd parity bit
Context
- MIB
- FEC-SOIP-MIB
- OID
.0.58.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- soipConfigEntry
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 'FEC-SOIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-SOIP-MIB::soipConfigUartParity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-SOIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-SOIP-MIB::soipConfigUartParity.<soipConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-SOIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-SOIP-MIB::soipConfigUartParity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | even |
3 | odd |