User's Manual

Table Of Contents
copy running-config tftp copies the running configuration to a TFTP server.
copy startup-config tftp copies the startup configuration to a TFTP server.
copy tftp startup-config downloads a startup configuration from a TFTP server.
Example 4.3. Configuration backup and restore
EION: copy running-config tftp 192.168.0.10 eion.rc
Running-config successfully copied to tftp://192.168.0.10 'eion.rc'.
EION: copy tftp startup-config 192.168.0.10 eion.rc
Startup-config successfully copied from tftp://192.168.0.10 'eion.rc'.
Caution
While copying a running configuration or a startup configuration to the TFTP server, ensure
you have permission to upload files. Some TFTP server implementations refuse to create new
files, or can only refresh existing ones.
To edit a configuration manually, you have to copy the startup or running configuration to the TFTP
server directory, edit it in a text editor and then download the revised file back.
Caution
Do not change the command order in configuration files unless you know what you are doing.
4.1.1.7. Configuration File Format
LibraPlus configuration file is a hierarchical command set that can be converted to LibraPlus commands.
Before generating a configuration, each LibraPlus command is divided into a set of strings in accordance
with different command tree levels. For example, LibraPlus command
interface Wireless 0 ip address 192.168.0.3
gets automatically converted to
interface Wireless 0
ip
address 192.168.0.3
In a similar manner, the set of commands
interface Wireless 0 ip address 192.168.0.3
interface Wireless 0 ip mtu 1400
interface Wireless 0 channel 2442
gets converted to
interface Wireless 0
ip
address 192.168.0.3
mtu 1400
channel 2442
36
Configuration