cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

Configuring different VLANs for Access Points and WLANs

Configuring different VLANs for Access Points and WLANs

dot1x
New Contributor II
Hi All,

I'm new to Extreme wireless.
Could someone please assist how can we configure the following:

1. APs get the IP Address from Management Subnet.
2. WLANs users get the IP Address from different subnet than the APs.

Thanks.
7 REPLIES 7

dot1x
New Contributor II
Assuming we have Cisco Switches.
Does the config look good?

Thanks.

Ronald_Dvorak
Honored Contributor
We are sorry to hear that šŸ™‚

It looks OK
just as a reminder.... you'd need a "no shut" on the VLAN interfaces

Madeline
Extreme Employee
Dear Moin,

I am not sure about the switch that you are using, but from the WiNG AP side, the configuration looks correct
You can do a show IP interface brief on the AP to check the IP address that it is taking

Hope this helps

dot1x
New Contributor II
Hi Madeline,

Thanks for the detailed response. I didn't know if we could configure the AP int Ge interface with switchport commands.

In my case I'd have to configure the following:

AP Ge Interface:
switchport mode trunk
switchport trunk native vlan 10
no switchport trunk native tagged
switchport trunk allowed vlan 10,20

interface vlan 10
ip address dhcp
ip address zeroconf secondary
ip dhcp client request options all

Switchport Config (Where AP is connected)

interface gi1/0/1
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20

The Switch Config:

interface vlan 10
ip address 192.168.10.1 255.255.255.0
ip helper-address

interface vlan 20
ip address 192.168.20.1 255.255.255.0
ip helper-address

Does it make any sense?
GTM-P2G8KFN