<<< AP Programming >>> System Factory Reset ** Enable Telnet ** telnet-server enable ** Add the VLAN to the database ** vlan database vlan 10 bridge 1 name VLAN0010 vlan 20 bridge 1 name VLAN0020 vlan 30 bridge 1 name VLAN0030 **Configure the Interface ** interface ge1 no shutdown switchport bridge-group 1 switchport mode hybrid switchport hybrid vlan 10 switchport hybrid allowed vlan add 10 egress-tagged disable switchport hybrid allowed vlan add 20 egress-tagged disable switchport hybrid allowed vlan add 30 egress-tagged disable interface ge2 no shutdown switchport switchport mode trunk sw trunk allowed vlan add 10 sw trunk allowed vlan add 20 sw trunk allowed vlan add 30 **Assign the IP address to the Interface** interface vlan1.10 no shutdown ip address 10.10.10.10.10/24 exit interface vlan1.20 no shutdown ip address 10.10.20.10/24 exit interface vlan 1.30 no shutdown ip address 10.10.30.10/24 exit **Assign the IP address to the Interface** ip route 0.0.0.0/0 10.10.10.1 **Assign the CAPWAP Address** Apc ap-mgmt-if 10.10.10.10 /80211a No enable global Exit 80211a /80211bg No enable global Exit 80211bg **Set Country Code** Country set-global US both /80211a enable global Exit 80211a /80211bg enable global Exit 80211bg ** Add Interface Group ** if-group 10 add-if 10.10.10.10 if-group 20 add-if 10.10.20.10 if-group 30 add-if 10.10.30.10 show if-group save local WEC8500/configure/wlan 20# ssid: Name (Corp) radio: 1-5Ghz, 2-2.4GHz, 3-All if-group: Name (20) Tunnel-mode: LocalBridging, 8023Tunnel Security: wpa2 ccmp Security: keymgmt psk Security: psk ascii Samsung2015! exit security enable WEC8500/configure/wlan 30# ssid: Name (Guest) radio: 1-5Ghz, 2-2.4GHz, 3-All if-group: Name (30) Tunnel-mode: LocalBridging, 8023Tunnel Security: wpa2 ccmp Security: keymgmt psk Security: psk ascii Samsung2015! exit security enable exit show if-group WEC8050/configure/ip dhcp pool AP_Pool network 10.10.10.0/24 dns-server 8.8.8.8 range 10.10.10.30 10.10.10.40 default-router 10.10.10.1 exit WEC8050/configure/ip dhcp pool Corp_Pool network 10.10.20.0/24 dns-server 8.8.8.8 range 10.10.20.30 10.10.20.230 **lease 120 - 8640000 (seconds)** default-router 10.10.20.1 exit WEC8050/configure/ip dhcp pool Guest_Pool network 10.10.30.0/24 dns-server 8.8.8.8 range 10.10.30.30 10.10.30.230 **lease 120 - 8640000 (seconds)** default-router 10.10.30.1 exit ip dhcp enable ap-group First_floor add-ap_1 add-wlan 20 add-wlan 30 save local