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

46
Figure 8 Network diagram
Configuration procedure
1. Configure the RTC server:
# Enable terminal access.
<Sysname> system-view
[Sysname] rta server enable
# Set the listening port of the server.
[Sysname] rta rtc-server listen-port 9000
# Create a terminal template and enter terminal template view.
[Sysname] rta template rtcserver
# Configure the VTY.
[Sysname-rta-template-rtcserver] vty 0 rtc-server remote 10.111.0.12 1
[Sysname-rta-template-rtcserver] vty 0 password simple 123
# Apply the template to the interface.
[Sysname-rta-template-rtcserver] quit
[Sysname] interface async 1/0
[Sysname-Async1/0] async mode flow
[Sysname-Async1/0] rta terminal rtcserver 1
2. Configure the RTC client:
# Enable terminal access.
<Sysname> system-view
[Sysname] rta server enable
# Create a terminal template and enter terminal template view.
[Sysname] rta template rtcclient
# Configure the VTY.
[Sysname-rta-template-rtcclient] vty 0 rtc-client remote 10.111.95.10 9000
[Sysname-rta-template-rtcclient] vty 0 password simple 123
# Apply the template to the interface.
[Sysname] interface async 1/0
[Sysname-Async1/0] async mode flow
[Sysname-Async1/0] rta terminal rtcclient 1