# # Disable HT on 2.4GHz radio to make AP-105 light red # rf dot11g-radio-profile xmas-noht no high-throughput-enable arm-profile "mintx" ! # Configure switchport to which AP connects to speed 100 # so AP's enet port is red. # ---Switch interface--- # interface GigabitEthernet0/1 # speed 100 # ! # # Configure DHCP pool on controller to service clients # vlan 123 "dhcp_pool" interface vlan 123 ip address 10.111.123.1 255.255.255.0 ip nat inside ! ip dhcp excluded-address 10.111.123.1 10.111.123.9 ip dhcp pool #pool_name# default-router 10.111.123.1 dns-server #dns_server1# #dns_server2# lease 0 0 10 0 network 10.111.123.0 255.255.255.0 authoritative ! service dhcp ! # # Configure user redirection components # netdestination xmas-dropbox name dl.dropboxusrcontent.com ! aaa authentication captive-portal xmas-#team1# no user-logon protocol-http login-page #_html_page_hosted_on_dropbox# white-list xmas-dropbox apple-cna-bypass ! user-role xmas-#team1# captive-portal xmas-#team1# access-list session logon-control access-list session captiveportal ! # # WLAN configurations # aaa profile xmas-#team1# initial-role xmas-#team1# authentication-dot1x default-psk ! wlan ssid-profile xmas-#team# essid "Holidayz with #team1# Team!" opmode open no hide-ssid no ssid-enable ! wlan virtual-ap xmas-#team1# aaa-profile xmas-#team1# ssid-profile xmas-#team1# vlan 123 ! ap-group xmas virtual-ap xmas-#team1# virtual-ap xmas-#team2# virtual-ap xmas-#team3# ... dot11g-radio-profile xmas-noht regulatory-domain-profile DFS-only ... !