<<< AP Programming >>> System Factory Reset <<< APC Programming >>> factory-reset ** Enable Telnet ** telnet-server enable ** Add the VLAN to the database ** vlan database vlan 202 bridge 1 name VLAN0002 **Configure the Interface ** interface ge1 no shutdown switchport bridge-group 1 switchport mode hybrid switchport hybrid vlan 202 switchport hybrid allowed vlan add 202 egress-tagged disable **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 **Assign the Default IP 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 **Disable Radios** /80211a No enable global Exit 80211a /80211bg No enable global Exit 80211bg **Set Country Code** Country set-global US both **Enable Radios** /80211a enable global Exit 80211a /80211bg enable global Exit 80211bg ** Add Interface Group ** if-group 2 add-if 192.168.202.10 **Add WLAN** WEC8500/configure/wlan 3# ssid: Name [Corp] radio: 1-5Ghz, 2-2.4GHz, 3-All if-group: Name (Show if-group summary) Tunnel-mode: LocalBridging, 8023Tunnel Security: wpa2 ccmp Security: keymgmt psk Security: psk ascii Samsung2015! exit security enable exit **Create AP Group ** ap-group First_Floor add-ap_1 [show ap summary] add-wlan 2 [show wlan summary] **That's All Folks**