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

General • Re: VLANs between Unifi and MikroTik

$
0
0
Hi,

Is your configuration currently working? It looks a bit odd to me.

I am assuming that you want the Hex to act as a switch and acquire a DHCP lease for itself on VLAN3, right?

If so, I am not sure why you have the DHCP client on the brigde while ether1, connecting to your Unifi network is not.

I would suggest changing the following:

Move the VLAN interface to the bridge
Code:
/interface vlanadd interface=bridge name=vlan3 vlan-id=3
Add ether1 to the bridge with VLAN3 tagged
Code:
/interface bridge portadd bridge=bridge frame-types=admit-only-vlan-tagged interface=ether1 pvid=3
Change the DHCP client to the VLAN interface:
Code:
/ip dhcp-clientadd disabled=no interface=vlan3

After doing all this, check:
Code:
/interface bridge vlan
You will see an overview of your VLANS, and on which ports they are tagged and untagged.

Statistics: Posted by xrlls — Sun Mar 17, 2024 12:37 pm



Viewing all articles
Browse latest Browse all 15394

Trending Articles