Hello Malik,
if you already have the vlans configured on you network (switch) you'll have to do the following in the AP profile:
Note: Make sure that all vlans are allowed through the switchports the APs are connected to
- Create native vlan if other than vlan 1
- Map the vlans to the WLANs
- Trunk the ge 1 port and allow all vlans through
1 - Create Native vlan if other than vlan 1.
#config
#profile <ap model> <profile name>
#int vlan1
#no ip dhcp client request options all
#interface vlan<new native vlan ID>
#IP address DHCP
#ip address zeroconf secondary (only if you'd like to be able to access the APs via the APIPA zeroconfig address)
#ip dhcp client request options all
#com wr
#..2 - Trunk the ge 1 port (still in AP profile):
#int ge 1
#switchport mode trunk
#switchport trunk allowed vlan <vlan IDs> (The List of the VLAN IDs and aliases e.g. 10-20,25,30-35,$GUEST)
#switchport trunk native vlan <native vlan ID>
# com wr
Article on same: https://extremeportal.force.com/ExtrArticleDetail?an=000080209
3 - Map vlans to wlans:
#config#wlan <wlan name>
#vlan <vlan id>
#com wr
I hope this helps,
Christoph
Christoph S.