Cisco Catalyst IW9167E Heavy Duty Access Point Configuration Guide, Release 26.1.x

PDF

Cisco Catalyst IW9167E Heavy Duty Access Point Configuration Guide, Release 26.1.x

Upgrade the uWGB image

Want to summarize with AI?

Log in

Learn how to upgrade the uWGB image by converting the device to WGB mode, downloading and installing the new software image, and reverting to uWGB mode.


To upgrade the uWGB software image, first convert the device from uWGB mode to WGB mode, as uWGB mode does not support TFTP or SFTP protocols for image upgrades. Then, download the software image by using either the TFTP or SFTP protocol. After the download, install the software image to complete the upgrade. Finally, revert the device from WGB mode back to uWGB mode.

Procedure

1.

Connect a TFTP or SFTP server to the wired 0 port of the uWGB.

2.

Use the configure Dot11Radio slot_id disable command to disable the radio interface.

Device#configure Dot11Radio 1 disable 
3.

Use the configure Dot11Radio slot_id mode wgb ssid-profile ssid_profile_name command to configure the device to WGB mode using an existing SSID profile.

Device# configure Dot11Radio 1 mode wgb ssid-profile WGB-SSID 

            This command will reboot with downloaded configs.
            Are you sure you want continue? <confirm>
Note

This command reboots the device with the downloaded configuration.

4.

Use the configure ap address ipv4 static IPv4_address netmask Gateway_IPv4_address command to assign a static IP address to the device.

Device# configure ap address ipv4 static 192.168.1.101 255.255.255.0 192.168.1.1
5.

Use the ping server_IP command to test ICMP connectivity to the server.

Device# ping 192.168.1.20
            Sending 5, 100-byte ICMP Echos to 192.168.1.20, timeout is 2 seconds
            PING 192.168.1.20
            !!!!!
            Success rate is 100 percent (5/5), round-trip min/avg/max = 0.858/0.932/1.001 ms
6.

Use the archive download/reload [ tftp | sftp | http ] :// server_ip / file_path command to download andupgrade the uWGB image using TFTP, SFTP, or HTTP.

archive download /reload tftp://192.168.1.100/xxxx_iosxe.17.13.01.SPA.bin
          
7.

Use the configure Dot11Radio slot_id mode uwgb wired_client_mac_addr ssid-profile ssid_profile_name command to switch the device back to uWGB mode.

Device#configure Dot11Radio 1 mode uwgb 0011.2233.4455 ssid-profile uWGB-SSID