18
Configuring the synchronous UDP RTC
one-to-many receiver (UDP_1N_Server)
About the synchronous UDP RTC one-to-many receiver
The initiator is a UDP_11_Client, which is connected to the monitoring device through a synchronous
serial interface. The receiver is a UDP_1N_Server, which is connected to the monitored device
through a synchronous serial interface. An initiator can establish a UDP connection with a receiver at
any time to obtain data. Multiple initiators are connected to a receiver, and the receiver sends data
from a monitored device to all initiators simultaneously.
Enabling terminal access on the router
1.
Enter system view.
system-view
2.
Enable terminal access.
rta server enable
3.
Create a terminal template and enter terminal template view.
rta template
template-name
4.
Create a one-to-many UDP RTC server VTY.
vty vty-number rtc-multipeer
[
ip-address
]
port-number
After this configuration, you cannot configure VTYs of other types of in the template.
5.
Configure the client list.
rtc-multipeer
vty-number
remote
ip-address port-number
By default, no client is configured.
You must create a UDP_1N_Server VTY before performing this configuration. You can
configure up to ten clients for a VTY.
Applying the terminal template to an interface
1.
Return to system view.
quit
2.
Enter the view of the primary interface.
interface
interface-type interface-number
The interface type must be supported by terminal access.
3.
Configure the protocol type of the synchronous serial interface as STLP.
link-protocol stlp
By default, a synchronous serial interface operates in PPP protocol mode.
4.
Apply the template to the primary interface.
rta terminal template-name terminal-number
5.
((Optional.) Apply the template to the backup interface.
rta terminal template-name terminal-number backup
The
template-name
and
terminal-number
arguments of the
rta terminal backup
command must be the same as those of the
rta terminal
command.