Link to home
Start Free TrialLog in
Avatar of Rubicon2009
Rubicon2009

asked on

Cisco 1811 - How to broadcast SSID

Hi !

I have 2 SSID configured this router but there's only one that is broadcasting.

I would like to know how ta make the two available please. See attached running-config

Thank you

1811W#sh run
Building configuration...

dot11 ssid VLAN1
   vlan 1
   authentication open
   authentication key-management wpa
   guest-mode
   wpa-psk ascii 7 03250A29542C72681A2C4C
!
dot11 ssid VLAN2
   vlan 2
   authentication open
   authentication key-management wpa
   wpa-psk ascii 7 1128482745315828500F7E
!
no ip source-route
!
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1 10.10.10.99
ip dhcp excluded-address 10.10.10.200 10.10.10.254
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.200 192.168.1.254
!
ip dhcp pool VLAN1
   network 10.10.10.0 255.255.255.0
   default-router 10.10.10.1
   dns-server 8.8.4.4
!
ip dhcp pool VLAN2
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.1
   dns-server 8.8.4.4
!
bridge irb
!
!
interface Dot11Radio0
 no ip address
 !
 encryption vlan 1 mode ciphers tkip
 !
 encryption vlan 2 mode ciphers tkip
 !
 ssid VLAN1
 !
 ssid VLAN2
 !
 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
!
interface Dot11Radio0.1
 encapsulation dot1Q 1 native
 no cdp enable
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
!
interface Dot11Radio0.2
 encapsulation dot1Q 2
 no cdp enable
 bridge-group 2
 bridge-group 2 subscriber-loop-control
 bridge-group 2 spanning-disabled
 bridge-group 2 block-unknown-source
 no bridge-group 2 source-learning
 no bridge-group 2 unicast-flooding
!
interface Dot11Radio1
 no ip address
 shutdown
 speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0
 station-role root
!
interface Vlan1
 no ip address
 bridge-group 1
!
interface Vlan2
 no ip address
 bridge-group 2
!
interface BVI1
 ip address 10.10.10.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
!
interface BVI2
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
!
ip route 0.0.0.0 0.0.0.0 FastEthernet0
!
ip nat inside source list 101 interface FastEthernet0 overload
!
access-list 101 permit ip 10.10.10.0 0.0.0.255 any
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
no cdp run
!

control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
bridge 2 protocol ieee
bridge 2 route ip
bridge 3 protocol ieee
bridge 3 route ip

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of rfc1180
rfc1180
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rubicon2009
Rubicon2009

ASKER

@rfc180 : That did the trick. Thank you !
Please try to provinde explanations instead of just the solution.
explanations of what, is that not what documentation is for? The sole purpose of experts-exchange is to provide solutions. If you want an explanation, then ask for one, do not assume that each solution will be provided with an explanation.

http://www.cisco.com/en/US/docs/wireless/access_point/12.4_10b_JA/command/reference/cr12410b-chap2.html#wp2759383

Billy