12-30-2014 05:26 AM - edited 07-05-2021 02:11 AM
Hi,
I wanted to create one SSID using cli commands, on AIR-AP1230B-A-K9.
Please find the attached my ap details in "ap info.png",
To create the ssid(in open authentication mode ) using cli commands i had followed the below steps.
AP1200(config-ssid)#dot11 ssid HM_CON_OPEN
AP1200(config-ssid)#vlan 2
AP1200(config-ssid)#Authentication open
AP1200(config-ssid)#Mbssid Guest-mode
AP1200(config-ssid)#end
After that encryption setup followed the below commands
AP1200#configure t
Enter configuration commands, one per line. End with CNTL/Z.
AP1200(config)#inter
AP1200(config)#interface do
AP1200(config)#interface dot11Radio 0
AP1200(config-if)#encryption vlan 2 mode wep mandatory
AP1200(config-if)#exit
AP1200(config)#exit
AP1200#wr
To make the raio dot11 0 up and running given below commands
AP1200#configure t
Enter configuration commands, one per line. End with CNTL/Z.
AP1200(config)#inter
AP1200(config)#interface do
AP1200(config)#interface dot11Radio 0
AP1200(config-if)#no sh
AP1200(config-if)#no shutdown
The expected is HM_CON_OPEN has to broadcast in air.
Observations:
Thanks,
Kishore.
Solved! Go to Solution.
01-05-2015 01:20 AM
You need to assign SSID under interface, without that Radio interfaces won't come up.
Refer Root AP configuration in this post for example.
http://mrncciew.com/2013/06/16/ios-ap-wgb-with-multiple-vlan/
HTH
Rasika
**** Pls rate all useful responses ****
01-05-2015 01:52 AM
01-05-2015 01:20 AM
You need to assign SSID under interface, without that Radio interfaces won't come up.
Refer Root AP configuration in this post for example.
http://mrncciew.com/2013/06/16/ios-ap-wgb-with-multiple-vlan/
HTH
Rasika
**** Pls rate all useful responses ****
01-05-2015 01:52 AM
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