ā09-20-2022 12:45 PM
I am setting up a new 9800 controller. I have followed the Configure Mesh on Catalyst 9800 Wireless
LAN Controllers guide. I have the Bridge configured and functioning. However it will only pass VLAN 10 traffic, it is not passing VLAN 20 or 30. I have enabled VLAN Transparent and ethernet bridging. I have also spent hours reviewing 9800 configuration guide but can not get the other VLAN traffic to pass over the point to point bridge. At this point any help would be great.
Solved! Go to Solution.
ā09-22-2022 11:50 AM
So the solution was that even though I had set the Configuration / Access points / Mesh / Mode to trunk with a native VLAN the APs were not updating correctly. I had to issue the command ap name (XXX) mesh vlan-trunking native 10, from the controller to both APs in the bridge. As soon as I issued that command the bridge started working perfectly.
ā09-20-2022 11:36 PM - edited ā09-20-2022 11:37 PM
>... I have also spent hours reviewing 9800 configuration
- You can also have the current configuration on the 9800 validated by using the CLI command : show tech wireless , have the output analyzed by https://cway.cisco.com/
M.
ā09-21-2022 07:35 AM
1. Check your config as advised by @marce1000
2. What version of software are you using and what AP?
ā09-22-2022 05:38 AM
@rrudrapa I am running 17.3.5B and using 1562D APs. I will run the config through the analyzer shortly and let both of you know what is finds.
ā09-22-2022 10:13 AM
Hello,
To clarify you mentioned you have VLAN Transparent enabled , this enabled will prevent the AP from passing multiple VLANs, this is enabled by default and should only be enabled if you are only using a single vlan.
Please disable this if you want to pass multiple vlans and try again !
ā09-22-2022 10:27 AM
I think @Prince.O means disabled by default - but yes well spotted, I agree.
ā09-22-2022 11:50 AM
So the solution was that even though I had set the Configuration / Access points / Mesh / Mode to trunk with a native VLAN the APs were not updating correctly. I had to issue the command ap name (XXX) mesh vlan-trunking native 10, from the controller to both APs in the bridge. As soon as I issued that command the bridge started working perfectly.
ā10-17-2024 11:16 AM
Had a similar issue and this worked for me:
===============RAP SWITCHPORT CONFIGURATION=============
conf t
int xxx
switchport mode trunk
switchport trunk native vlan x
switchport trunk allowed vlan X, Y
end
wr
==========MAP SWITCHPORT CONFIGURATION================
conf t
int xxx
switchport mode trunk
switchport trunk native vlan x
switchport trunk allowed vlan X, Y
end
wr
=========WLC RAP CONFIGURATION======================
===> ON the WLC
-> Configuration Access Points RAP:
Mesh tab,
Mode Trunk
Native VLAN ID* X
Allowed VLAN IDs Y
VLAN Trunking Native Select Checkbox X
Role Root
Update & Apply to Device
=========WLC MAP CONFIGURATION====================
===> on the WLC:
Mesh tab:
Mode: Trunk
Native VLAN ID*: X
Allowed VLAN IDs: Y
VLAN Trunking Native: Leave Unchecked
Role: Mesh
Update & Apply to Device
==================END=================================
This is working with "VLAN Transparent" and "Ethernet Bridging" Enabled on the Mesh Profile, Advanced tab
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide