ZyXEL Communications Corporation WAC6553D-E Manuel D’Utilisation

Page de 230
NWA5000 / WAC6500 Series User’s Guide
162
C
H A P T E R
      1 4
File Manager
14.1  Overview
Configuration files define the NWA/WAC’s settings. Shell scripts are files of commands that you can 
store on the NWA/WAC and run when you need them. You can apply a configuration file or run a 
shell script without the NWA/WAC restarting. You can store multiple configuration files and shell 
script files on the NWA/WAC. You can edit configuration files or shell scripts in a text editor and 
upload them to the NWA/WAC. Configuration files use a .conf extension and shell scripts use a .zysh 
extension.
14.1.1  What You Can Do in this Chapter
• The Configuration File screen (
You can also download and upload configuration files.
• The Firmware Package screen (
) checks your current firmware 
version and uploads firmware to the NWA/WAC.
• The Shell Script screen (
) stores, names, downloads, uploads and runs 
shell script files. 
14.1.2  What you Need to Know
The following terms and concepts may help as you read this chapter.
Configuration Files and Shell Scripts
When you apply a configuration file, the NWA/WAC uses the factory default settings for any 
features that the configuration file does not include. When you run a shell script, the NWA/WAC 
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
# 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