Converged Wired and Wireless Access
Enable the Switch as a Wireless Controller
89
Best Practice User Guide for the Catalyst 3850 and Catalyst 3650 Switch Series
Enable a Client VLAN
Step 10 Configure an external server to allocate IP addresses for clients. Define a client VLAN and activate the
VLAN in the database.
Every WLAN profile must be associated with a client VLAN.
interface GigabitEthernet1/0/3
description Lightweight Access Point
switchport host
switchport access vlan 12
switchport port-security maximum 11
switchport port-security
switchport port-security aging time 2
switchport port-security aging type inactivity
switchport port-security violation restrict
ip snooping limit rate 100
switchport block unicast
storm-control broadcast level pps 1k
storm-control multicast level pps 2k
storm-control action trap
!Activate the client VLAN in the VLAN database.
!Configure VLAN 200 if not already configured.
!
vlan 200
name Wireless_Client
end
!
interface vlan 200
description Client VLAN
ip address 192.168.13.2 255.255.254.0
no shutdown
end