C613-50066-01 REV A
Command Reference for IE200 Series Industrial Managed PoE+ Switches
97
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
U
SER
A
CCESS
C
OMMANDS
TELNET
telnet
Overview
Use this command to open a telnet session to a remote device.
Syntax
telnet {
<hostname>
|[ip]
<ipv4-addr
>|[ipv6]
<ipv6-addr
>}
[<
port
>]
Mode
User Exec and Privileged Exec
Examples
To connect to TCP port 2602 on the device at 10.2.2.2, use the command:
awplus#
telnet 10.2.2.2 2602
To connect to the telnet server
host.example
, use the command:
awplus#
telnet host.example
To connect to the telnet server
host.example
on TCP port
100
, use the
command:
awplus#
telnet host.example 100
Parameter
Description
<
hostname
>
The host name of the remote system.
ip
Keyword used to specify the IPv4 address or host name of a remote
system.
<ipv4-addr>
An IPv4 address of the remote system.
ipv6
Keyword used to specify the IPv6 address of a remote system
<ipv6-addr>
Placeholder for an IPv6 address in the format
x:x::x:x
, for
example,
2001:db8::8a2e:7334
<
port
>
Specify a TCP port number (well known ports are in the range 1-
1023, registered ports are 1024-49151, and private ports are 49152-
65535).