Cisco Wi-Fi Interface Module (WIM) Overview
This chapter of the configuration guide has been turned into a stand-alone book called Cisco Wi-Fi Interface Module (WIM) Configuration Guide to provide more details on the configuration of the WIM.
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter contains the following sections:
This chapter of the configuration guide has been turned into a stand-alone book called Cisco Wi-Fi Interface Module (WIM) Configuration Guide to provide more details on the configuration of the WIM.
Cisco IOS XE release 17.11.1a provides additional capabilities to the Cisco Wi-Fi Interface Module (WIM).
This section contains the following:
A WiFi6 Interface Module (WIM) firmware upgrade is a process that:
Automates the transfer of firmware images from a router’s local flash to the WiFi6 Interface Module (WIM).
Ensures the WiFi6 module remains consistently up to date through seamless integration with the Cisco SD-WAN controller.
Simplifies ongoing maintenance for network operators.
You can enable seamless WIM firmware upgrades through the Cisco SD-WAN controller by automating image transfers from the router's local flash. This enhancement streamlines maintenance and ensures the WiFi6 module is always current.
To facilitate the firmware upgrade process these key enhancements are added:
VLAN 2371 is now reserved exclusively for WIM management traffic. This VLAN handles the secure transfer of firmware images from the IR1800 to the WIM.
A new VRF named wifi6-mgmt-vrf has been added. The Vlan2371 interface is assigned to this VRF to isolate management traffic from standard data traffic.
A new Switch Virtual Interface (SVI) for VLAN 2371 is created with a dedicated management IP address within the 192.168.3.1 range to communicate with the module.
The WIM management IP address is 192.168.3.4
The interface Wlan-GigabitEthernet0/1/4 is now configured in Trunk Mode. VLAN 2371 is automatically allowed on this trunk to ensure management connectivity.
An internal TFTP server is automatically enabled on the IR1800, pointing to the firmware image stored in the local flash for the WIM to retrieve.
You need to add the data traffic vlans to the allowed vlan list in Wlan-GigabitEthernet0/1/4.
These commands are used for upgrading the WIM firmware on the Cisco Catalyst IR1800 Rugged Series Router.
vrf definition wifi6-mgmt-vrf
interface Wlan-GigabitEthernet0/1/4
switchport mode trunk
interface Vlan2371
vrf forwarding wifi6-mgmt-vrf
ip address 192.168.3.1 255.255.255.240
tftp-server bootflash:WIM-FW-IMAGES/ap1g8t-wim-image-tar
![]() Note |
|