12-17-2015 05:27 AM - edited 07-05-2021 04:24 AM
Hi Guys,
need to know how to configure the 1532e AP's to a point to mulitpoint. We do not have a controller and will use them as autonomous. What configurations do I need to do on the AP and on the switch interfaces ? Can someone jot down the step by step configs through GUI?
THanks
Solved! Go to Solution.
12-26-2015 10:45 PM
I see, so if i want to use vlan 1 as native, I have to change the BVI address (managment IP) to a VLAN 1 IP range ? so the AP will be in VLAN 1 then. Likewise, if i want to put the AP in VLAN 251, I have to change the native VLAN to 251 as well as the BVI. I think we are good till here.
Now, the scenario is that I want to make VLAN 1 as native between the switch and AP, and want to put the AP's in VLAN 251. Is that possible ? If it is what will be the configuration. If its not then what is best practice? Do we put the AP's in native VLAN instead of a different VLAN like 251 ?
Thanks
12-27-2015 08:02 AM
You can't use vlan 251 as national be and also vlan 1 as untagged. This is the issue your facing. You either put the BVI on vlan 1 or if you want to use vlan 251 as management, then you can use vlan 1 for wireless clients so you would have to use vlan 2+ which is tagged vlans by default.
-Scott
*** Please rate helpful posts ***
12-27-2015 08:17 AM
12-27-2015 08:22 AM
Yeah.. It will be easier to manage then that way.
-Scott
*** Please rate helpful posts ***
12-26-2015 01:18 PM
Ok so now would the below work ? its according to the link example you posted. SSID P2P will be for the point to multipoint linke and SSID NATIVE will be for the connectivity between the AP and the Switch which has a native vlan 1.
dot11 ssid P2P
vlan 251
authentication open
infrastructure-ssid
!
dot11 ssid NATIVE
vlan 1
authentication open
!
interface Dot11Radio0
ssid P2P
ssid NATIVE
station-role root bridge wireless-clients
!
interface Dot11Radio0.1
encapsulation dot1Q 1 native
bridge-group 1
!
interface Dot11Radio0.251
encapsulation dot1Q 251
bridge-group 251
!
interface FastEthernet0.1
encapsulation dot1Q 1 native
bridge-group 1
!
interface FastEthernet0.110
encapsulation dot1Q 251
bridge-group 251
!
interface BVI1
ip address 10.80.251.11 255.255.255.0 ( VLAN 251 range non-native)
ip default-gateway 10.180.251.1
!
On the switch side it would be :
interface G1/0/2
description Root-Bridge
switchport trunk native vlan 1
switchport mode trunk
12-17-2015 10:50 AM
Here are some other links that may help:
https://supportforums.cisco.com/discussion/11538401/configuring-ap-point-multipoint-bridge
https://supportforums.cisco.com/document/61936/autonomous-ap-and-bridge-basic-configuration-template
-Scott
*** Please rate helpful posts ***
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