Overview and requirements of Flexconnect

Flexconnect allows central management of APs for remote sites but allows for the traffic to be dropped locally at the switch rather than tunneled back to the WLC. Not all SSIDs have to be locally switched as the name indicates it is flexible and able to have central and local switched SSIDs applied to the same AP.

Source: CCNP Enterprise Wireless Design ENWLSD 300-425 and Implementation ENWLSI 300-430 Official Cert Guide: Designing & Implementing Cisco Enterprise Wireless Networks
Flexconnect Modes of operation

Connected mode – This is the mode when the state of the AP is actively joined to the WLC with the CAPWAP control tunnel being up. This is the normal operation of the AP. Provides central authentication, profiling, and RRM.

Standalone mode – AP is unable to reach the WLC but will operate locally allowing authenticated clients to still pass traffic on the local network.
Features not available in standalone:

  • Client Web Auth
  • Central Switched SSIDs
  • RRM
  • IPv6 Mobility
  • Native Profiling
  • Policy Classification
  • Service Discovery Gateway
  • Configuration Updates
  • WIPS
WAN Requirements
Deployment TypeWAN Bandwidth (Min)WAN RTT Latency (Max)Max APs per BranchMax Clients per Branch
Data64Kbps300 ms525
Data640Kbps300 ms501,000
Data1.44Mbps1 sec501,000
Data + Voice128Kbps100 ms525
Data + Voice1.44Mbps100 ms501,000
Monitor64Kbps2 sec5N/A
Monitor640Kbps2 sec50N/A
Source: CCNP Enterprise Wireless Design ENWLSD 300-425 and Implementation ENWLSI 300-430 Official Cert Guide: Designing & Implementing Cisco Enterprise Wireless Networks
Configuration on AireOS
  1. Convert the AP to Flexconnect mode
    • Go to Wireless > Access Point > <AP Name>
    • On the General tab, change the AP mode to Flexconnect.
  2. .Enable Flexconect switching
    • Go to WLANs > click the WLAN ID to edit > Advanced.
    • Under the FlexConnect section, enable “FlexConnect Local Switching.”
  3. Configure the native VLAN On The AP
    • Go to Wireless > Access Point > <AP Name> > FlexConnect
    • Check the “VLAN Support” box
    • Enter the VLAN ID in the “Native VLAN ID” field
  4. Configure a Native VLAN for a Flexconnect group
    • Configuring multiple APs can be cumbersome, so creating a FlexConnect Group allows settings to be the same for a site.
    • Go to Wireless > FlexConnect Groups > <Group Name> (if needed, click the new button on the right to create a new group)
    • Under the WLAN VLAN Mapping tab, check the “VLAN Support.”
    • Enter the “Native VLAN ID”
  5. Switch port config
    • AP ports need to be a trunk port with the native VLAN set.
    • Interface GigabitEthernet1/0/1
    • Switchport trunk encapsulation dot1q
    • Switchport trunk allowed VLAN <VLANs for all WLANs>
    • Switchport trunk native VLAN <native VLAN number>
    • Switchport mode trunk
  6. WLAN to VLAN mapping on the AP
    • Go to Wireless > Access Point > <AP Name> > FlexConnect
    • Click on the VLAN Mappings next to the Native VLAN ID.
    • Change the VLANs per WLAN ID using the VLAN ID box.
  7. WLAN to VLAN mapping for a Flexconnect group
    • Go to Wireless > FlexConnect Groups > <Group Name>
    • Enter the WLAN ID and corresponding VLAN ID and then click add
Configuration on IOS-XE (9800)
  1. Setup Flex Profile
    • Go to Configuration > Tags & Profiles > Flex
    • Click the add button
    • fill in the name for the profile and the native VLAN ID on the General tab.
    • Apply any local auth and Umbrella settings under the appropriate tabs.
    • under the VLAN tab, add the VLAN name and ID along with any ACL policies
    • Under the Policy ACL tab if you have a web auth redirect you would add the ACL and check the central web auth box.
  2. Add the Flex Profile to a Site Tag
    • Go to Configuration > Tags & Profiles > Tags > Site
    • add a site tag
    • fill in the name for the site tag, optional description, add the AP Join Profile
    • Uncheck the “Enable Local Site” and the Flex Profile will appear
    • Select the appropriate Flex Profile and apply.
  3. Change the Site Tag on the AP
    • Go to Configuration > Wireless > Access Points > <AP Name>
    • General > Tags
    • change the Site Tag to the one created with the Flex Profile

Related Posts