Hey Raul, The configs you provided work fine... I have noticed only one discrepancy between your configs and mine when this was not working - on the Root AP you have '*bridge-group 1*' associated with Dot11Radio0 and FastEthernet0, in my case I had '*bridge-group 1*' associated with d0.110 and Fa0.110 (both with '*enc dot 110 native*')
To prove my theory I decided to return hardware back to non-working state and associated '*bridge-group 1*' with d0.110 and Fa0.110 on the Root AP. Then rebooted everything - SW1, Root AAP, WGB AAP and SW2. However, it is still working... The only thing I have noticed is that the SVI11 on SW2 gets ip address from a DHCP server after 1-2 minutes, and not straightaway. May be this was the issue last time when it was not working as I did not wait long enough.... Apart from that I do not know what was the reason it was not working originally, as I used basic config and rebooted everything as well - and not knowing the reason really annoys me. Many thanks for testing, you are a star :) Big thank you goes to Jason, may thanks for sharing the Autonomous APs configs. Regards, Vit On Wed, Jun 8, 2011 at 11:56 AM, Raul Manzano <[email protected]> wrote: > Hi Guys. > > The configs, following the jason“s configuration it work fine on my lab :) > > Root: > > dot11 ssid WGB > vlan 12 > authentication open > ! > interface Dot11Radio0 > ! > ssid WGB > ! > channel 2412 > station-role root > bridge-group 1 > ! > interface Dot11Radio0.12 > encapsulation dot1Q 12 > no ip route-cache > bridge-group 12 > ! > ! > interface FastEthernet0 > bridge-group 1 > ! > interface FastEthernet0.12 > encapsulation dot1Q 12 > no ip route-cache > bridge-group 12 > > WGB: > > ! > dot11 ssid WGB > authentication open > ! > ! > interface Dot11Radio0 > ! > ssid WGB > station-role workgroup-bridge > bridge-group 1 > ! > interface FastEthernet0 > bridge-group 1 > ! > bridge 12 protocol ieee > workgroup-bridge client-vlan 12 > SWITCH: > > vlan 12 > > ! > interface GigabitEthernet1/0/1 > switchport access vlan 12 > switchport mode access > spanning-tree bpdufilter enable > ! > ! > interface Vlan1 > no ip address > shutdown > ! > interface Vlan12 > ip address dhcp client-id Vlan12 > ! > > Both The Switch and WGB gets an IP through DHCP and can ping to the network > through the Workgroup bridge link. Using native vlan in root ap is also > working. > > root: > > interface Dot11Radio0.12 > encapsulation dot1Q 12 native > no ip route-cache > bridge-group 12 > ! > ! > interface FastEthernet0.12 > encapsulation dot1Q 12 native > no ip route-cache > bridge-group 12 > ! > interface FastEthernet0.110 > encapsulation dot1Q 110 > no ip route-cache > bridge-group 1 > The rest of configurations remains the same. > > Best regards. > > > > > > > > > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > Are you a CCNP or CCIE and looking for a job? Check out > www.PlatinumPlacement.com >
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com
