925
Example # Set the screen code for VTY 1 to E!9Q.
<Sysname> system-view
[Sysname] rta template abc
[Sysname-rta-template-abc] vty 1 screencode E!9Q
vty telnet remote
Syntax vty vty-number telnet remote ip-address [ port-number ] [ source source-ip ]
undo vty vty-number
View Terminal template view
Parameters vty-number: VTY number, ranging 0 to 7.
ip-address: FEP IP address.
port-number: Listening Telnet port on the FEP. It ranges 1 to 50000 and defaults to
23.
source source-ip: Source IP address bound.
Description Use the
vty telnet remote command to create a VTY for Telnet terminal access.
Use the undo vty command to remove the specified VTY.
Note that, after this configuration, no more RTC client VTYs or RTC server VTYs
can be configured in the template of the VTY.
Example # Create a VTY for Telnet terminal access, setting the FEP IP address to 1.1.1.1.
<Sysname> system-view
[Sysname] rta template abc
[Sysname-rta-template-abc] vty 1 telnet remote 1.1.1.1
vty tty remote
Syntax vty vty-number tty remote ip-address port-number [ source source-ip ]
undo vty vty-number
View Terminal template view
Parameters vty-number: VTY number, ranging 0 to 7.
ip-address: FEP IP address.
port-number: Listening port number of the ttyd program on the FEP, ranging 1024
to 50000.