09-12-2022 01:13 PM
how to paste cisco Aironet AP 2700 configuration to another AP 2700 device
09-12-2022 02:10 PM
If 2702AP managed by a WLC, then configuration push from WLC, you do not want to manage AP configurations individually.
If 2702 AP in standalone mode with autonomous image (k9w7), then you take the backup of AP configuration like any normal Cisco devices (show run or show startup) & apply that to another autonomous AP
HTH
Rasika
*** Pls rate all useful responses ***
09-12-2022 02:17 PM
I use autonomous image (k9w7)
can you give an example?
09-12-2022 03:01 PM - edited 09-12-2022 03:26 PM
If that is the case it is very simple.
1. You log onto to AP (via SSH or Telnet), otherwise access it via console cable
2. Copy the running configuration to flash
AAP-702W#copy run flash:AAP-Backup.txt
Destination filename [AAP-Backup.txt]?
1809 bytes copied in 0.144 secs (12563 bytes/sec)
3. Take backup out of the flash to your TFTP server
copy flash:AAP-Backup.txt tftp://<your_tftp_server_ip>
4. If you have static IP configs, modify it & upload to new AP flash:
5. copy flash:<AAP-Backup.txt> to startup
6. reload new AP (if it asks you to save configurations, select NO)
HTH
Rasika
*** Pls rate all useful responses ***
09-12-2022 03:13 PM
oke ... thank you
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide