1 ‘set’command – SENA LS100W User Manual
Page 17

17
- If group is omitted, shows help screen.
- If group is specified, shows 'set' command
usage of the group.
factorydefault [option] +
Restore factory default values
- 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.
If success,
“OK”+
If error
“ERROR” +
save +
Save changes
If success,
“OK”+
If error
“ERROR” +
exit +
Exit without rebooting the device (changes are
not applied)
If success,
“OK”+
If error
“ERROR” +
reboot +
Exit and reboot the device
None
2.4.1 ‘set’Command
With ‘set’ command, users can configure parameter values of the LS100W for each environment.
Basic ‘set’command usage is as follows:
set group par1 [par2 ...] +
where,
group = 'ip','host','serial' or 'admin'
par1 par2 ... = configuration parameters. Use * to keep a parameter's value
The ‘group’is the category where the parameters should be entered. For example, if users want to set
parameters related to the IP configuration, use set command as shown in the Figure 2-8.
> set ip static 192.168.1.100 255.255.255.0 192.168.1.1
OK
>
Figure 2-8 IP configuration example screen
In the above example, the first parameter ‘ip’ indicates that the following parameters are IP
configuration parameters. The second parameter ‘static’ indicates that the LS100W will use static IP
address of the third parameter ‘192.168.1.100’. The fifth parameter indicates the subnet mask and the
next indicates the default gateway IP address.
If users want to change only one of the parameters of the group, users can omit trailing parameters
and/or can use ‘*’to keep a parameter value. The screen below will show how to change subnet mask
only without changing IP address and gateway IP address.