I have hit a wall of confusion. I have read various articles,etc. I have this switch setup to bond the two uplink ports to a single bond. Created the bridge, set up the vlans on the bridge. I have unifi in the building so by default vlan1 needs to be untagged. That part is working as far as I can tell. What I cannot figure out what I’ve done wrong is that the Windows DHCP server will not hand out the DHCP requests. The server has a multi-vlan access, meaning each VLAN has its own DHCP server that the server should be listening for, its not handing out the IP address to the vlan on ether1. Any suggestions as to what I’ve messed up?
Thankls
# sep/21/2021 10:28:57 by RouterOS 6.48.4
# software id = ZKQA-49C8
#
# model = CRS326-24G-2S+
# serial number = DA730ED0E923
/interface bridge
add frame-types=admit-only-untagged-and-priority-tagged ingress-filtering=yes \
name=bri1 vlan-filtering=yes
/interface ethernet
set [ find default-name=sfp-sfpplus1 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full,10000M-full \
name=Uplink_P1
set [ find default-name=sfp-sfpplus2 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full,10000M-full \
name=Uplink_p2
/interface bonding
add mode=802.3ad name=Uplink slaves=Uplink_P1,Uplink_p2
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bri1 frame-types=admit-only-untagged-and-priority-tagged \
interface=Uplink
add bridge=bri1 interface=ether7
add bridge=bri1 interface=ether2
add bridge=bri1 interface=ether3
add bridge=bri1 interface=ether4
add bridge=bri1 interface=ether5
add bridge=bri1 interface=ether6
add bridge=bri1 interface=ether8
add bridge=bri1 interface=ether9
add bridge=bri1 interface=ether10
add bridge=bri1 interface=ether11
add bridge=bri1 interface=ether12
add bridge=bri1 interface=ether13
add bridge=bri1 interface=ether14
add bridge=bri1 interface=ether15
add bridge=bri1 interface=ether16
add bridge=bri1 interface=ether17
add bridge=bri1 interface=ether18
add bridge=bri1 interface=ether19
add bridge=bri1 interface=ether20
add bridge=bri1 interface=ether21
add bridge=bri1 interface=ether22
add bridge=bri1 interface=ether23
add bridge=bri1 interface=ether24
add bridge=bri1 frame-types=admit-only-untagged-and-priority-tagged \
ingress-filtering=yes interface=ether1 pvid=10
/ip neighbor discovery-settings
set discover-interface-list=all
/interface bridge vlan
add bridge=bri1 untagged=Uplink,bri1 vlan-ids=1
add bridge=bri1 tagged=Uplink,ether1 vlan-ids=10
add bridge=bri1 tagged=Uplink untagged=ether2 vlan-ids=30
add bridge=bri1 tagged=Uplink vlan-ids=20
add bridge=bri1 tagged=Uplink vlan-ids=40
/ip address
add address=10.10.50.3/24 interface=bri1 network=10.10.50.0
/ip dns
set servers=10.10.50.10
/ip route
add distance=1 gateway=10.10.50.1
/system clock
set time-zone-name=America/Chicago
/system routerboard settings
set boot-os=router-os