# ONU command line interface

**Accessing the ONU CLI** To view configuration, you need to access the ONU's CLI, which the Configs button can do in the quick access bar. After opening the output of the current ONU configuration will be shown.

**Basic Commands** The screenshot you've shared shows a set of commands available in the CLI. Here's a rundown of some common ones:

* `show_config` – This command displays the current configuration of the ONU. It’s useful for verifying changes or troubleshooting.
* `show_info -` displays detailed ONU information after registration if the "View config after apply" option was selected. This includes hardware specs, software versions, system uptime, network interfaces, and other crucial information.
* `run <last_applied_action>` - re-apply [action](/configuration-features/custom-action.md). You can also add parameters to the command with the `--parameter_name value.`
* `help` - view all available commands.
* `exit` – This will close the current CLI session.

<figure><img src="/files/bxMW24OoVAywaO4UzErv" alt=""><figcaption><p>ONU configuration CLI</p></figcaption></figure>


---

# 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://docs.easypon.in/onu-workspace/onu-command-line-interface.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.
