cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1263
Views
0
Helpful
6
Replies

Trying to setup 1131 in autonomous mode with multiple ssids and vlans

huwyhuwy123
Level 1
Level 1

hi there,

I'm trying to setup an aironet 1131 in autonomous mode with a WLAN for each VLAN.

I can connect to the SSID "BLUGstaff" but I don't pick up a DHCP address and when I set a static IP I can't anything on the vlan so I can only assume I have made an error.

I have attached the config for the access point.

The switch port the access point connects to has the following config...

interface FastEthernet1/0/3

description ## Access Point ##

switchport trunk encapsulation dot1q

switchport trunk native vlan 121

switchport trunk allowed vlan 1,121-124

switchport mode trunk

spanning-tree portfast

end

Can anyone explain what I've done wrong? Thanks in advance for any help,

Huw

6 Replies 6

tfraij
Cisco Employee
Cisco Employee

Hello Huw,

as i see in your confirguartion.

native VLAN is 121. so you have to correct following in your AP configuration

1) interface Dot11Radio0.121

encapsulation dot1Q 121 native

bridge-group 121         ->>>>>>>>>>>>>>>> change this to brige-group 1 , native always tied to bridge group 1

2)

interface FastEthernet0.121

encapsulation dot1Q 121

add also under this sub interface

bridge-group 1

please let me know how it goes.

Kind regards

Talal

==========

please rate answers that you find useful , and mark as answered - when it is :-) - so others can find it easily