cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7977
Views
0
Helpful
2
Replies

No SSID with VLAN configured. Dot11Radio0 not started. in event log

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:

  1. In GUI i can see that radio is down in Radio0-802.11B, please find the attached "radio_down.png".
  2. in event logs it is showing that "No SSID with VLAN configured. Dot11Radio0 not started." warning messgae(please find the attached event_log.png file). but i created the vlan 2 for my ssid.
  3.  After this i am unable to delete the ssids which i had created previous ones. in GUI, can i delete the ssid using cli commands?(pls mention the command)
  4. I wanted to know the point where i did wrong ?
  5. Any steps need to follow for cli configurations for creating the SSIDs? 

 

Thanks,

Kishore.

 

2 Accepted Solutions

Accepted Solutions

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 ****

View solution in original post

2 Replies 2

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 ****

Review Cisco Networking for a $25 gift card