I'm trying to get a Cisco Aironet 1200 to show multiple visible SSID's. I have successfully created two, one of which is guest and connects users to VLAN 10 and is unauthenticated, the private one connects onto VLAN 1 and is using WEP (can be changed but needs to be secre). This works fine, but only in Vista/7 where I can connect to hidden SSID's. The XP Zero wlan config cannot see the ssid even if it's added manually. Is it possible to create two visible SSID's with this unit?
Current configuration : 2001 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
enable secret 5 XXXXXXXXXXXXXXXXXX
!
username XXXXXXXXXXXXXXXXX
ip subnet-zero
!
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption vlan 1 key 1 size 128bit 7 XXXXXXXXXXXXXXXXXXX 4 transmit-key
encryption vlan 1 mode wep mandatory
!
ssid Ashridge Private Wifi
vlan 1
authentication open
!
ssid Ashridge Public Wifi
vlan 10
authentication open
guest-mode
!
speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
rts threshold 2312
station-role root
!
interface Dot11Radio0.1
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.10
encapsulation dot1Q 10
no ip route-cache
bridge-group 10
bridge-group 10 subscriber-loop-control
bridge-group 10 port-protected
bridge-group 10 block-unknown-source
no bridge-group 10 source-learning
no bridge-group 10 unicast-flooding
bridge-group 10 spanning-disabled
!
interface FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
!
interface FastEthernet0.1
encapsulation dot1Q 1 native
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface FastEthernet0.10
encapsulation dot1Q 10
no ip route-cache
bridge-group 10
no bridge-group 10 source-learning
bridge-group 10 spanning-disabled
!
interface BVI1
ip address 172.16.33.230 255.255.224.0
no ip route-cache
!
ip http server
ip http help-path
http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag/ivory/1100ip radius source-interface BVI1
bridge 1 route ip
!
!
line con 0
line vty 0 4
login local
line vty 5 15
login
!
end
ap#