Remote RMX-3200 Version 5.2x Configuration Guide
Configuring Mediation Connections: Configuring a SSH to Asynchronous Serial Connection
17-9
Configuring a SSH to Asynchronous Serial Connection
To configure an SSH to asynchronous serial connection:
1. Configure event
IncSSHConn to signal that an incoming SSH connection request
has been received on port
20001 at IP address 10.40.57.5:
config event IncSSHConn content ssh 10.40.57.5:20001
incoming-connection
2. Configure response SSH20001ToSerial6 to connect SSH port 20001 at IP
address
10.40.57.5 to destination serial 6:
config response SSH20001ToSerial6 content ssh 10.40.57.5:20001
connect dest serial 6
3. Configure action SSHToSerial to associate event IncSSHConn with response
SSH20001ToSerial6:
config action SSHToSerial event IncSSHConn response
ssh20001ToSerial6
4. (optional) Verify that the SSH to asynchronous connection has been configured
properly:
show actions SSHToSerial
The command response similar to the following displays:
In this scenario, you will configure a mediation connection between an SSH port
and an asynchronous serial controller. You will set up an action, event and
response that cause the SSH port and controller to connect.
In addition, you will configure:
A user profile authorized for terminal server access
A service that is passed to the TACACS+ server when authenticating users for
mediation
(Dub)>show actions SSHToSerial
Action Name : SSHToSerial
Action Description :
Event Name : IncSSHConn
Event Description :
Event Originator : ssh 10.40.57.5:20001
Event Type : incoming-connection
Response Name : ssh20001ToSerial6
Response Description :
Response Responder : ssh 10.40.57.5:20001
Response Type : connect
Response Parameters :
dest=serial 6
(Dub)>