Technical data
Summary of File System Commands
© 2012 Meru Networks, Inc. Managing System Files 27
controller# copy running-config
ftp|sftp|scp:[[[//username:password]@
location/directory]/filename]
Copies the running configuration file to an FTP, SFTP,
or SCP server, for example:
controller# copy running-config
ftp://user1:userpass@server1/jan01-config
controller# copy running-config
scp://user1:userpass@server1/jan01-config
controller# copy running-config
startup-config
Saves the running-configuration to the startup
configuration to make it persistent. You should always
do this after a set of configuration commands if you
want your changes to persist across reboots.
controller# reload ap [id] | all |
controller | default
Reboots the controller and/or the specified AP:
If the ap keyword is specified, all APs are rebooted, or
if id is included, the AP with the identifier id is
rebooted.
If the keyword all is specified, the Meru controller and
all the APs are rebooted, using the current startup
configuration.
If the keyword controller is specified, the controller
is rebooted, using the current startup configuration.
If the keyword default is specified, the controller and
all the APs are rebooted at the factory default startup
configuration.
controller# upgrade feature version
Upgrades the system with the specified feature.
controller# upgrade system version
Upgrades the system image on the controller and all
APs to the specified version.
Command Purpose