Use the local web UI to manage wireless connectivity on your Azure Stack Edge Mini R

This article describes how to manage wireless network connectivity on your Azure Stack Edge Mini R device. You can use the local web UI on your Azure Stack Edge Mini R device via to add, connect to, and delete Wi-Fi profiles.

About Wi-Fi

Note

On Azure Stack Edge 2309 and later, Wi-Fi functionality for Azure Stack Edge Mini R has been deprecated. Wi-Fi is no longer supported on the Azure Stack Edge Mini R device.

Your Azure Stack Edge Mini R device can operate both when wired to the network or via a wireless network. The device has a Wi-Fi port that must be enabled to allow the device to connect to a wireless network.

Your device has five ports, PORT 1 through PORT 4 and a fifth Wi-Fi port. Here is a diagram of the back plane of a Mini R device when connected to a wireless network.

Cabling for Wi-Fi

Add, connect to Wi-Fi profile

Do the following steps in the local UI of your device to add and connect to a Wi-Fi profile.

  1. Go to the Get started page in the local web UI of your device. On the Network tile, select Configure.

    On your physical device, there are five network interfaces. PORT 1 and PORT 2 are 1-Gbps network interfaces. PORT 3 and PORT 4 are all 10-Gbps network interfaces. The fifth port is the Wi-Fi port.

    Local web UI "Network settings" page 1

    Select the Wi-Fi port and configure the port settings.

    Important

    We strongly recommend that you configure a static IP address for the Wi-Fi port.

    Local web UI "Network settings" page 2

    The Network page updates after you apply the Wi-Fi port settings.

    Local web UI "Network settings" page 3

  2. Select Add Wi-Fi profile and upload your Wi-Fi profile.

    Local web UI "Port WiFi Network settings" 1

    A wireless network profile contains the SSID (network name), password key, and security information to be able to connect to a wireless network. You can get the Wi-Fi profile for your environment from your network administrator.

    For information about preparing your Wi-Fi profiles, see Use Wi-Fi profiles with Azure Stack Edge Mini R devices.

    Local web UI "Port WiFi Network settings" 2

    After the profile is added, the list of Wi-Fi profiles updates to reflect the new profile. The profile should show the Connection status as Disconnected.

    Local web UI "Port WiFi Network settings" 3

  3. After the wireless network profile is successfully loaded, connect to this profile. Select Connect to Wi-Fi profile.

    Local web UI "Port Wi-Fi Network settings" 4

  4. Select the Wi-Fi profile that you added in the previous step and select Apply.

    Local web UI "Port Wi-Fi Network settings" 5

    The Connection status should update to Connected. The signal strength updates to indicate the quality of the signal.

    Local web UI "Port Wi-Fi Network settings" 6

    Note

    To transfer large amounts of data, we recommend that you use a wired connection instead of the wireless network.

Download Wi-Fi profile

You can download a Wi-Fi profile that you are using for the wireless network connectivity.

  1. In the local web UI of your device, go to Configuration > Network.

  2. Under Wi-Fi profile settings, select Download profile. This should download the Wi-Fi profile that you are currently using.

Delete Wi-Fi profile

You can delete a Wi-Fi profile that you are using for the wireless network connectivity.

  1. In the local web UI of your device, go to Configuration > Network.

  2. Under Wi-Fi profile settings, select Delete Wi-Fi profile.

  3. In the Delete Wi-Fi profile blade, choose the profile you want to delete. Select Apply.

Configure Cisco Wi-Fi profile

Here is some guidance for how to manage and configure a Cisco wireless controller and access point on your device.

DHCP Bridging Mode

To use a Cisco Wireless controller for your device, you must enable dynamic host configuration protocol (DHCP) bridging mode on the wireless LAN controller (WLC).

For more information, see DHCP Bridging Mode.

Bridging configuration example

To enable the DHCP bridging functionality on the controller, you must disable the DHCP proxy feature on the controller. To enable DHCP bridging using the command line:

(Cisco Controller) > config dhcp proxy disable
(Cisco Controller) > show dhcp proxy
DHCP Proxy Behaviour: disabled

If the DHCP server does not exist on the same Layer 2 (L2) network as the client, then the broadcast should be forwarded to the DHCP server at the client gateway using an IP helper. This is a sample of this configuration:

Switch#conf t
Switch(config)#interface vlan <client vlan #>
Switch(config-if)#ip helper-address <dhcp server IP>

The DHCP bridging feature is a global setting, so it affects all DHCP transactions within the controller. You need to add IP helper statements in the wired infrastructure for all necessary virtual local area networks (VLAN)s on the controller.

Enable the passive client for WLAN

To enable the passive client feature for wireless local area network (WLAN) on a Cisco Wireless controller:

  • The interface associated to the WLAN must have a VLAN tagging enabled.
  • Multicast VLAN must be enabled for the WLAN.
  • GARP forwarding must be enabled on the WLC.

For more information, see Multicast VLAN Information About Multicast Optimization.

Troubleshoot

If you encounter issues with IP address allocations on VMs running on an Azure Stack Edge Mini R device, the above configuration settings on your network environment should be validated.

Next steps