10-17-2007 12:34 AM - edited 07-03-2021 02:47 PM
Hi,
I know how to do this by WCS or Web to WLC but not by CLI.
Config Guide doesn't seem to have it.
How do I use CLI to associate the
- AP Group (which I already created)
- the SSID
- the interface
Thanks, MH
Solved! Go to Solution.
10-17-2007 04:55 AM
Hi Mark,
Here are the CLI steps;
Note: Issue this command in order to enable the AP Group VLANs feature from the CLI:
config location enable/disable
Note: Issue this command in order to define the location string (AP group name) using the CLI:
config location add
Note: Issue this command in order to map the interface to the AP groups through the CLI:
config location interface-mapping add
Starting from Wireless LAN Controller Version 4.1.181.0, the commands to configure AP groups with the CLI have changed. In Version 4.1.181.0, these are the commands used to configure a new AP group with the CLI:
In order to enable an AP group, use this:
config wlan apgroup add
In order to delete an existing group, use this:
config wlan apgroup delete
In order to add a description to the AP group, use this:
config wlan apgroup description
In order to create a new AP group/WLAN/interface mapping, use this:
config wlan apgroup interface-mapping add
Note: Issue this command from the controller CLI in order to assign an AP group to an LAP:
config ap group-name
For WLCs that run version 4.1.181.0 or later, use this command to verify the AP Group VLAN configuration.
show wlan apgroups
From this good doc;
http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a008073c723.shtml
Hope this helps!
Rob
10-17-2007 04:55 AM
Hi Mark,
Here are the CLI steps;
Note: Issue this command in order to enable the AP Group VLANs feature from the CLI:
config location enable/disable
Note: Issue this command in order to define the location string (AP group name) using the CLI:
config location add
Note: Issue this command in order to map the interface to the AP groups through the CLI:
config location interface-mapping add
Starting from Wireless LAN Controller Version 4.1.181.0, the commands to configure AP groups with the CLI have changed. In Version 4.1.181.0, these are the commands used to configure a new AP group with the CLI:
In order to enable an AP group, use this:
config wlan apgroup add
In order to delete an existing group, use this:
config wlan apgroup delete
In order to add a description to the AP group, use this:
config wlan apgroup description
In order to create a new AP group/WLAN/interface mapping, use this:
config wlan apgroup interface-mapping add
Note: Issue this command from the controller CLI in order to assign an AP group to an LAP:
config ap group-name
For WLCs that run version 4.1.181.0 or later, use this command to verify the AP Group VLAN configuration.
show wlan apgroups
From this good doc;
http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a008073c723.shtml
Hope this helps!
Rob
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide