# ⁣⁣td command (Telnet daemon)

### Description <a href="#id-tdcommand-telnetdaemon-description" id="id-tdcommand-telnetdaemon-description"></a>

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 through the console port.

Telnet daemon starts automatically when the router is switched on.

**Syntax:**

```
td {enable | disable} RHOST[/MASKLEN]
td start | stop | flush | [no]log
```

### Parameters <a href="#id-tdcommand-telnetdaemon-parameters" id="id-tdcommand-telnetdaemon-parameters"></a>

<table><thead><tr><th width="221">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><em><strong>stop</strong></em></td><td>Stops the daemon operation.</td></tr><tr><td><em><strong>start</strong></em></td><td>Restarts the daemon.</td></tr><tr><td><em><strong>enable RHOST[/MASKLEN]</strong></em></td><td><p>Remote Telnet access becomes only possible from the explicitly specified IP-addresses (one host specified per each "<em>td enable</em>" command, up to 10 hosts enabled at the same time).</p><ul><li>"<em>RHOST</em>" <em>–</em> permitted IP-address.</li><li>"<em>MASKLEN" –</em> mask length.</li></ul></td></tr><tr><td><em><strong>disable RHOST[/MASKLEN]</strong></em></td><td>Retires from a remote host a previously granted access authorization.</td></tr><tr><td><em><strong>flush</strong></em></td><td>Fully clears the current telnet daemon configuration.</td></tr><tr><td><em><strong>[no]log</strong></em></td><td>Enables / disables the message recording at the system log.</td></tr></tbody></table>

### Examples <a href="#id-tdcommand-telnetdaemon-examples" id="id-tdcommand-telnetdaemon-examples"></a>

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

```
td enable  195.38.44.1
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.astrawireless.net/astra-wireless-documentation/technical-documentation/astraflex-technical-user-manual/layer-3-command-set-ip-networking/td-command-telnet-daemon.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
