DES-1228/ME Layer 2 Metro Ethernet Switch CLI Reference Manual
16
Example usage:
To enable Telnet and configure port number:
DES-1228/ME:4#enable telnet 23
Command: enable telnet 23
Success.
DES-1228/ME:4#
disable telnet
Purpose
Used to disable the Telnet protocol on the Switch.
Syntax
disable telnet
Description
This command is used to disable the Telnet protocol on the Switch.
Parameters
None.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To disable the Telnet protocol on the Switch:
DES-1228/ME:4#disable telnet
Command: disable telnet
Success.
DES-1228/ME:4#
telnet
Purpose
Used to Telnet another device on the network.
Syntax
telnet <ipaddr> {tcp_port <value 0-65535>}
Description
This command is used to connect to another device’s management through Telnet.
Parameters
<ipaddr>
−
Enter the IP address of the device to connect through, using Telnet.
tcp_port <value 0-65535>
−
Enter the TCP port number used to connect through. The
common TCP port number for telnet is 23.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To connect to a device through telnet with an IP address of 10.53.13.99:
DES-1228/ME:4#telnet 10.53.13.99 tcp_port 23
Command: telnet 10.53.13.99 tcp_port 23