Administrator's Guide
Chapter 15. Command Line Reference
This is a reference for the Command Line Interface (CLI), which can be accessed via the
serial console or SSH (see the chapter titled Basic Administration).
Command Reference
Here is a list of the commands available in the Command Line Interface (CLI).
Commands are presented like this: command [--flag] parameter1|parameter2 [param-
eter3 ...]. An example is:
ping ip-address
--flag means that the flag can modify the command in some way.
parameter1 means that the parameter1 (like "ip-address" in the example) should be re-
placed with a specified parameter of that type (like a real IP address, 193.180.23.23).
parameter1|parameter2 means that either parameter1 or parameter2 can be used.
[parameter3] means that this parameter is optional.
parameter3 ... means that this type of parameter can be used multiple times.
Help and Troubleshooting
help
Usage: help [command ...]
When this command is given without parameters, you get a list of available commands and
tips about how to exit and how to interrupt a command.
If you enter a command, you will get information about how to use that command.
list-errors
Usage: list-errors [--verbose] [table ...]
List errors in a table. If no table name is entered, all errors in tables in the preliminary
configuration are listed.
With the --verbose flag, a longer description of each error is displayed.
ping
Usage: ping ip-address|dns-name
Check if a host is reachable using ICMP Echo Request (ping). To use DNS names, a DNS
server must be configured for the Telecommuting Module.
terminal-coding
Usage: terminal-coding encoding
Sets the character encoding used by the terminal. Supported encodings are ascii, iso-8859-1
and utf-8.
237