cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4468
Views
0
Helpful
5
Replies

Cisco 9115 EWC

Hi,

 

Got some Cisco 9115 APS that are always presenting this issue:

 

EWC-AP in Recovery Mode......
Please use 'archive download-sw' to upgrade AP and Controller image.
Please use 'show flexconnect ewc-ap launch-log' to check EWC-AP launch log.

 

I've tried to upload the image with the following commands:

archive download-sw ewc-ap tftp://10.48.39.50/C9800-AP-iosxe-wlc.bin

But when it arrives at 80% it says:

  • Image family not supported with 9800-AP

Got a 9800-L at home and they work fine under it, and also a 9210 that is on EWC.

 

Now i just want to put the 9115 in EWC, i even isolated this AP in a different switch.

 

Any ideas how to solve this?

 

1 Accepted Solution

Accepted Solutions

Hi All,

 

Solved my issue using this Topic.

 

https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9120axi-access-point/217537-repairing-c9120-c9115-access-points-from.html#anc4

 

After that, just:

 

u-boot> setenv ipaddr 10.1.1.101
u-boot> setenv netmask 255.255.255.0
u-boot> setenv serverip 10.1.1.1
u-boot> setenv gatewayip 10.1.1.1
u-boot> setenv tftpdir
u-boot> saveenv
u-boot> ping 10.1.1.1
u-boot> boardinit bundle-axel-SS-8_10_130_0.img

 

----------------------------------------------------

 

AP34ED.1B8D.38BC#capwap ap ip 10.1.1.101 255.255.255.0 10.1.1.1
AP34ED.1B8D.38BC#ap-type ewc-ap tftp://10.1.1.1/ap1g7 tftp://10.1.1.1/C9800-AP-iosxe-wlc.bin
Starting download eWLC image tftp://10.1.1.1/C9800-AP-iosxe-wlc.bin ...
It may take a few minutes. If longer, please abort command, check network and try again.
## 4.1%[*07/29/2020 02:37:53.2270]
[*07/29/2020 02:37:53.2270] CAPWAP State: Discovery
[*07/29/2020 02:37:53.2290] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0)
############################### 43.7%[*07/29/2020 02:38:22.6000]
[*07/29/2020 02:38:22.6000] CAPWAP State: Discovery
[*07/29/2020 02:38:22.6020] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0)
############################################################ 84.3%[*07/29/2020 02:38:52.0610]
[*07/29/2020 02:38:52.0610] CAPWAP State: Discovery
[*07/29/2020 02:38:52.0820] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0)
######################################################################## 100.0%
Image download completed.
Checking ...OK
Checking image size...OK
Verifying ...OK
Versioning ...ws_management_version: 17.07.01.0.82
Successfully downloaded and setup eWLC image.
Starting download AP image tftp://10.1.1.1/ap1g7 ...
It may take a few minutes. If longer, please abort command, check network and try again.
###################################################### 75.2%[*07/29/2020 02:39:21.5250]
[*07/29/2020 02:39:21.5250] CAPWAP State: Discovery
[*07/29/2020 02:39:21.5270] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0)
######################################################################## 100.0%
Image download completed.
Upgrading ...
upgrade.sh: Script called with args:[NO_UPGRADE]
do NO_UPGRADE, part2 is active part
upgrade.sh: Script called with args:[-c PREDOWNLOAD]
do PREDOWNLOAD, part2 is active part
upgrade.sh: Start doing upgrade arg1=PREDOWNLOAD arg2=,from_cli arg3= ...
upgrade.sh: Using image /tmp/cli_part.tar on axel-bcm ...
Image signing verify success.

[7/29/2020 2:40:50] : Shadow is now in-synced with master

[7/29/2020 2:40:50] : Verifying against bundle image btldr.img...

[7/29/2020 2:40:50] : Bundle verified.

[7/29/2020 2:40:50] : Upgrading master flash image...

[7/29/2020 2:40:50] : Programming master with bundle version 0x0044
[*07/29/2020 02:39:50.9900]
[*07/29/2020 02:39:50.9900] CAPWAP State: Discovery
[*07/29/2020 02:39:50.9950] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0)

[7/29/2020 2:40:52] : master programmed successfully

[7/29/2020 2:40:52] : upgrade: master is now version 0x0044

[7/29/2020 2:40:52] : Master now upgraded.
upgrade.sh: part to upgrade is part1
upgrade.sh: AP version1: part1 , img 17.7.1.11
upgrade.sh: Untar /tmp/cli_part.tar to /bootpart/part1...
upgrade.sh: Sync image to disk...
[07/29/2020 02:39:55.2260] sched: RT throttling activated

 

Thank you all.

View solution in original post

5 Replies 5

marce1000
VIP
VIP

 

      - FYIhttps://bst.cloudapps.cisco.com/bugsearch/bug/CSCvy82493

 M.



-- ' 'Good body every evening' ' this sentence was once spotted on a logo at the entrance of a Weight Watchers Club !

Hi,

 

Mine is C9115AXI-E, and it still not working.

 

       - Does the Subject of the bug-report apply ?

 M.



-- ' 'Good body every evening' ' this sentence was once spotted on a logo at the entrance of a Weight Watchers Club !

Hi All,

 

Solved my issue using this Topic.

 

https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9120axi-access-point/217537-repairing-c9120-c9115-access-points-from.html#anc4

 

After that, just:

 

u-boot> setenv ipaddr 10.1.1.101
u-boot> setenv netmask 255.255.255.0
u-boot> setenv serverip 10.1.1.1
u-boot> setenv gatewayip 10.1.1.1
u-boot> setenv tftpdir
u-boot> saveenv
u-boot> ping 10.1.1.1
u-boot> boardinit bundle-axel-SS-8_10_130_0.img

 

----------------------------------------------------

 

AP34ED.1B8D.38BC#capwap ap ip 10.1.1.101 255.255.255.0 10.1.1.1
AP34ED.1B8D.38BC#ap-type ewc-ap tftp://10.1.1.1/ap1g7 tftp://10.1.1.1/C9800-AP-iosxe-wlc.bin
Starting download eWLC image tftp://10.1.1.1/C9800-AP-iosxe-wlc.bin ...
It may take a few minutes. If longer, please abort command, check network and try again.
## 4.1%[*07/29/2020 02:37:53.2270]
[*07/29/2020 02:37:53.2270] CAPWAP State: Discovery
[*07/29/2020 02:37:53.2290] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0)
############################### 43.7%[*07/29/2020 02:38:22.6000]
[*07/29/2020 02:38:22.6000] CAPWAP State: Discovery
[*07/29/2020 02:38:22.6020] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0)
############################################################ 84.3%[*07/29/2020 02:38:52.0610]
[*07/29/2020 02:38:52.0610] CAPWAP State: Discovery
[*07/29/2020 02:38:52.0820] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0)
######################################################################## 100.0%
Image download completed.
Checking ...OK
Checking image size...OK
Verifying ...OK
Versioning ...ws_management_version: 17.07.01.0.82
Successfully downloaded and setup eWLC image.
Starting download AP image tftp://10.1.1.1/ap1g7 ...
It may take a few minutes. If longer, please abort command, check network and try again.
###################################################### 75.2%[*07/29/2020 02:39:21.5250]
[*07/29/2020 02:39:21.5250] CAPWAP State: Discovery
[*07/29/2020 02:39:21.5270] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0)
######################################################################## 100.0%
Image download completed.
Upgrading ...
upgrade.sh: Script called with args:[NO_UPGRADE]
do NO_UPGRADE, part2 is active part
upgrade.sh: Script called with args:[-c PREDOWNLOAD]
do PREDOWNLOAD, part2 is active part
upgrade.sh: Start doing upgrade arg1=PREDOWNLOAD arg2=,from_cli arg3= ...
upgrade.sh: Using image /tmp/cli_part.tar on axel-bcm ...
Image signing verify success.

[7/29/2020 2:40:50] : Shadow is now in-synced with master

[7/29/2020 2:40:50] : Verifying against bundle image btldr.img...

[7/29/2020 2:40:50] : Bundle verified.

[7/29/2020 2:40:50] : Upgrading master flash image...

[7/29/2020 2:40:50] : Programming master with bundle version 0x0044
[*07/29/2020 02:39:50.9900]
[*07/29/2020 02:39:50.9900] CAPWAP State: Discovery
[*07/29/2020 02:39:50.9950] Discovery Request sent to 255.255.255.255, discovery type UNKNOWN(0)

[7/29/2020 2:40:52] : master programmed successfully

[7/29/2020 2:40:52] : upgrade: master is now version 0x0044

[7/29/2020 2:40:52] : Master now upgraded.
upgrade.sh: part to upgrade is part1
upgrade.sh: AP version1: part1 , img 17.7.1.11
upgrade.sh: Untar /tmp/cli_part.tar to /bootpart/part1...
upgrade.sh: Sync image to disk...
[07/29/2020 02:39:55.2260] sched: RT throttling activated

 

Thank you all.

mateuszKopinski
Level 1
Level 1

.

Review Cisco Networking products for a $25 gift card