Remote RMX-3200 Version 5.2x Configuration Guide
Configuring and Connecting TL1 Infrastructure: Configuring a Telnet Connection to a TL1 Multiplexer
18-6
Configuring a Telnet Connection to a TL1 Multiplexer
To configure a Telnet connection to a TL1 multiplexer:
1. At the main prompt, configure event
telnetConn to signal that an incoming
telnet connection request has been received on port 40004:
config event telnetConn content telnet 40004 incoming-connection
2. Configure response telnet40004ToMux3 to connect Telnet port 40004 to
destination
tl1mux 3:
config response telnet40004ToMux3 content telnet 40004 connect
dest tl1mux 3
3. Configure action telnetToMux to associate event telnetConn with response
telnet40004ToMux3:
config action telnetToMux event telnetConn response
telnet40004ToMux3
4. (optional) Verify that the connection has been configured properly:
show actions telnetToMux
The command response similar to the following displays:
5. Save the configuration.
In this scenario, you will:
Configure an event to signal that an incoming Telnet connection request has
been received on a port
Configure a response to connect a Telnet port to a TL1 multiplexer destination
Configure an action to associate the event with the response.
(Dub)>show actions telnetToMux
Action Name : telnetToMux
Action Description :
Event Name : telnetConn
Event Description :
Event Originator : telnet 40004
Event Type : incoming-connection
Response Name : telnet40004ToMux3
Response Description :
Response Responder : telnet 40004
Response Type : connect
Response Parameters :
dest=tl1mux 3
(Dub)>