Manual
20-17
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-30644-01
Chapter 20 Managing Firmware and Configurations
Working with Configuration Files
%SYS-5-CONFIG_NV:Non-volatile store configured from host2-config by rcp from
172.16.101.101
Uploading a Configuration File by Using RCP
Command Purpose
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Beginning in privileged EXEC mode, follow these steps to upload a configuration file by using RCP:
This example shows how to copy the running configuration file named ap
2-confg to the netadmin1
directory on the remote host with an IP address of 172.16.101.101:
ap# copy system:running-config rcp://netadmin1@172.16.101.101/ap2-confg
Write file ap-confg on host 172.16.101.101?[confirm]
Building configuration...[OK]
Connected to 172.16.101.101
ap#
This example shows how to store a startup configuration file on a server:
ap# configure terminal
ap(config)# ip rcmd remote-usernam
e netadmin2
ap(config)# end
ap# 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.
Verify that the RCP server is p
roperly configured by
referring to the “Preparing to Download or Upload a
Configuration File by Using RCP” section on page 20-15.
Log into the access point through a Telnet session.
configure terminal Enter g
lobal configuration mode.
This step is required only if you override the default remote
username (see Steps 4 and 5).
ip rcmd remote-username use
rname (Optional) Specify the remote username.
end Retu
rn to privileged EXEC mode.
copy system:running-config
rc
p:[[[//[username@]location]/directory]/filename]
or
copy nvram:startup-config
rcp:[[[//[username@]location]/directory]/filename]
Using RCP, copy the configuration file from an access point
running or startup configuration file to a network server.