Wednesday, July 8, 2009

Wireless issue: Dot11radio stuck in reset status

This recently happened to me on at UC520 the had wireless. The problem I ran into was I created ssid in the wrong order so it was stuck in reset.
WRONG way:
1.Cisco(conf)#dot11 ssid Cisco-test
2. Then I went to Cisco(conf)# int Dot11radio 0/5/0, then put ssid under the interface. This is what caused it to be in stuck in reset.

RIGHT way:
1.Cisco(conf)# int Dot11radio 0/5/0, then you create ssid under the interface.
2. Cisco(conf)#dot11 ssid Cisco-test
3. Cisco(conf-ssid)#vlan 1
After that your Dot11 radio should be up, up status.

No comments:

Post a Comment