FEC-SOIP-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
38
.0.58.1 · 1 row entry · 18 columns
The soipConfigTable contains configuration data of the SoIP module.
It configures both the IP and the UART side.
soipConfigEntry entry .0.58.1.1
The soipConfigEntry contains configuration data of the SoIP module.
Indexes
soipConfigIndex
Column Syntax OID
soipConfigIndex
Reference to the used serial port.
Integer32r/w
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.0.58.1.1.1
soipConfigUartBaud
Baud rate of serial port.
Integer32r/w
Constraints:
range: 1-115200
.0.58.1.1.2
soipConfigUartDataBits
Data bits of serial port.
Integer32r/w
Constraints:
range: 7-8
.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
Enumerationr/w
Enumerated Values:
1none
2even
3odd
.0.58.1.1.4
soipConfigUartStopBits
Stop bits of serial port.
Integer32r/w
Constraints:
range: 1-2
.0.58.1.1.5
soipConfigUartHandshake
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 ch…
Enumerationr/w
Enumerated Values:
1none
2rts-cts
3xon-xoff
.0.58.1.1.6
soipConfigUartSendGraciousXonXoff
Send gracious XOn/XOff.
TCP: if IP connection is established/closed
UDP: send XOn on startup
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.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 deleted
Enumerationr/w
Enumerated Values:
1tcp-server
2tcp-client
3udp
15delete
.0.58.1.1.8
soipConfigIpReconnectTimeout
TCP client: Retry connect after n seconds if connection is refused or not answered.
0 = do not reconnect
secondsInteger32r/w
Constraints:
range: 0-65535
.0.58.1.1.9
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 multicast master (1:n): master unicast I…
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.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 multicast: port to send from / receive on. …
Integer32r/w
Constraints:
range: 0-65535
.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.
UDP multicast slave (1:n): master unic…
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.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 / receive on
Integer32r/w
Constraints:
range: 0-65535
.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
Integer32r/w
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.0.58.1.1.14
soipConfigTriggerByteCount
Send an IP packet after receiving n bytes from serial port.
byteInteger32r/w
Constraints:
range: 1-1460
.0.58.1.1.15
soipConfigTriggerDelay
Send an IP packet n milliseconds after receiving the first byte from serial port.
0 = trigger disabled
millisecondsInteger32r/w
Constraints:
range: 0-65535
.0.58.1.1.16
soipConfigTriggerTimeout
Send an IP packet n milliseconds after receiving the last byte from serial port.
0 = trigger disabled
millisecondsInteger32r/w
Constraints:
range: 0-65535
.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 buffer
serial-tx(3) -- clear serial Tx …
Enumerationr/w
Enumerated Values:
1no-action
2serial-rx
3serial-tx
4serial-rx-tx
.0.58.1.1.18
.0.58.2 · 1 row entry · 20 columns
The soipStatusTable contains status and statistic information related
to the SoIP interface.
soipStatusEntry entry .0.58.2.1
The soipStatusEntry contains status and statistic information
of a SoIP interface.
Indexes
soipStatusIndex
Column Syntax OID
soipStatusIndex
Reference to the concerned serial port.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.0.58.2.1.1
soipStatusUartRxBytes
Successful received bytes on the serial port.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.58.2.1.2
soipStatusUartTxBytes
Successful transmitted bytes on the serial port.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.58.2.1.3
soipStatusUartRxParityErrors
Receive parity errors on the serial port.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.58.2.1.4
soipStatusUartRxOtherErrors
Receive errors of all other types (framing, noise, ...) on the serial port.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.58.2.1.5
soipStatusUartRxFifoErrors
Receive buffer overflow on the serial port.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.58.2.1.6
soipStatusUartSentXon
XOn bytes sent by the local device on the serial port.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.58.2.1.7
soipStatusUartSentXoff
XOff bytes sent by the local device on the serial port.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.58.2.1.8
soipStatusUartReceivedXon
XOn bytes received from the remote device on the serial port.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.58.2.1.9
soipStatusUartReceivedXoff
XOff bytes received from the remote device on the serial port.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.58.2.1.10
soipStatusIpRxBytes
Successful received bytes via IP.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.58.2.1.11
soipStatusIpTxBytes
Successful transmitted bytes via IP.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.58.2.1.13
soipStatusIpRxFifoErrors
Receive buffer overflow on IP side.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.0.58.2.1.15
soipStatusUartLocalHandshakeStatus
Current local handshake status.
on(1) -- receiving enabled
off(2) -- receiving disabled
Enumeration
Enumerated Values:
1on
2off
.0.58.2.1.16
soipStatusUartRemoteHandshakeStatus
Current remote handshake status.
on(1) -- receiving enabled
off(2) -- receiving disabled
Enumeration
Enumerated Values:
1on
2off
.0.58.2.1.17
soipStatusIpStatus
Current connection status.
not-connected(1) -- not connected
connecting(2) -- connecting
connected(3) -- connected
conn-refused(4) -- connection refused
peer-unreabable(5) -- peer unreachable
peer-timeou…
Enumeration
Enumerated Values:
1not-connected
2connecting
3connected
4conn-refused
5peer-unreabable
6peer-timeout
.0.58.2.1.21
soipStatusIpLocalIp
TCP server: Local IP. 0 = not connected.
TCP client: Local IP. 0 = not connected.
UDP unicast: Local IP packets get send from.
UDP multicast: Local IP packets get send from.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.0.58.2.1.22
soipStatusIpLocalPort
TCP server: Local port.
TCP client: Local port.
UDP unicast: Local port packets get send from.
UDP multicast: Local port packets get send from.
Integer32
Constraints:
range: 0-65535
.0.58.2.1.23
soipStatusIpRemoteIp
TCP server: Remote IP. 0 = not connected.
TCP client: Remote IP. 0 = not connected.
UDP unicast: Remote IP the last packet was received from.
UDP multicast: Remote IP the last packet was received from.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.0.58.2.1.24
soipStatusIpRemotePort
TCP server: Remote port.
TCP client: Remote port.
UDP unicast: Remote port the last packet was received from.
UDP multicast: Remote port the last packet was received from.
Integer32
Constraints:
range: 0-65535
.0.58.2.1.25