Remote RMX-3200 Version 5.2x Configuration Guide
Configuring Mediation Connections: Configuring a TCP to Asynchronous Serial Connection
17-5
Configuring a TCP to Asynchronous Serial Connection
To configure a TCP connection to an asynchronous connection:
1. Configure event
tcp40010 with originator tcp 10.40.57.5:40010 and event type
incoming-connection:
config event tcp40010 content tcp 10.40.57.5:40010 incoming-
connection
Note: The TCP originator IP address is optional if it is the same as the Remote
RMX-3200 bridge switch interface IP address.
2. Configure response
tcp40010ToSerial4 with responder tcp 10.40.57.5:40010
and response type
dest serial 4:
config response tcp40010ToSerial4 content tcp 10.40.57.5:40010
connect dest serial 4
3. Configure action tcpToSerial4 with event tcp40010 and response
tcp40010ToSerial4:
config action tcpToSerial4 event tcp40010 response
tcp40010ToSerial4
4. (optional) Verify that the TCP to asynchronous connection has been configured
properly:
show actions tcpToSerial4
The command response similar to the following displays:
In this scenario, you will configure a mediation connection between a TCP port and
an asynchronous serial controller. You will set up an action, event and response
that cause the TCP port and controller to connect.
(Dub)>show actions tcpToSerial4
Action Name : tcpToSerial4
Action Description :
Event Name : tcp40010
Event Description :
Event Originator : tcp 10.40.57.5:40010
Event Type : incoming-connection
Response Name : tcp40010ToSerial4
Response Description :
Response Responder : tcp 10.40.57.5:40010
Response Type : connect
Response Parameters :
dest=serial 4
(Dub)>