User`s guide
20
If you have local command echo enabled on your terminal, you may see the AT command
displayed as “AATT”. If this happens you may use the “ATE0” command (which will appear
as “AATTEE00”), to prevent the unit from providing command echo. After this command has
been entered, further commands will be displayed without the echo.
The “AT” command prefix and the commands that follow it can be entered in upper or lower
case. After the prefix, you may enter one or more commands on the same line of up to 40
characters. When the line is entered, the unit will execute each command in turn.
CLI parameter tables and how to use them
After every section, there will be a table that details the CLI parameters that relate to the
web based parameters.
The CLI parameters nearly always take the following format, there are only a few
exceptions.
<entity> <instance> <parameter> <value>
Where:
<entity> = eth, ppp, modemcc, wifi, ike, eroute, etc…
<instance> = 0, 1, 2, 3, etc… Some entities only use 0. Others have multiple instances.
<parameter> = The parameter name, such as, ipaddr, mask, gateway, etc...
<value> = The value to set, such as, off, on, 192.168.1.1, username, free_text, etc…
An example CLI parameter table would look like the following for Ethernet
parameters.
Entity
Instance
Parameter
Values
Equivalent Web Parameter
eth n descr Free text field Description
eth n ipaddr Valid IP address IP Address
eth n mask Valid Subnet Mask Mask
eth n gateway IP address Gateway
eth n dnsserver IP address DNS Server
eth n secdns IP address Secondary DNS Server
eth n dhcpcli Off / On
On = Get an IP address
automatically using DHCP
Off = Use the following IP address
To use this table, read the row from left to right and replace the values as appropriate.
Only the first 4 columns are needed for the CLI parameters, the right hand column shows
the equivalent web based parameter.
If the Instance is n in the table, it is because there are multiple instances available. Use
the instance number you need for your requirements.
If the Instance is set to a specific number, such as 0, use the number specified in the
table.
For example, to set a ‘Description’ of ‘Local LAN’ on Ethernet 0:
eth 0 descr “Local LAN”