NWA50AX User’s Guide
167
C HAPTER 18
File Ma na g e r
18.1 O ve rvie w
Configuration files define the Zyxel Device’s settings. Shell scripts are files of commands that you can
store on the Zyxel Device and run when you need them. You can apply a configuration file or run a shell
script without the Zyxel Device restarting. You can store multiple configuration files and shell script files
on the Zyxel Device. You can edit configuration files or shell scripts in a text editor and upload them to
the Zyxel Device. Configuration files use a .conf extension and shell scripts use a .zysh extension.
18.1.1 Wha t Yo u C a n Do in this C ha pte r
• The C o nfig ura tion File screen (
Section 18.2 on page 168) stores and names configuration files. You
can also download and upload configuration files.
• The Firm wa re Pa c ka g e screen (Section 18.3 on page 173) checks your current firmware version and
uploads firmware to the Zyxel Device.
• The She ll Sc ript screen (Section 18.4 on page 175) stores, names, downloads, uploads and runs shell
script files.
18.1.2 Wha t yo u Ne e d to Know
The following terms and concepts may help as you read this chapter.
C o nfig ura tio n File s a nd She ll Sc ripts
When you apply a configuration file, the Zyxel Device uses the factory default settings for any features
that the configuration file does not include. When you run a shell script, the Zyxel Device only applies the
commands that it contains. Other settings do not change.
These files have the same syntax, which is also identical to the way you run CLI commands manually. An
example is shown below.
Fig ure 102 Configuration File / Shell Script: Example
# enter configuration mode
configure terminal
# change administrator password
username admin password 4321 user-type admin
#configure default radio profile, change 2GHz channel to 11 & Tx output
power # to 50%
wlan-radio-profile default
2g-channel 11
output-power 50%
exit
write