Remote RMX-3200 Version 5.2x Configuration Guide
Configuring and Connecting TL1 Infrastructure: Configuring a Telnet Connection to a Virtual TL1 NE
18-7
Configuring a Telnet Connection to a Virtual TL1 NE
To configure a Telnet connection to a VNE:
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 telnet40004ToVne3 to connect Telnet port 40004 to
destination
tl1ne 3:
config response telnet40004ToVne3 content telnet 40004 connect
dest tl1ne 3
3. Configure action telnetToVne to associate event telnetConn with response
telnet40004ToVne3:
config action telnetToVne event telnetConn response
telnet40004ToVne3
4. (optional) Verify that the connection has been configured properly:
show actions telnetToVne
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 VNE destination
Configure an action to associate the event with the response.
(Dub)>show actions telnetToVne
Action Name : telnetToVne
Action Description :
Event Name : telnetConn
Event Description :
Event Originator : telnet 40004
Event Type : incoming-connection
Response Name : telnet40004ToVne3
Response Description :
Response Responder : telnet 40004
Response Type : connect
Response Parameters :
dest=tl1ne 3
(Dub)>