soipConfigUartHandshake
FEC-SOIP-MIB ·
.0.58.1.1.6
Object
column r/w
Enumeration
Handshake used on serial port.
none(1) -- no handshake
rts-cts(2) -- RTS/CTS signal pair used for handshake (hardware)
xon-xoff(3) -- XOn/XOff bytes used for handshake (software)
Received XOn/XOff characters are not forwarded via IP.
Context
- MIB
- FEC-SOIP-MIB
- OID
.0.58.1.1.6- 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::soipConfigUartHandshake'
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::soipConfigUartHandshake.<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::soipConfigUartHandshake'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | rts-cts |
3 | xon-xoff |