R2511-HP MSR Router Series Terminal Access Configuration Guide(V5)

35
# Configure VTY 0.
[Sysname-rta-template-temp2] vty 0 ssh remote 10.110.96.53
[Sysname-rta-template-temp2] vty 0 description chuxu
# Configure the screen saving code for VTY 0.
[Sysname-rta-template-temp2] vty 0 screencode \E!8Q
# Configure the switching hotkey for VTY 0 as Alt+A.
[Sysname-rta-template-temp2] vty 0 hotkey 1 96 13
# Configure VTY 1.
[Sysname-rta-template-temp2] vty 1 ssh remote 10.110.96.54
[Sysname-rta-template-temp2] vty 1 description duigong
# Configure the screen saving code for VTY 1.
[Sysname-rta-template-temp2] vty 1 screencode \E!9Q
# Configure the hotkey for VTY 1 as Alt+B.
[Sysname-rta-template-temp2] vty 1 hotkey 1 97 13
[Sysname-rta-template-temp2] quit
# Apply the template to the asynchronous serial interface.
[Sysname] interface async 1/0
[Sysname-Async1/0] async mode flow
[Sysname-Async1/0] rta terminal temp2 3
[Sysname-Async1/0] quit
# Configure software flow control.
[Sysname] user-interface tty 17
[Sysname-ui-tty17] flow-control software
After performing the above configurations, you will see the following menu on the terminal. (You
can enter an option on the display or exit by pressing <Esc>.)
TTY ACCESS SYSTEM
VERSION 3.0
1. SELECT VTY(0): chuxu
2. SELECT VTY(1): duigong
0. QUIT
INPUT YOUR CHOICE:
2. Configure the receiver:
The receivers of SSH terminal access are FEPs. An FEP only needs to run the sshd program and the
corresponding application program. There is no need to modify or compile the Unix kernel.
Configuring RTC terminal access
Configuring the asynchronous TCP RTC one-to-one initiator
(TCP_11_Client)
The initiator is a TCP_11_Client connected to the monitoring device. The receiver is a TCP_11_Server
connected to the monitored device. The TCP_11_Client can initiate a connection request to the
TCP_11_Server at any time to access the data.