![D-Link xStack DGS-3612G series Cli Manual Download Page 20](http://html1.mh-extra.com/html/d-link/xstack-dgs-3612g-series/xstack-dgs-3612g-series_cli-manual_3519854020.webp)
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
17
telnet
Purpose
Used to login remote system with telnet protocol.
Syntax
telnet <ipaddr> {tcp_port <value 0-65535>}
Description
This command is used to login remote system with Telnet protocol
on the Switch.
Parameters
<ipaddr>
– the IP address of telnet server system
{<tcp_port_number 1-65535>}
– The TCP port number. TCP ports
are numbered between 1 and 65535. The
“
well-known
"
TCP port
for the Telnet protocol is 23.
Restrictions
Only Administrator and Operator-level users can issue this
command.
Example usage:
To login to the remote system using telnet on the Switch:
DGS-3627:5#telnet 10.0.0.8
Command: telnet 10.0.0.8
Success.
DGS-3627:5#
enable web
Purpose
Used to enable the HTTP-based management software on the Switch.
Syntax
enable web {<tcp_port_number 1-65535>}
Description
This command is used to enable the Web-based management
software on the Switch. The user can specify the TCP port number the
Switch will use to listen for Telnet requests.
Parameters
{<tcp_port_number 1-65535>}
−
The TCP port number. TCP ports are
numbered between
1
and
65535
. The “well-known” port for the Web-
based management software is
80
.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To enable HTTP and configure port number:
DGS-3627:5#enable web 80
Command: enable web 80
Note: SSL will be disabled if web is enabled.
Success.
DGS-3627:5#