Configuring different VLANs for Access Points and WLANs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-11-2018 09:53 PM
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.
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-12-2018 04:56 AM
Assuming we have Cisco Switches.
Does the config look good?
Thanks.
Does the config look good?
Thanks.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-12-2018 04:56 AM
We are sorry to hear that 🙂
It looks OK
just as a reminder.... you'd need a "no shut" on the VLAN interfaces
It looks OK
just as a reminder.... you'd need a "no shut" on the VLAN interfaces
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-12-2018 04:12 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-12-2018 03:27 AM
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?
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?
