B.2.3 'help' command – SENA Rhio10 User Manual
Page 74
74
B.2.3 'help' Command
With ‘help’ command, users can find command usage help in the console screen. Basic
command usage is as follows:
help [group] +
where,
if group is omitted, overall help screen will be displayed
if group is specified, ‘set’ command usage of specified group will be displayed.
Figure B-11 shows help screen when no group is specified while Figure 2-16 shows help screen
with ‘ip’ group specified.
> help
set group par1 [par2 ...] +
- group = 'ip','host' or 'admin'
- par1 ... = configuration parameters. Use * to keep a parameter's value
get [group] +
- group = 'ip','host','admin' or 'status'
- If group is specified, shows settings of the group.
- If group is omitted, shows settings of all groups.
help [group] +
- If group is omitted, shows this screen.
- If group is specified, shows 'set' command usage of the group.
factorydefault [option] +
- 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 +
- Save changes
exit +
- Exit without rebooting the device
reboot +
- Exit and reboot the device
Figure B-11 Help screen
> 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
Figure B-12 Help screen with ‘ip’ group specified