Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The set system services telnet disable command can be used to enable or disable the telnet server function.

The delete system services telnet disable command deletes the configuration.

NOTEs:

  • Telnet service is insecure. Do not enable a telnet server if you don't know what exactly it may mean.

  • Limit to a maximum of 20 connections within 10 seconds.

  • Terminate the session in 60 seconds if the connection is not successful.

Command Syntax

set system services telnet disable <true | false>

delete system services telnet disable

Parameter

Parameter

Description

enable <true | false>

Enable or disable telnet server function. The value could be true or false.

  • true: Enable telnet server function.

  • false: Disable telnet server function.

By default, telnet server function is disabled.

Example

  • Enable telnet server function.

admin@PICOS# set system services telnet disable false
admin@PICOS# commit
  • No labels