R3303-HP HSR6800 Routers Fundamentals Command Reference
29
seconds: Specifies the number of seconds for the idle-timeout time, in the range of 0 to 59. The default
is 0 seconds.
Usage guidelines
The system automatically terminates the user connection on the user interface if there is no information
interaction between the device and the user within the idle-timeout time.
Setting the idle-timeout timer to 0 disables the idle-timeout function.
Examples
# Set the idle-timeout timer to 1 minute and 30 seconds.
<Sysname> system-view
[Sysname] user-interface console 0
[Sysname-ui-console0] idle-timeout 1 30
ip alias
Use ip alias to associate a Telnet redirect listening port with an IP address.
Use undo ip alias to restore the default.
Syntax
ip alias ip-address port-number
undo ip alias ip-address
Default
A Telnet redirect listening port is not associated with any IP address.
Views
System view
Default command level
2: System level
Parameters
ip-address: Specifies the IP address to be associated with the Telnet redirect listening port. The IP address
cannot be an interface's address on the device, but can be in the same subnet as an interface's address.
port-number: Specifies the Telnet redirect listening port, in the range of 2000 to 50000.
Usage guidelines
For example, a user is connected to device A, and device A is connected to device B through its serial
port. If the redirect enable and redirect listen-port port-number commands are configured on device A,
the user can log in to device B by Telnetting to the IP address of device A and the specified port number.
If you associate device A's IP address with the specified port number by using the ip alias ip-address
port-number command, the user can log in to device B by only Telnetting to the IP address of device A.
Examples
# Associate the Telnet redirect listening port 2000 with the IP address 1.1.1.1.
<Sysname> system-view
[Sysname] ip alias 1.1.1.1 2000