cancel
Showing results for 
Search instead for 
Did you mean: 

Adoption of WiNG based wireless on untagged VLAN

Adoption of WiNG based wireless on untagged VLAN

Eric_Burke
New Contributor III
I've got a site with about 150 WiNG based AP's. They adopt on V67 and as such, this is the default untagged vlan for each port they're connected to. For some reason, when I tell the AP's that this is V67 (as opposed to 1) in their profiles, they don't provision. So they think that the untagged port they're on in 1 when in fact it's 67. Why does this matter? We're implementing a new management platform and since it's pulling the AP configs and they don't mesh with the actual settings, it's messing up everything. Any thoughts as to why the AP's won't work when the profile says that their default vlan is 67 (bridging at the interface)? These are nearly all 4532 and 4522 devices.
14 REPLIES 14

Phil_Frederick
Extreme Employee
Change "vlan1" to "vlan67"

interface ge1
description "Trunk to local switch"
switchport mode trunk
switchport trunk native vlan 67
no switchport trunk native tagged
switchport trunk allowed vlan 1,60-68
ip dhcp trust
qos trust dscp
qos trust 802.1p
interface vlan67
ip address dhcp
ip address zeroconf secondary
ip dhcp client request options allI'd also look at removing vlan 1 from your "switchport trunk" under ge1 if you're not using it.

Eric_Burke
New Contributor III
Hi Phil. Here's the config (done in via the controller UI, but seems to match [except for the wrong vlan]):

interface ge1
description "Trunk to local switch"
switchport mode trunk
switchport trunk native vlan 1
no switchport trunk native tagged
switchport trunk allowed vlan 1,60-68
ip dhcp trust
qos trust dscp
qos trust 802.1p
interface vlan1
ip address dhcp
ip address zeroconf secondary
ip dhcp client request options all

Phil_Frederick
Extreme Employee
Do you have your tagged and untagged vlans defined on ge1?
interface ge1 switchport mode trunk switchport trunk native vlan 67 no switchport trunk native tagged switchport trunk allowed vlan 5,6,7,8... Just to make sure, you're also assigning your management IP to vlan 67, correct?
interface vlan67
ip address dhcpor if you are using device overrides for static IPs, for each AP config:
interface vlan67 ip address

Eric_Burke
New Contributor III
It's an EXOS x440, so the ports are set to "conf v67 add port n untagged" then two "tagged" for the BSSID vlan's.

Shay_Weir
New Contributor II
Try changing the AP switchport interface to: switchport trunk native vlan 67, switchport mode trunk
GTM-P2G8KFN