Cisco 881w AP factory reset

5,254

I think that will only reset your configuration so the IOS should be the same as the one running on the device when you issue the command.

http://www.cisco.com/en/US/docs/routers/access/800/860-880-890/software/configuration/guide/admin_ap_ps9572_TSD_Products_Configuration_Guide_Chapter.html#wp1057756 seems to confirm this.

Share:
5,254

Related videos on Youtube

user3114802
Author by

user3114802

DevOps Engineer at Intact Financial Corporation

Updated on September 18, 2022

Comments

  • user3114802
    user3114802 over 1 year

    If I want to return to the factory IOS and configurations of the AP only, I must issue this command:

    service-module wlan-ap0 reset default-config
    

    right?

    But which IOS is going to replace the current?

  • user3114802
    user3114802 about 12 years
    But if I have a corrupted IOS, how do I reset it do the factory default also?
  • Jontas
    Jontas about 12 years
    The "hard" bit is getting the IOS image file. Put the new IOS in the TFTP server's directory, then run this from the AP's command line (not in configure terminal mode): archive download-sw /overwrite /reload tftp://10.20.30.xx/name-of-image-you-downloaded Let it run the update, it will reboot itself.
  • user3114802
    user3114802 about 12 years
    Jontas, I cannot run any of these command ("archive" command) from the AP module, it is corrupted.
  • Jontas
    Jontas about 12 years
    This is a bit from what I actually knows then ... I think this post might help you though itknowledgeexchange.techtarget.com/network-technologies/…
  • Anthony Geoghegan
    Anthony Geoghegan almost 8 years
    Links to external resources are encouraged, but the salient information from the link should be included in the post. In general it’s best for answers to be as self-contained as possible. Always quote the most relevant part of the external resource as its URL may change or go permanently offline.