** Enable Telnet ** telnet-server enable ** Add the VLAN to the database ** vlan database vlan 20 bridge 1 name Corp vlan 30 bridge 1 name Guest vlan 202 bridge 1 name AP_MGMT **Configure the Interface ** interface ge1 no shutdown switchport mode trunk sw trunk allowed vlan add 20 sw trunk allowed vlan add 30 sw trunk allowed vlan add 202 exit interface ge1 **Assign the IP address to the Interface** interface vlan1.202 no shutdown ip address 192.168.202.10/24 dhcp server primary 192.168.202.1 interface vlan1.20 no shutdown ip address 10.10.20.10/24 interface vlan1.30 no shutdown ip address 10.10.30.10/24 **Assign the default route** ip route 0.0.0.0/0 192.168.202.1 5 **Assign the CAPWAP Address** Apc ap-mgmt-if 192.168.202.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 ** show if-group if-group IFG_202 WEC8500/configure/if-group IFG_202# add-if 192.168.202.10 if-group IFG_20 WEC8500/configure/if-group IFG_20# add-if 10.10.20.10 if-group IFG_30 WEC8500/configure/if-group IFG_30# add-if 10.10.30.10 ** Add WLAN ** WEC8500/configure# wlan 20 WEC8500/configure/wlan 20# ssid: Name [CORP] radio: 1-5Ghz, 2-2.4GHz, 3-All if-group: Name Tunnel-mode: LocalBridging, 8023Tunnel Security: wpa2 ccmp Security: keymgmt psk Security: psk ascii Samsung2015! exit security enable exit WEC8500/configure/wlan 30# ssid: Name [Guest] radio: 1-5Ghz, 2-2.4GHz, 3-All if-group: Name Tunnel-mode: LocalBridging, 8023Tunnel Security: wpa2 ccmp Security: keymgmt psk Security: psk ascii Samsung2015! enable ** AP Group ** ap-group (name) [1st_Floor] add-wlan (#) add-ap (((Repeat for all SSIds as needed))) ** Add internal DHCP SCOPES as needed ** ip\dhcp\pool Corp network 10.10.20.0/24 default-router 10.10.20.1 dns-server 8.8.8.8 range 10.10.20.50 10.10.20.100 exit ip\dhcp\pool Guest network 10.10.30.0/24 default-router 10.10.30.1 dns-server 8.8.8.8 range 10.10.30.50 10.10.30.100 exit ip\dhcp Enable