Created
September 5, 2017 13:52
-
-
Save bohack/5cd94a6616f281bcf1beb9e8c7bfa849 to your computer and use it in GitHub Desktop.
Flashing a 3700i Cisco Wireless Access Point
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hold the reset button for 30 seconds during boot | |
release and press ESC a few times | |
format flash: | |
set ENABLE_BREAK=yes | |
set IP_ADDR 10.2.7.10 | |
set NETMASK 255.255.0.0 | |
tftp_init | |
ether_init | |
flash_init | |
tar -xtract tftp://10.2.1.45/ap3g2-k9w7-tar.153-3.JF.tar flash: | |
set BOOT flash://ap3g2-k9w7-mx.153-3.JF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment