
User Access Commands
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
5.13
telnet
Use this command to open a telnet session to a remote device.
Syntax
telnet
<word>
[
<port>
]
Mode
Exec mode and Privileged Exec mode
Example
To telnet to TCP port 2602 on the device at 10.2.2.2, use the command:
awplus#
telnet 10.2.2.2 2602
telnet server
This command enables the telnet server on the specified TCP port. If the server is already
enabled then it will be restarted on the new port. Changing the port number does not affect
the port used by existing sessions.
Syntax
telnet server
[<1-65535>|
default
]
Mode
Configure mode
Example
To enable the telnet server on TCP port 2323, use the command:
awplus(config)#
telnet server 2323
Related Commands
show telnet
Parameter
Description
word
Specify the IP address or hostname of a remote system.
port
Specify the TCP port number.
Parameter
Description
<1-65535>
The TCP port to listen on.
default
Use the default TCP port number 23.