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.
Subscribe to:
Post Comments (Atom)
 
 

No comments:
Post a Comment