12-02-2013 08:20 AM - edited 07-04-2021 01:21 AM
I have a new 7500 deployment going in, all AP's will be in flexconnect at branch sites. I would like to have a dedicated management vlan on each AP that has no ssid assosiated with it.
Can someone point me in the right direction / to a document that details how to setup the dedicated management vlan with no ssid?
12-02-2013 10:39 AM
It is simple, you have to do the following
1. Configure FlexConnect AP connected switch port as trunk port
2. Native VLAN of that trunk port should be the management vlan of AP
3. AP needs to be in FlexConnect mode
4. WLAN to be configured for Local Switching (with or without central authentication depend on the Auth requirement)
Here is a example for such switch port configuration. Vlan 10 is management for AP & Vlan 20 & 30 for SSID (or for wireless user)
interface FastEthernet1/0/x
switchport trunk encapsulation dot1q
switchport trunk native vlan 10
switchport trunk allow vlan 10,20,30
switchport mode trunk
spanning-tree portfast trunk
Here is a design guide refereence for this feature
http://www.cisco.com/en/US/docs/solutions/Enterprise/Mobility/emob73dg/ch7_HREA.html
Here is 7500 deployment guide
http://www.cisco.com/en/US/products/ps11635/products_tech_note09186a0080b7f141.shtml
This post will provide different operations modes available in this FlexConnect/H-REAP
http://mrncciew.com/2013/03/10/h-reap-modes-of-operation/
Here is a ciscolive material which will gives you feature capability/design guide as at today.
BRKEWN-2016 : Architecting Network for Branch Offices
HTH
Rasika
**** Pls rate all useful responses ****
12-03-2013 08:45 AM
Thanks for the links. No authentication is required in this setup as its handled by a separate access gateway.
Network setup is the same currently, but minus the controller. I couldnt see in the controller how to correctly provison the vlans in this manner.
I will review the documentation.
Thanks!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide