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 bridgeAdd ether1 to the bridge with VLAN3 tagged
Change the DHCP client to the VLAN interface:
After doing all this, check:You will see an overview of your VLANS, and on which ports they are tagged and untagged.
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
Code:
/interface bridge portadd bridge=bridge frame-types=admit-only-vlan-tagged interface=ether1 pvid=3
Code:
/ip dhcp-clientadd disabled=no interface=vlan3
After doing all this, check:
Code:
/interface bridge vlan
Statistics: Posted by xrlls — Sun Mar 17, 2024 12:37 pm