Describes methods for configuring wireless management.
Describes methods for configuring wireless management.
Cisco Catalyst SD-WAN Control Components and Device Management Guide, Releases 26.x and Later
Describes methods for configuring wireless management.
Describes methods for configuring wireless management.
On the page, choose SD-WAN as the solution type.
| 1. | From the Cisco SD-WAN Manager menu, choose . |
|
| 2. | Create and configure a Wireless LAN feature in Service profile. |
Refer to Deploy a Configuration Group in the Cisco Catalyst SD-WAN Configuration Groups Reference Guide.
Use this procedure to configure and manage wireless settings on your Cisco ISR 1000 Series Routers using Cisco SD-WAN Manager. This task allows you to enable wireless LAN functionality directly on the router, leveraging its embedded wireless controller capabilities.
Wireless management on ISR 1000 Series Routers enables you to set up wireless LANs (WLANs) directly on the router, utilizing its embedded wireless controller. This eliminates the need for an external wireless LAN controller, simplifying network architecture and management.
Ensure your Cisco ISR 1000 Series Router is a supported model with a WLAN module (WiFi 5 or WiFi 6 capable).
Confirm that necessary network prerequisites, such as DHCP server availability and proper VLAN configuration for the WLAN module's management interface, are in place.
Follow these steps to configure wireless management using feature templates in Cisco SD-WAN Manager:
| 1. | From the Cisco SD-WAN Manager menu, choose Configuration > Templates. |
|||||||||||||||||||||||||
| 2. | Click Feature Templates. In Cisco vManage Release 20.7.x and earlier releases, Feature Templates is titled as Feature. |
|||||||||||||||||||||||||
| 3. | Click Add Template to select an appropriate device model. |
|||||||||||||||||||||||||
| 4. | In the left pane, from Select Devices, choose a Cisco ISR 1000 Series Router for which you are creating a template. |
|||||||||||||||||||||||||
| 5. | Under OTHER TEMPLATES, click ISR1K Wireless to select it as the feature template. |
|||||||||||||||||||||||||
| 6. | In the Template Name field, enter a name for the feature template. This field is mandatory and can contain only uppercase and lowercase letters, the digits 0 to 9, hyphens (-), and underscores (_). It cannot contain spaces or any other characters. |
|||||||||||||||||||||||||
| 7. | In the Description field, enter a description for the feature template. This field is mandatory, and it can contain all characters and spaces. |
|||||||||||||||||||||||||
| 8. | Enter the Wi-Fi SSID details for setting up a wireless LAN:
|
|||||||||||||||||||||||||
| 9. | Enter the General details for the wireless LAN:
|
|||||||||||||||||||||||||
| 10. | Enter the Advanced details for the wireless LAN:
|
|||||||||||||||||||||||||
| 11. | Click Save to save your wireless configuration. |
After completing these steps, the wireless LAN settings are configured on your Cisco ISR 1000 Series Router via the feature template, enabling wireless connectivity.
Deploy the configured feature template to the desired devices. For more information, see Deploy a Configuration Group.
Use this procedure to apply Command Line Interface (CLI) templates to configure wireless LAN settings on your Cisco ISR 1000 series routers. This method allows for direct configuration using pre-defined command sets.
CLI templates are pre-configured sets of commands that simplify the deployment of wireless settings. They allow for precise control over radio profiles, WLAN SSIDs, and general wireless LAN parameters. By default, these commands are executed in global configuration mode.
Ensure you have console or SSH access to the Cisco ISR 1000 series router.
Follow these steps to configure wireless management settings using CLI templates:
By default, CLI templates execute commands in global config mode.
wlan-profile wlan-profile-sample-1
vlan-id 100
ssid sample-ssid-1
data-security personal
passphrase 0 Pass-Phrase-Sample123#
qos-type silver
wlan-profile wlan-profile-sample-2
vlan-id 200
ssid sample-ssid-2
data-security enterprise
aaa radius-server 10.2.3.4 auth-port 1812 shared-secret 0 EsrdT_23sss
qos-type gold
nobroadcast-ssid
By default, CLI templates execute commands in global config mode.
Here is the complete configuration example that shows that show how to configure and manage wireless settings on Cisco ISR 1000 Series Routers.
wlan-profile TEST-Enterprise
radio-band all
vlan-id 300
ssid TEST-Enterprise
data-security enterprise
aaa radius-server 192.168.100.20 auth-port 1812 shared-secret 6 EsrdT_23sss
qos-type silver
wlan-profile TEST-Personal
radio-band all
ssid TEST-Personal
data-security personal
passphrase 0 IdSvs23452#
qos-type silver
radio-profile 24ghz
channel auto
channel-bandwidth auto
radio-profile 5ghz
channel auto
channel-bandwidth auto
wireless-lan mgmt ip address 192.168.1.11 255.255.255.0 default-gateway 192.168.1.1
wireless-lan mgmt credential username admin password 6 sRe32dfst#asd
wireless-lan country US
| 1. | Access the router's command-line interface. Log in to your Cisco ISR 1000 series router. |
|
| 2. | Enter global configuration mode. From privileged EXEC mode, enter configure terminal.
|
|
| 3. | Configure the radio profiles. Apply the necessary CLI commands to define the 2.4GHz and 5GHz radio settings, such as shutdown status, channel, and bandwidth.
|
|
| 4. | Configure the WLAN profiles. Apply the CLI commands to define your wireless SSIDs, including VLAN IDs, security types (WPA2 Personal, WPA2 Enterprise, Open), passphrases, RADIUS server details, and QoS profiles.
|
|
| 5. | Configure general wireless LAN settings. Apply the CLI commands to set the country code, management IP address, default gateway, and management credentials for Cisco Mobility Express or the Embedded Wireless Controller (EWC).
|
|
| 6. | Commit the configuration changes. Here is the complete configuration example that shows that show how to configure and manage wireless settings on Cisco ISR 1000 Series Routers.
|
The wireless management settings are applied to your Cisco ISR 1000 series router using the specified CLI templates. The router's wireless module will now operate according to the configured radio and WLAN profiles.
This section provides a sample Command Line Interface (CLI) configuration for wireless management on Cisco ISR 1000 Series Routers. This example illustrates a complete setup, including WLAN profiles, radio settings, and general wireless LAN management parameters, serving as a factual representation for reference and implementation. Refer to Configuration example for wireless configuration on Cisco ISR 1000 series routers.
Monitor the wireless configuration to verify that the settings are active and functioning as expected. For verfication steps, refer to Monitor wireless configuration on Cisco ISR 1000 series routers.
This section provides a sample CLI configuration for wireless management on Cisco ISR 1000 series routers. This example illustrates a complete setup, including WLAN profiles, radio settings, and general wireless LAN management parameters, serving as a factual representation for reference and implementation.
wlan-profile TEST-Enterprise
radio-band all
vlan-id 300
ssid TEST-Enterprise
data-security enterprise
aaa radius-server 192.168.100.20 auth-port 1812 shared-secret 6 EsrdT_23sss
qos-type silver
wlan-profile TEST-Personal
radio-band all
ssid TEST-Personal
data-security personal
passphrase 0 IdSvs23452#
qos-type silver
radio-profile 24ghz
channel auto
channel-bandwidth auto
radio-profile 5ghz
channel auto
channel-bandwidth auto
wireless-lan mgmt ip address 192.168.1.11 255.255.255.0 default-gateway 192.168.1.1
wireless-lan mgmt credential username admin password 6 sRe32dfst#asd
wireless-lan country US