Using the Command Line Interface (CLI)
SYSTIMAX® AirSPEED™ AP542
User Guide
138
Bootloader CLI
The Bootloader CLI is a minimal subset of the normal CLI used to perform initial configuration of the AP. This interface
is only accessible via the serial interface if the AP does not contain a software image or if a download image command
over TFTP has failed.
The Bootloader CLI provides you with the ability to configure the initial setup parameters as well as download a
software image to the device.
The following functions are supported by the Bootloader CLI:
–
set
command to configure initial device parameters
–
show
command to view the device’s configuration parameters
–
help
command to provide additional information on all commands supported by the Bootloader CLI
–
reboot
command to reboot the device
The parameters supported by the Bootloader CLI (for viewing and modifying) are:
–
System Name
–
IP Address Assignment Type
–
IP Address
–
IP Mask
–
Gateway IP Address
–
TFTP Server IP Address
–
Image File Name (including the file extension)
The following lists display the results of using the
help
command in the Bootloader CLI:
Figure A-1
Results of “help” Bootloader CLI Command
The following lists display the results of using the
show
command in the Bootloader CLI:
Figure A-2
Results of “show” Bootloader CLI Command
[bootloader] : help
Bootloader Commands
========== ========
help <cr> Display this message
reboot <cr> Reboots the wireless device
set <parameter> <value> <cr> Change the value of the specified parameter
to the value provided
show <opt. parameter> <cr> Display the current value of the specified
system parameter, or if none is specified,
display the values of all the system parameters
The system parameters are :
System Parameters Description
====== ========== ===========
sysname System Name
ipaddr System IP Address
ipsubmask System Subnet Mask
ipgw Default Gateway IP Address
ipaddrtype STATIC or DYNAMIC IP Address
tftpipaddr TFTP Server IP Address
tftpfilename Image or Binary File name
A special option of the set command will reset the system to its
factory defaults:
set sysresettodefaults 1
[bootloader] : show
sysname : bootloader | System Name
ipaddr : 169.254.128.132 | System IP Address
ipsubmask : 255.255.0.0 | System Subnet Mask
ipgw : 169.254.128.133 | Default Gateway IP Address
ipaddrtype : dynamic | STATIC or DYNAMIC IP Address
tftpipaddr : 169.254.128.133 | TFTP Server IP Address
tftpfilename : filename | Image or Binary File name