12-10-2010 08:52 AM - edited 07-03-2021 07:31 PM
I have many AIR-WLC4402-50-K9 devices to configure and the cli is frusterating- does anyone have a link to a step by step document that walks through assigning an IP, SSID, and enabling the radios using the cli? I cant seem to find one that works completly. I just need to assign it an ip so I can use the web gui!
Thnaks
Solved! Go to Solution.
12-13-2010 04:57 PM
here is the details..
en
conf t
dot11 ssid <>
guest-mode
authentication open
end
The above command will do it for you!!
lemme know if this answered your question!!
Regards
Surendra
======
Please dont forget to rate the posts which answered your question or was helpfull
12-10-2010 09:02 AM
Hi,
This is the command to assign the IP address...
CONFIG INTERFACE ADDRESS MANAGEMENT
Ex
CONFIG INTERFACE ADDRESS MANAGEMENT 10.10.10.224 255.255.255.0 10.10.10.1
CONFIG INTERFACE ADDRESS AP-MANAGER 10.10.10.224 255.255.255.0 10.10.10.1
Then issue the commandto enable WEB access and TELNET access.
CONFIG NETWORK WEBMODE ENABLE
CONFIG NETWORK TELNET ENABLE
Here is the link which gives info on the complete command guide for WLC... (This needs CCO login to view)
Lemme know if this answered your question..
Regards
Surendra
===
Please rate the posts which answered your quiestion or was helpfull
12-10-2010 09:14 AM
it doesnt work:
I have to start in an elevated mode right?
enable - password - right? then what? configure radio0 ...... ?
12-10-2010 09:18 AM
The WLC CLI is completely different.. the command which i provided will help you out.. here is the command.. There is no En or dot11 0 commands on the WLC CLI..
(Cisco Controller) >
(Cisco Controller) > CONFIG INTERFACE ADDRESS MANAGEMENT 10.10.10.224 255.255.255.0 10.10.10.1
(Cisco Controller) > CONFIG INTERFACE ADDRESS AP-MANAGER 10.10.10.223 255.255.255.0 10.10.10.1
(Cisco Controller) > CONFIG NETWORK WEBMODE ENABLE
(Cisco Controller) > CONFIG NETWORK TELNET ENABLE
Lemme know if this answered your question..
Regards
Surendra
===
Please rate the posts which answered your quiestion or was helpfull
12-10-2010 09:20 AM
Oh! I am so sorry, I ment the access point not the wlc- err my appologies, its the
1130ag access point im connected to!
12-10-2010 09:33 AM
AP is in Autonomous mode or in LWAPP mode?? i mean you do not want to use WLC right??
If its in Autononmous mode.. then the below command will help you..
AP>en
password:
ap#conf t
ap(conf t)#int bvi 1
ap(conf-if)#ip address
ap(conft-if)#no shut
ap(conft-if)#exit
ap(conf t)#ip default-gateway
ap(conf t)#end
Example..
AP>en
password:
ap#conf t
ap(conf t)#int bvi 1
ap(conf-if)#ip address 10.0.0.2 255.255.255.0
ap(conft-if)#no shut
ap(conft-if)#exit
ap(conf t)#ip default-gateway 10.0.0.1
This will help you!!
if you are not able to go to the CONFIG mode after entering the command CONFIG T, then the AP will be in LWAPP mode and you need to convert the same to Autonomous.. here is the link..
https://supportforums.cisco.com/thread/2055997
Lemme know if this answered your question..
Regards
Surendra
===
Please rate the posts which answered your quiestion or was helpfull
Regards
Surendra
12-10-2010 09:46 AM
Ok so this configured the ip of the bridge interface, i still need to assign a SSID and enable the radios right?
12-10-2010 09:52 AM
ok.. i tot this post is for getting the GUI access.. is that right?? now u can iopen up the browser and hit the BVI ip and then you can get the access to the GUI..
here is the link to configure WPA auth and SSID..
The below link will help you out in getting the basic wireless config on the AP..
http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a008055c39a.shtml
here is the link for WPA-2 PSK as well
Lemme know if this answered your question..
Regards
Surendra
===
Please dont forget to rate the posts which answered your quiestion or was helpfull
12-10-2010 10:10 AM
I still cannot get access to the AP- i configured an SSID of TEST assigned radio
0 and 1 ip address but there is nothing broadcasting for me to connect to! How can i access the gui
wirelessly ( i dont have a crossover cable)
12-10-2010 10:18 AM
if you have the access to the AP CLI.. then issue the below command..
en
conf t
dot11 ssid
GUEST-MODE >>>>>>. This command will bradcast the SSID
end
wr >>> To save the config..
Regards
Surendra
12-10-2010 09:46 AM
Everythings working??
lemme know if this answered your question..
Regards
Surendra
========
Please dont forget to rate the post if this answered your question or was helpfull
12-10-2010 09:51 AM
Well no, Its not broadcasting anything- thought the interface ip is configured