Search This Blog

Tuesday 1 March 2011

Workgroup Bridge - Client VLAN

If you have to have clients on a specific VLAN on the WGB, (while still maintaining the desired native VLAN on the root AP) you can utilise the workgroup-bridge client-vlan command. From what I can see, you would need to change the BVI interface on the WGB to be in the client VLAN to manintain management of the WGB.

Root

!
dot11 ssid test
   vlan 10
   authentication open
!
interface Dot11Radio1
 ssid test
 !
 speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0
 station-role root
 infrastructure-client
!
interface Dot11Radio1.10
 encapsulation dot1Q 10
  bridge-group 10
!
interface Dot11Radio1.110
 encapsulation dot1Q 110 native
 bridge-group 1
!
interface FastEthernet0.10
 encapsulation dot1Q 10
 bridge-group 10
!
interface FastEthernet0.110
 encapsulation dot1Q 110 native
  bridge-group 1


WGB

dot11 ssid test
   vlan 10
   authentication open
!
interface Dot11Radio1
 !       
 ssid test
 !
 station-role workgroup-bridge
!
interface Dot11Radio1.10
 encapsulation dot1Q 10 native  bridge-group 1
 !

interface FastEthernet0.10
 encapsulation dot1Q 10 native
 bridge-group 1
!
interface BVI1
 ip address 10.10.10.60 255.255.255.0 no ip route-cache
!

workgroup-bridge client-vlan 10

No comments:

Post a Comment