R2511-HP MSR Router Series Terminal Access Configuration Guide(V5)
24
Configuration procedure
1. Configure the initiator:
# Enable terminal access.
<Sysname> system-view
[Sysname] rta server enable
# Create a terminal template and enter terminal template view.
[Sysname] rta template temp2
# Configure VTY 0.
[Sysname-rta-template-temp2] vty 0 telnet remote 10.110.96.53
[Sysname-rta-template-temp2] vty 0 description chuxu
# Configure the screen saving code for the VTY 0.
[Sysname-rta-template-temp2] vty 0 screencode \E!8Q
# Configure the 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 telnet 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
# Configure the menu hotkey as Alt+C.
[Sysname-rta-template-temp2] menu hotkey 1 98 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 the above-mentioned 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:










