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

18
Figure 4 Network diagram
Configuring the initiator (router)
Perform the following configuration in TTY one-to-one mode:
# Enable terminal access.
<Sysname> system-view
[Sysname] rta server enable
# Create a template and enter template view.
[Sysname] rta template temp1
# Configure a VTY application.
[Sysname-rta-template-temp1] vty 0 tty remote 1.1.254.77 9010
[Sysname-rta-template-temp1] quit
# Configure the Ethernet interface.
[Sysname] interface ethernet 0/0
[Sysname-Ethernet0/0] ip address 1.1.247.88 255.255.0.0
[Sysname-Ethernet0/0] quit
# Create a loopback interface and configure source IP address binding.
[Sysname] interface loopback 0
[Sysname-loopback0] ip address 2.2.2.1 255.255.0.0
[Sysname-loopback0] quit
[Sysname] rta source-ip 2.2.2.1
# Apply the template to the asynchronous serial interfaces.
[Sysname] interface async 1/0
[Sysname-Async1/0] async mode flow
[Sysname-Async1/0] rta terminal temp1 1
[Sysname-Async1/0] interface async 1/1
[Sysname-Async1/1] async mode flow
[Sysname-Async1/1] rta terminal temp1 2
[Sysname-Async1/1] interface async 1/2
[Sysname-Async1/2] async mode flow
[Sysname-Async1/2] rta terminal temp1 3
[Sysname-Async1/2] interface async 1/3