Table of Contents

11. Configuring AXIGEN using CLI

11.1. Connecting to CLI

11.2. Troubleshoot the CLI Connection

11.3. Common commands

11.4. Context Specific Commands (I)

11.5. Context Specific Commands (II)

11.6. Special Contexts

11.1. Connecting to CLI

To connect to AXIGEN command line interface (CLI), after installing AXIGEN with its default settings, please enter in your terminal, while logged as root:
[root@example ~]# telnet 127.0.0.1 7000

In order to be able to connect to AXIGEN CLI, you should enable the CLI listener and connect to the correct IP:port address. You can verify the CLI listeners using the CLI -> Listeners page in WebAdmin.

You should see a welcome message similar to the one below:
Connected to <hostname> (127.0.0.1).
Escape character is '^]'.
Welcome to AXIGEN's Command Line Interface
You must login first. For a list of available commands, type HELP
<login>


Enter the username (admin) and password set with the AXIGEN Configuration Wizard.

A list of commands available in different contexts and sub-contexts of AXIGEN command-line interface is included in CLI Commands section.