2019/07/19

Change the Cisco Controller base AP to Standalone AP

1. When the AP boot up, press the ESC key, enter the ROMMON mode.
you can see the "ap:" prompt.

ap:


2. Check the available Flash memory amount.

ap: dir flash:/

Directory of flash://

2    -rwx  237       <date>               env_vars
3    -rwx  72759     <date>               event.log
4    -rwx  6168      <date>               private-multiple-fs
44   drwx  1088      <date>               ap3g1-k9w8-mx.152-4.JN
39   -rwx  64        <date>               sensord_CSPRNG1
40   -rwx  64        <date>               sensord_CSPRNG0
9    drwx  128       <date>               ap3g1-rcvk9w8-mx
6    drwx  0         <date>               configs
42   -rwx  76732     <date>               event.capwap

18876928 bytes available (12862976 bytes used)


3. Check the AP's IP address and configuration. default IP address is 10.0.0.1

ap: set
DEFAULT_ROUTER=10.0.0.1
ENABLE_BREAK=yes
IOS_STATIC_DEFAULT_GATEWAY=192.168.16.254
IP_ADDR=10.0.0.1
MANUAL_BOOT=no
NETMASK=255.255.255.0
NEW_IMAGE=yes
RELOAD_REASON=58
ROM_PERSISTENT_UTC=1014941595
TERMLINES=0
ip=?


4. To change IP address, using this command.

ap:set IP_ADDR 10.0.0.1
ap:set NETMASK 255.255.255.0
          ♠ IF you have mistake, erase it using unset command. (unset IP_ADDR 10.0.0.1)


5. Before transfer the IOS image, do initializing.

ap: tftp_init
ap: ether_init
ap: flash_init


6. Downloading the IOS image using this command.

ap: tar -xtract tftp://10.0.0.100/ap3g1-k9w7-tar.152-2.JB.tar flash:/
extracting info (283 bytes)
ap3g1-k9w7-mx.152-2.JB/ (directory) 0 (bytes)
extracting ap3g1-k9w7-mx.152-2.JB/ap3g1-k9w7-mx.152-2.JB (113080 bytes)........................
extracting ap3g1-k9w7-mx.152-2.JB/ap3g1-boot-m_upg (393216 bytes).....................................................................................
extracting ap3g1-k9w7-mx.152-2.JB/u-boot.bin (393216 bytes).....................................................................................
ap3g1-k9w7-mx.152-2.JB/html/ (directory) 0 (bytes)
ap3g1-k9w7-mx.152-2.JB/html/level/ (directory) 0 (bytes)
ap3g1-k9w7-mx.152-2.JB/html/level/1/ (directory) 0 (bytes)


7. Set the boot location like this.

ap: set BOOT flash:/ap3g1-k9w7-mx.152-2.JB/ap3g1-k9w7-mx.152-2.JB


8. After upgrading and rebooting, AP works as Standalone type.

ap: boot

No comments:

Post a Comment