Remote RMX-3200 Version 5.2x Configuration Guide
Configuring and Connecting TL1 Infrastructure: Configuring the TCP Port for a TL1 Multiplexer
18-5
Configuring the TCP Port for a TL1 Multiplexer
To configure an incoming TCP connection to connect to a TL1 multiplexer using
events, responses and actions:
1. At the main prompt, configure event
ossConnection with originator as tcp 40002
and event type as
incoming-connection:
config event ossConnection content tcp 40002 incoming-connection
2. Configure response connectToMux2 with the responder as tcp 40002 and with
the response type as
connect. The destination is tl1mux 2:
config response connectToMux2 content tcp 40002 connect dest
tl1mux 2
3. Configure action ossToMux with event ossConnection and response
connectToMux2:
config action ossToMux event ossConnection response connectToMux2
4. (optional) Verify that action ossToMux has been configured properly:
show actions ossToMux
The command response similar to the following displays:
5. Save the configuration.
In this scenario, you will:
Configure an event that matches an incoming TCP connection on TCP port
40002
Configure a response that connects the incoming TCP connection to a TL1
multiplexer
Configure an action that associates the event with the response. When Remote
RMX-3200 receives the incoming TCP connection, the action connects it to the
TL1 multiplexer.
(Dub)>show actions ossToMux
Action Name : ossToMux
Action Description :
Event Name : ossConnection
Event Description :
Event Originator : tcp 40002
Event Type : incoming-connection
Response Name : connectToMux2
Response Description :
Response Responder : tcp 40002
Response Type : connect
Response Parameters :
dest=tl1mux 2
(Dub)>