17-18
Cisco Aironet 1400 Series Wireless Bridges Software Configuration Guide
OL-4059-01
Chapter 17 Managing Firmware and Configurations
Working with Configuration Files
This example shows how to copy the running configuration file named
ap2-confg
to the
netadmin1
directory on the remote host with an IP address of 172.16.101.101:
BR#
copy system:running-config rcp://[email protected]/ap2-confg
Write file br-confg on host 172.16.101.101?[confirm]
Building configuration...[OK]
Connected to 172.16.101.101
BR#
This example shows how to store a startup configuration file on a server:
BR#
configure terminal
BR(config)#
ip rcmd remote-username netadmin2
BR(config)#
end
BR#
copy nvram:startup-config rcp:
Remote host[]?
172.16.101.101
Name of configuration file to write [ap2-confg]?
Write file ap2-confg on host 172.16.101.101?[confirm]
![OK]
Clearing Configuration Information
This section describes how to clear configuration information.
Deleting a Stored Configuration File
Caution
You cannot restore a file after it has been deleted.
To delete a saved configuration from Flash memory, use the
delete flash:
filename
privileged EXEC
command. Depending on the setting of the
file prompt
global configuration command, you might be
prompted for confirmation before you delete a file. By default, the bridge prompts for confirmation on
destructive file operations. For more information about the
file prompt
command, refer to the
Cisco IOS
Command Reference for Release 12.1
.
Step 5
end
Return to privileged EXEC mode.
Step 6
copy system:running-config
rcp:
[[[
//
[
username
@
]
location
]
/
directory
]
/
filename
]
or
copy nvram:startup-config
rcp:
[[[
//
[
username
@
]
location
]
/
directory
]
/
filename
]
Using RCP, copy the configuration file from an bridge
running or startup configuration file to a network server.
Command
Purpose