10-29-2012 12:29 PM - edited 07-03-2021 10:56 PM
im at a loss, i have setup a 1131 with multiple ssid's, they show up, but neither one will connect. i need 2 ssid's, one open and one protected. this is the config i have so far:
! version 12.3 no service pad service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname ap ! enable secret 5 $1$lrBX$8Z39Oh0JQPGmxWdHEvXo20 ! ip subnet-zero ip domain name s02710.US.wal-mart.com ip name-server 10.223.80.132 ! ! no aaa new-model ! dot11 ssid Ncc Guest vlan 30 max-associations 50 mbssid guest-mode ! dot11 ssid Ncc Staff vlan 20 max-associations 50 mbssid guest-mode ! dot11 network-map power inline negotiation prestandard source ! ! username Cisco password 7 14341B180F0B ! bridge irb ! ! interface Dot11Radio0 no ip address no ip route-cache ! ssid Ncc Guest ! ssid Ncc Staff ! mbssid speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0 station-role root bridge-group 1 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.20 encapsulation dot1Q 20 no ip route-cache bridge-group 20 bridge-group 20 subscriber-loop-control bridge-group 20 block-unknown-source no bridge-group 20 source-learning no bridge-group 20 unicast-flooding bridge-group 20 spanning-disabled ! interface Dot11Radio0.30 encapsulation dot1Q 30 no ip route-cache bridge-group 30 bridge-group 30 subscriber-loop-control bridge-group 30 block-unknown-source no bridge-group 30 source-learning no bridge-group 30 unicast-flooding bridge-group 30 spanning-disabled ! interface Dot11Radio1 no ip address no ip route-cache shutdown ! ssid Ncc Guest ! ssid Ncc Staff ! mbssid speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0 station-role root bridge-group 1 bridge-group 1 block-unknown-source no bridge-group 1 source-learning no bridge-group 1 unicast-flooding bridge-group 1 spanning-disabled ! interface Dot11Radio1.20 encapsulation dot1Q 20 no ip route-cache bridge-group 20 bridge-group 20 subscriber-loop-control bridge-group 20 block-unknown-source no bridge-group 20 source-learning no bridge-group 20 unicast-flooding bridge-group 20 spanning-disabled ! interface Dot11Radio1.30 encapsulation dot1Q 30 no ip route-cache bridge-group 30 bridge-group 30 subscriber-loop-control bridge-group 30 block-unknown-source no bridge-group 30 source-learning no bridge-group 30 unicast-flooding bridge-group 30 spanning-disabled ! interface FastEthernet0 no ip address no ip route-cache duplex auto speed auto bridge-group 1 no bridge-group 1 source-learning bridge-group 1 spanning-disabled hold-queue 160 in ! interface FastEthernet0.20 encapsulation dot1Q 20 no ip route-cache bridge-group 20 no bridge-group 20 source-learning bridge-group 20 spanning-disabled ! interface FastEthernet0.30 encapsulation dot1Q 30 no ip route-cache bridge-group 30 no bridge-group 30 source-learning bridge-group 30 spanning-disabled ! interface BVI1 ip address 192.168.1.175 255.255.255.0 no ip route-cache ! ip http server no ip http secure-server ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag ! ! control-plane ! bridge 1 route ip ! ! ! line con 0 line vty 0 4 login local ! end
But, its not working.... what have I done wrong?
Its currently hooked through a simple linksys router. I can ping through console and reach out, so that is ok.
10-29-2012 10:20 PM
Aceess point ethernet port connected to which VLAN interface ??? that should be connected to managemant VLAN interface only.
how can you get the IP address ?? through VALN interface or external DHCP server.
10-29-2012 10:34 PM
Hi Brend,
You have mentioned that you have one ssid open and other other as protected..But i'm not able to see relavant config for the same on AP.
Assuming you are using open authetication of Ncc Guest SSID, try applying below config and see if it is connecting?
dot11 ssid Ncc Guest
authentication open
For other SSID you have not mentioned what protection (WPA/WPA2 etc...) you are using and hence not able to guide with the configuration.
Regards
Najaf
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