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