## adding dot1q subinterfaces to fastethernet port ## native vlan is 1 another vlan is 2 interface fastethernet 0.1 encapsulation dot1q 1 native bridge-group 1 interface fasterhernet 0.2 encapsulation dot1q 2 bridge-group 2 ## adding managing interface to vlan 1 interface bvi 1 ip address ip_address sn_mask ## adding def_gw ip default-gateway ip_address ## adding dot1q subinterfaces to the radio port ## radio port will be radio 0 ( b/g ) interface dot11radio 0.1 encapsulation dot1q 1 native bridge-group 1 interface dot11radio 0.2 encapsulation dot1q 2 bridge-group 2 ## add vlan to the ssid dot11 ssid _ssid_ vlan x ; the vlan number associated to the ssid ## add ssid to the radio interface interface dot11radio 0 ssid _ssid_