Export - Siemens scalance WLC711 Reference Manual

Hide thumbs Also See for scalance WLC711:
Table of Contents

Advertisement

move orig_index | new_index
Parameters
orig_index
new_index
Examples
The following example displays the current DNS server configuration:
WLC.siemens.com
dns 1 192.1.1.3
dns 2 192.1.2.3
dns 3 192.1.3.3
To move the DNS sever 192.1.3.3 into the first position on the DNS servers list, use the following
command:
host-attributes:dns# move 3 1
The following displays the results of the previous
WLC.siemens.com
dns 1 192.1.3.3
dns 2 192.1.1.3
dns 3 192.1.2.3

export

Use the
command to export the controller's configuration, CDRs, logs and audit information, or
export
all of them in a .zip file to either the local or flash drive. During the export process, the .zip file
containing the controller's data is zipped. The exported file displays .zip extension. If you want to
upload the controller's data to the FTP or SCP server, you must use the
command. For more information, see
export configuration | cdrs | all | logs | audit | local | flash
Parameters
configuration
cdrs
all
logs
audit
local
flash
SCALANCE WLC711 CLI Reference Guide
Specifies the current position of the DNS server that you want to reposition.
Specifies the new position of the DNS server that you want to reposition.
:host-attributes:dns# show
:host-attributes:dns# show
copy
on page 28.
Exports the controller's configuration.
Exports the controller's CDRs.
Exports all of the following: controller's configuration, CDRs, logs, audit
information.
Exports the controller's logs.
Exports the controller's audit information.
Exports the specified data to the local drive.
Exports the specified data to the flash drive.
command:
move
copy configuration
root Commands
export
33

Advertisement

Table of Contents
loading

Table of Contents