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

41
Parameters
vty-number: Specifies a VTY by its number, in the range of 0 to 7.
ip-address: Specifies the local IP address.
port-number: Specifies the local UDP port, in the range of 1024 to 50000.
Usage guidelines
Deleting a VTY serving as a one-to-many UDP RTC server will delete the client list of the VTY.
After this configuration, no VTY of another type can be configured in the template.
Examples
# Create a VTY to serve as a one-to-many UDP RTC server, setting the local UDP listening port to 1024
and the local IP address to 1.1.1.1.
<Sysname> system-view
[Sysname] rta template temp3
[Sysname-rta-template-temp3] vty 1 rtc-multipeer 1.1.1.1 1024
Related commands
rtc-multippeer remote
vty rtc-server remote
Use vty rtc-server remote to create a VTY to serve as the RTC server.
Use undo vty to remove the specified VTY.
Syntax
vty vty-number rtc-server remote ip-address terminal-number
undo vty vty-number
Views
Terminal template view
Default command level
2: System level
Parameters
vty-number: Specifies a VTY by its number, in the range of 0 to 7.
ip-address: RTC client IP address.
terminal-number: Terminal number corresponding to the RTC client, in the range of 1 to 255.
Usage guidelines
After this configuration, no more Telnet VTYs, TTY VTYs, or RTC client VTYs can be configured in the
template of the VTY.
Examples
# Create a VTY to serve as the RTC server, setting the IP address of the RTC client to 2.2.2.2 and the
terminal number to 1.
<Sysname> system-view
[Sysname] rta template abc
[Sysname-rta-template-abc] vty 1 rtc-server remote 2.2.2.2 1