CISCO AP与VLAN绑定实现多SSID接入访问;

1、定义vlan 及其名称

    dot11 vlan-name test01 vlan 2

2、设置SSID

    dot11 ssid test01

     vlan 2

     authentication open

     authentication key-management wpa

     mbssid guest-mode

     wpa-psk ascii 7 *******************

3、设置无线接口

     interface dot11radio0

     encryption vlan 2 mode ciphers aes-ccm

     ssid test01

     mbssid

     station-role root

4、设置无线子接口

      interface dot11radio0.2

      encapsulation dot1q  2

      bridge-group 2

5、设置以太网子接口

      interface gigabitethernet0.2

     encapsulation dot1q 2

     ip address 192.168.1.200 255.255.255.0  可以在子接口设置管理地址

     bridge-group 2