Adoption of WiNG based wireless on untagged VLAN
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-29-2017 10:36 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-29-2017 12:04 PM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-29-2017 12:01 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-29-2017 11:25 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-29-2017 10:54 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-29-2017 10:51 AM
Try changing the AP switchport interface to: switchport trunk native vlan 67, switchport mode trunk
