R2511-HP MSR Router Series Terminal Access Command Reference(V5)

30
Usage guidelines
With pressing any key to return enabled, the virtual terminal displays an error message and allows you
to press any key to return to the menu interface in the following cases:
An invalid menu option is entered.
The FEP providing the service you select is unreachable.
A connection is terminated.
Examples
# Configure the virtual terminal to permit pressing any key to return.
<Sysname> system-view
[Sysname] rta vty-style smart
rtc-multipeer
Use rtc-multipeer to configure the client list on a VTY serving as a one-to-many UDP RTC server.
Use undo rtc-multipeer to remove the configuration.
Syntax
rtc-multipeer vty-number remote ip-address port-number
undo rtc-multipeer vty-number remote ip-address port-number
Views
Terminal template view
Default command level
2: System level
Parameters
vty-number: Specifies a VTY by number, in the range of 0 to 7.
ip-address: Specifies a client by IP address.
port-number: Specifies the UDP port of the client, in the range of 1024 to 50000.
Usage guidelines
You need to create a UDP_1N_Server VTY before you can configure a client list for it. You can configure
up to ten clients for a VTY.
Deleting a UDP_1N_Server VTY will delete the client list of the VTY.
Examples
# Configure the client list of VTY 1 serving as a one-to-many UDP RTC server. The client list includes a
client with IP address 1.1.1.2 and UDP port 1024, and a client with IP address 1.1.1.3 and UDP port 1023.
<Sysname> system-view
[Sysname] rta template temp3
[Sysname-rta-template-temp3] vty 1 rtc-multipeer 1.1.1.1 1024
[Sysname-rta-template-temp3] rtc-multipeer 1 remote 1.1.1.2 1024
[Sysname-rta-template-temp3] rtc-multipeer 1 remote 1.1.1.3 1023
Related commands
vty rtc-multipeer