Command usage
28
Models 2211 & 2232 Getting Started Guide
2 • Getting started
Stop_bits: 1_bit
Flow_control: None
DTR_option: Always_high
DSR_option: None
Interchar_timeout(ms): 50
>
'help' Command
With
help
command, users can find command usage help in the console screen. Basic command usage is
as follows:
help [group] + <CR>
where,
if group is omitted, overall help screen will be displayed
if group is specified, 'set' command usage of specified group will be displayed.
The following shows the help screen when no group is specified
> help
set group par1 [par2 ...] + <CR>
- group = 'ip','host','serial' or 'admin'
- par1 ... = configuration parameters. Use * to keep a parameter's value
get [group] + <CR>
- group = 'ip','host','serial','admin' or 'status'
- If group is specified, shows settings of the group.
- If group is omitted, shows settings of all groups.
help [group] + <CR>
- If group is omitted, shows this screen.
- If group is specified, shows 'set' command usage of the group.
factorydefault [option] + <CR>
- if option is omitted, all parameters are set with factory default values.
- if option='-ip',
all parameters except IP settings are set with factory default values.
save + <CR>
- Save changes
exit + <CR>
- Exit without rebooting the device
<CR>
- Exit and reboot the device
The following shows the help screen with 'ip' group specified.
> help ip
set ip ipmode par1 par2 ...
- ipmode: static=Static IP / dhcp=DHCP / pppoe=PPPoE
- parameters:
if ipmode = static,
par1 = IP address,
par2 = subnet mask,
par3 = gateway
if ipmode = dhcp,
no parameters required
if ipmode = pppoe,
par1 = PPPoE username,
par2 = PPPoE password