07-02-2013 04:05 AM - edited 07-04-2021 12:19 AM
dear friends...
i am struggling with this devices now from some time.. not sure where is the mistake ...when i am trying to configure wireless device (AP) from web using exprerss setup or nornal manual mode .. it is not saving any changes.. means clicking on apply button does not do anything .. infact its not getting clicked... please see the screen shot attaced ..my express setup menu is different then the one mentioned in this link
http://happyrouter.com/how-to-configure-a-cisco-wireless-access-point-ap-from-scratch
any still if you make any changes and refresh the page it comes back to 10.0.0.1 ip which is shown on the screen shot...
guys any help will be really appreciated ...
or if someone can also share the commands to configure the same... but before commands i want to sort out my above issues...
07-02-2013 07:13 PM
try a different web browser.
CCNP - Wireless
CWNA and CWAP
07-02-2013 08:06 PM
+5 Kevin
Most times it's the browser ..
Sent from Cisco Technical Support iPad App
07-02-2013 07:25 PM
HI,
Try connecting to AP using console and apply below command to assign the ip address.
config terminal
int bvi1
ip add x.x.x.x y.y.y.y (where x.x.x.x is the ip address whichyou want to assign and y.y.y.y is the subnet mask)
Also you could assing the default gateway as below
ip default-gateway x.x.x.x (where x.x.x.x is default gateway which you want to use)
Also from console you can verify is there is enough space on the flash to save your configuration using "show flash" command
Hope that helps
Regards
Najaf
Please rate when applicable or helpful !!!
07-02-2013 10:05 PM
Guys i tried all above .. no luck .. plz suggest
07-02-2013 10:33 PM
Hi,
What is happening now? You where able to assign the ip address through console? Did you save (write mem) the configuration after assigning ip?
Regads
Najaf
07-02-2013 10:30 PM
I agree with George. It's happen due to Browser. Change the browser and if you still face the same problem try to configure it with command line and check you are able to save the config or not.
07-02-2013 10:32 PM
with command mode i am able to do all... but i dont have commands to make it work as a AP .. if some one can help me
07-02-2013 10:34 PM
Hi,
Not sure what command are you looking for :-( I have already share the command to assign the ip address to the AP. If you can provide more details we should be able to help...
Regads
Najaf
07-02-2013 11:23 PM
hi Najaf,
what i am asking is rest of the command which i should use to configure the device as AP... because BVI onli will give the ip but i cnt do radio config and other stuff..
07-03-2013 12:23 AM
Hi,
The simpleset configuration would be something like as below.
dot11 ssid TEST
vlan 1
authentication open
!
interface Dot11Radio1
encryption vlan 1 mode wep mandatory
!
interface Dot11Radio1
encapsulation dot1Q 1 native
no ip route-cache
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface Dot11Radio0
encryption vlan 1 mode wep mandatory
!
interface Dot11Radio0
encapsulation dot1Q 1 native
no ip route-cache
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface FastEthernet0
encapsulation dot1Q 1 native
no ip route-cache
duplex auto
speed auto
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip add x.x.x.x y.y.y.y (where x.x.x.x is the ip address whichyou want to assign and y.y.y.y is the subnet mask)
!
ip default-gateway x.x.x.x (where x.x.x.x is default gateway which you want to use)
Hope that helps
Regards
Najaf
Please rate when applicable or helpful !!!
07-03-2013 04:14 AM
You need to look at some guides. We can't tell you what you need to configure. Take a look a these links
http://www.cisco.com/en/US/docs/routers/access/1900/software/configuration/guide/wlan.html
http://www.cisco.com/en/US/docs/wireless/access_point/12.4_10b_JA/configuration/guide/scg12410b-chap6-radio.html
Sent from Cisco Technical Support iPhone App
02-16-2018 10:55 AM - edited 02-16-2018 11:00 AM
My problem was solved by setting ip fixed.
William Alves Moreira
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