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
- Table
- soipConfigTable
- Siblings
- 17
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | rts-cts |
3 | xon-xoff |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| soipConfigIndex Reference to the used serial port. | column | Integer32 | .0.58.1.1.1 |
| soipConfigIpLocalIp TCP server: accept connection only on this IP. 0=any.
TCP client: issue connection from this IP. 0=automatic.
UDP unicast: send data from and accept on this IP. 0=automatic.
UDP … | column | SNMPv2-SMIIpAddress | .0.58.1.1.10 |
| soipConfigIpLocalPort TCP server: local port to listen on for connections
TCP client: local port to issue connection from. 0=automatic.
UDP unicast: port to send from / receive on. 0=automatic.
UDP mul… | column | Integer32 | .0.58.1.1.11 |
| soipConfigIpRemoteIp TCP server: accept connection only from this IP. 0=any.
TCP client: issue connection to this IP.
UDP unicast: send data to this IP.
UDP multicast master (1:n): multicast group IP… | column | SNMPv2-SMIIpAddress | .0.58.1.1.12 |
| soipConfigIpRemotePort TCP server: remote port to accept connections from. 0=any.
TCP client: remote port to connect to
UDP unicast: port to send to / receive from.
UDP multicast: port to send to / rece… | column | Integer32 | .0.58.1.1.13 |
| soipConfigIpIfIndex Interface index to bind to.
TCP server: ignored
TCP client: ignored
UDP unicast: ignored
UDP multicast: multicast interface index | column | Integer32 | .0.58.1.1.14 |
| soipConfigTriggerByteCount Send an IP packet after receiving n bytes from serial port. | column | byte Integer32 | .0.58.1.1.15 |
| soipConfigTriggerDelay Send an IP packet n milliseconds after receiving the first byte from serial port.
0 = trigger disabled | column | milliseconds Integer32 | .0.58.1.1.16 |
| soipConfigTriggerTimeout Send an IP packet n milliseconds after receiving the last byte from serial port.
0 = trigger disabled | column | milliseconds Integer32 | .0.58.1.1.17 |
| soipConfigBufferClear Trigger clearing of buffers. Variable falls back to no-action after clearing the buffers.
no-action(1) -- clear nothing, normal operation
serial-rx(2) -- clear serial Rx buf… | column | Enumeration | .0.58.1.1.18 |
| soipConfigUartBaud Baud rate of serial port. | column | Integer32 | .0.58.1.1.2 |
| soipConfigUartDataBits Data bits of serial port. | column | Integer32 | .0.58.1.1.3 |
| soipConfigUartParity Type of serial port.
none(1) -- No parity bit
even(2) -- Even parity bit
odd(3) -- Odd parity bit | column | Enumeration | .0.58.1.1.4 |
| soipConfigUartStopBits Stop bits of serial port. | column | Integer32 | .0.58.1.1.5 |
| soipConfigUartSendGraciousXonXoff Send gracious XOn/XOff.
TCP: if IP connection is established/closed
UDP: send XOn on startup | column | SNMPv2-TCTruthValue | .0.58.1.1.7 |
| soipConfigIpProtocol IP protocol and mode to use.
tcp-server(1) -- Wait for incoming TCP connections
tcp-client(2) -- Active connect via TCP
udp(3) -- UDP
With delete(15) the entry will be dele… | column | Enumeration | .0.58.1.1.8 |
| soipConfigIpReconnectTimeout TCP client: Retry connect after n seconds if connection is refused or not answered.
0 = do not reconnect | column | seconds Integer32 | .0.58.1.1.9 |