Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

The delete system services telnet disable command deletes the configuration.

Info

NOTEs:

  • Users need to enable telnet service to enable telnet server function on the device.

  • 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.

...

delete system services telnet disable

Parameter

Parameter

Description

enable <true | false>

Enable or disable telnet

server function

service. The value could be true or false.

  • true: Enable telnet

server function
  • service.

  • false: Disable telnet

server function
  • service.

By default, telnet

server function

service is disabled.

Example

  • Enable telnet server functionservice.

Code Block
admin@PICOS# set system services telnet disable false
admin@PICOS# commit