Guides configuration of access points as Workgroup Bridges, including tasks to enter autonomous mode, set up Wave 2 APs, configure SSID and EAP profiles, authentication servers, 802.1X credentials, certificate enrollment, radio interface, timeouts, and bridge forwarding using CLI commands.
Configure Cisco Wave 2 APs or 11AX APs in WGB or CAPWAP AP mode (CLI)
Procedure
Configure an SSID profile for Cisco Wave 2 and 11AX APs (CLI)
Before you begin
Ensure you have access to the AP console and any preshared keys or EAP profiles needed for authentication.Procedure
Configure the authentication server (CLI)
Before you begin
Ensure you have the IP address, port number, and shared secret for the RADIUS server you are configuring.Procedure
Example:
Device# configure radius authentication primary | secondary add ipv4|ipv6 address radius-server-ip-address port radius-server-port-number secret radius-secret
Device# configure radius authentication primary add ipv4 address 192.168.1.2 port 1812 secret Cisco123
-
primary | secondary: specifies if the RADIUS server is primary or secondary.
-
ipv4 | ipv6: identifies the IP address type.
-
radius-server-ip-address: is the management IP address of the RADIUS server.
-
radius-server-port-number: is typically 1812 for authentication.
-
radius-secret: is a shared secret between the device and the RADIUS server (case-sensitive).
Configure dot1X credential (CLI)
Before you begin
Ensure the device is in global configuration mode before issuing these commands.Procedure
Configure an EAP profile (CLI)
Before you begin
Enable global configuration mode on the device and verify access to CLI.Procedure
Configure manual-enrollment of a Trustpoint for WGB (CLI)
Before you begin
Ensure that the WGB configuration is complete and the required CA certificate is accessible. You must have administrator access to the CLI and all necessary server and certificate information.Procedure
Configure auto-enrollment of a Trustpoint for workgroup bridge (CLI)
Before you begin
Ensure the device is running the appropriate WGB image and has connectivity to the CA server.Procedure
Configure manual certificate enrollment using TFTP server (CLI)
Procedure
Import the PKCS12 format certificates from the TFTP server (CLI)
Procedure
Configure radio interface for workgroup bridges (CLI)
Procedure
Configure workgroup bridge timeouts (CLI)
Use this task to configure various timeout values that control workgroup bridge (WGB) behavior, improving reliability and performance.
-
Set specific timeout limits for association, authentication, EAP, DHCP response, and channel scan processes.
Timeout values affect how long the WGB waits for events before triggering corrective actions or failure notices.
This task applies to Cisco devices in environments where precise timeout management is needed for workgroup bridge operations and troubleshooting.
Before you begin
Ensure you have privileged EXEC access on the device.
-
Verify device compatibility and active WGB configuration.
Procedure
The configured timeout parameters apply immediately and affect how the WGB responds to events and failures.
For example, to set the WGB association response timeout to 4000 milliseconds:
Device# configure wgb association response timeout 4000
What to do next
Verify timeout settings by using display commands and monitoring WGB behavior.
-
Adjust timeouts as needed for specific network or client stability.
Configure bridge forwarding for workgroup bridge (CLI)
Before you begin
The Cisco Wave 2 and 11AX APs as Workgroup Bridge recognizes the Ethernet clients only when the traffic has the bridging tag.
We recommend setting the WGB bridge client timeout value to default value of 300 seconds, or less in environment where change is expected, such as:
-
Ethernet cable is unplugged and plugged back.
-
Endpoint is changed.
-
Endpoint IP is changed (static to DHCP and vice versa).
If you need to retain the client entry in the WGB table for a longer duration, we recommend you increase the client WGB bridge timeout duration.