Page tree

Versions Compared

Key

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

Hide_comments

Telnet daemon management.

Syntax:

td enable | disable RemoteHOST

...

Scroll Ignore

Table of Contents

Description

Telnet daemon makes it possible to remotely configure and manage a router, and more generally to execute any operation system commands in the same way as it is done on a local operator workstationthrough the console port.

Telnet daemon starts automatically when the router is switched on.

To stop the daemon operation, a "td stop" command shall be executed; a "td start" command restarts the daemon.

By default, the daemon accepts Telnet connection establishment requests from any host in the network. After executing one or several "td enable RemoteHOST" commands, remote

Syntax:

Code Block
languagetext
themeEmacs
td {enable | disable} RHOST[/MASKLEN]
td start | stop | flush | [no]log

Parameters

ParametersDescription
stopStops the daemon operation.
startRestarts the daemon.
enable RHOST[/MASKLEN]

Remote Telnet access becomes only possible from the explicitly specified IP-addresses (one host specified per each "td enable" command, up to 10 hosts enabled

...

at the same time).

  • "RHOST" permitted IP-address.
  • "MASKLEN" mask length.
disable RHOST[/MASKLEN]Retires from a remote host a previously granted access authorization

...

.

...

flushFully clears the current telnet daemon configuration.

...

[no]logEnables / disables the message recording at the system log.

Examples

Set an IP-address "195.38.44.1" as the only one from which access to the system will be permitted.

Code Block
language

...

text
theme

...

Emacs
td enable  195.38.44.1

...