Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 19714

Beginner Basics • Re: VLAN On Main Router + 2 HAP

$
0
0
Firstly, there is no need of L3 VLAN configuration (no interface vlan, dhcp-client, etc.) on the hAP ac^2 unless one of the VLANs is a management one. Secondly, I don't see any bridge at all on the hAP (unless it's not shown in the config). Another problem I notice is that the ports on the RB5009 which are part of the VLAN configuration are also not in a bridge (unless it's not shown in the config). Instead, the VLANs are bridge members which shouldn't be the case. Remove them instantaneously. Also, on which of the hAP ac^2s is the config?

In order everything to work, I'll post an example config:
Code:
/interface bridge portadd bridge=bridge-LAN interface=ether2add bridge=bridge-LAN interface=ether3add bridge=bridge-LAN interface=ether4add bridge=bridge-LAN interface=ether5 pvid=30add bridge=bridge-LAN interface=ether6 pvid=10add bridge=bridge-LAN interface=ether7 pvid=10/interface bridge vlanadd bridge=bridge-LAN tagged=bridge-LAN,ether3,ether4 vlan-ids=10add bridge=bridge-LAN tagged=bridge-LAN,ether2 vlan-ids=20add bridge=bridge-LAN tagged=bridge-LAN,ether2,ether3,ether4 vlan-ids=30/interface bridge set bridge-LAN vlan-filtering=yes#middle hap/interface bridge add name=bridge/interface bridge portadd bridge=bridge interface=ether1add bridge=bridge interface=ether2add bridge=bridge interface=ether3add bridge=bridge interface=ether5/interface ethernet switch vlanadd ports=ether1,ether2,ether3 switch=switch1 vlan-id=10add ports=ether1,ether5 switch=switch1 vlan-id=30/interface ethernet switch portset ether1 vlan-header=add-if-missing vlan-mode=secureset ether2 default-vlan-id=10 vlan-header=always-strip vlan-mode=secureset ether3 default-vlan-id=10 vlan-header=always-strip vlan-mode=secureset ether5 default-vlan-id=30 vlan-header=always-strip vlan-mode=secure

Statistics: Posted by TheCat12 — Thu Mar 21, 2024 7:44 pm



Viewing all articles
Browse latest Browse all 19714

Trending Articles