Well it seems a lot isn't working regarding DHCP, both client & server.
- the WAN interface still won't get an IP, after previously receiving it and eventually expiring. I can plug a host into an access port on that VLAN on the Mikrotik and it gets an IP just fine.
- The DHCP server interfaces aren't giving out IPs either - except for one VLAN. That VLAN (VLAN 99) happens to be the one I tagged with the bridge, because it's the mgmt VLAN so I needed the switch IP here, but I have since also tagged the bridge on the other DHCP vlans and that hasn't made anythign better, i.e. clients still don't get IPs from the DHCPd. This one also works across all of my trunks.
Expected setup is for the switch to hand out IPs on all internal VLANs (not VL10) to local clients and clients on switches at the end of any of the trunks; and to ask for an address on the VL10 (WAN interface). All of the trunks carry all of the VLANs. I've posted an image below for reference. I'm still setting up the APs also.
So here's the full config:
add admin-mac=48:8F:5A:91:4E:D8 auto-mac=no ingress-filtering=yes name=br01-Core vlan-filtering=yes
/interface ethernet
set [ find default-name=ether1 ] name=gi1
set [ find default-name=ether2 ] mac-address=48:8F:5A:91:4E:D8 name=gi2
set [ find default-name=ether3 ] name=gi3
set [ find default-name=ether4 ] name=gi4
set [ find default-name=ether5 ] name=gi5
set [ find default-name=ether6 ] name=gi6
set [ find default-name=ether7 ] name=gi7
set [ find default-name=ether8 ] name=gi8
set [ find default-name=ether9 ] name=gi9
set [ find default-name=ether10 ] name=gi10
set [ find default-name=ether11 ] name=gi11
set [ find default-name=ether12 ] l2mtu=10218 mtu=10218 name=gi12
set [ find default-name=ether13 ] l2mtu=10218 mac-address=48:8F:5A:91:4E:E3 mtu=10218 name=gi13
set [ find default-name=ether14 ] name=gi14
set [ find default-name=ether15 ] name=gi15
set [ find default-name=ether16 ] name=gi16
set [ find default-name=ether17 ] name=gi17
set [ find default-name=ether18 ] name=gi18
set [ find default-name=ether19 ] l2mtu=10218 mtu=10218 name=gi19
set [ find default-name=ether20 ] l2mtu=10218 mtu=10218 name=gi20
set [ find default-name=ether21 ] l2mtu=10218 mtu=10218 name=gi21
set [ find default-name=ether22 ] l2mtu=10218 mtu=10218 name=gi22
set [ find default-name=ether23 ] l2mtu=10218 mtu=10218 name=gi23
set [ find default-name=ether24 ] l2mtu=10218 mac-address=48:8F:5A:91:4E:EE mtu=10218 name=gi24
set [ find default-name=sfp-sfpplus1 ] l2mtu=10218 mtu=10218 name=xg1
set [ find default-name=sfp-sfpplus2 ] l2mtu=10218 mtu=10218 name=xg2
/interface vlan
add interface=br01-Core name=VL10-WAN vlan-id=10
add interface=br01-Core name=VL13-Home vlan-id=13
add interface=br01-Core name=VL22-Secure vlan-id=22
add interface=br01-Core name=VL25-Smart vlan-id=25
add interface=br01-Core name=VL99-Mgmt vlan-id=99
add interface=br01-Core name=VL200-Spare vlan-id=200
/interface bonding
add mode=802.3ad name=bo01-WANUplink slaves=gi1,gi2
add mode=802.3ad mtu=10218 name=bo02-Trunk slaves=gi23,gi24
add mode=802.3ad mtu=10218 name=bo10-Brontos slaves=gi12,gi13
/interface list
add name=WAN
add name=LAN
add name=VPNtraffic
add name=VPNexcluded
add name=Private
add name=routed
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp_pool0 ranges=192.168.13.20-192.168.13.199
add name=dhcp_pool1 ranges=172.22.22.40-172.22.22.199
add name=dhcp_pool2 ranges=172.25.25.40-172.25.25.199
add name=dhcp_pool3 ranges=192.168.99.100-192.168.99.120
add name=dhcp_pool4 ranges=192.168.200.50-192.168.200.200
/ip dhcp-server
add address-pool=dhcp_pool0 interface=VL13-Home lease-time=1d name=dhcp-VL13
add address-pool=dhcp_pool1 disabled=no interface=VL22-Secure lease-time=1d name=dhcp-VL22
add address-pool=dhcp_pool2 disabled=no interface=VL25-Smart lease-time=1d name=dhcp-VL25
add address-pool=dhcp_pool3 disabled=no interface=VL99-Mgmt lease-time=30m name=dhcp-VL99
add address-pool=dhcp_pool4 disabled=no interface=VL200-Spare name=dhcp-VL200
/interface bridge port
add bridge=br01-Core comment=VL99-Mgmt interface=gi3 pvid=99
add bridge=br01-Core comment="static mgmt - VL99-Mgmt" interface=gi18 pvid=99
add bridge=br01-Core comment=Alloce-10Gbe ingress-filtering=yes interface=xg1 pvid=13
add bridge=br01-Core comment=Brontos-10Gbe ingress-filtering=yes interface=xg2 pvid=13
add bridge=br01-Core comment=TrunkUplink-1Gbe-LACP frame-types=admit-only-vlan-tagged interface=bo02-Trunk
add bridge=br01-Core comment=Brontos-1Gbe-LACP frame-types=admit-only-untagged-and-priority-tagged ingress-filtering=yes \
interface=bo10-Brontos pvid=13
add bridge=br01-Core comment=VL13-Home interface=gi4 pvid=13
add bridge=br01-Core comment=VL10-WAN interface=gi5 pvid=10
add bridge=br01-Core comment=VL10-WAN interface=gi6 pvid=10
add bridge=br01-Core comment=VL13-Home interface=gi7 pvid=13
add bridge=br01-Core comment=VL13-Home interface=gi8 pvid=13
add bridge=br01-Core comment=VL13-Home interface=gi9 pvid=13
add bridge=br01-Core comment=VL22-Secure interface=gi10 pvid=22
add bridge=br01-Core comment=VL13-Home interface=gi11 pvid=13
add bridge=br01-Core comment=VL13-Home interface=gi14 pvid=13
add bridge=br01-Core comment=VL13-Home interface=gi15 pvid=13
add bridge=br01-Core comment=VL99-Mgmt interface=gi16 pvid=99
add bridge=br01-Core comment=VL13-Home interface=gi17 pvid=13
add bridge=br01-Core comment=TrunkUplink frame-types=admit-only-vlan-tagged interface=gi19
add bridge=br01-Core comment=TrunkUplink frame-types=admit-only-vlan-tagged interface=gi20
add bridge=br01-Core comment=TrunkUplink frame-types=admit-only-vlan-tagged interface=gi21
add bridge=br01-Core comment=TrunkUplink frame-types=admit-only-vlan-tagged interface=gi22
add bridge=br01-Core comment=Trunk-WANUplink interface=bo01-WANUplink pvid=10
/interface bridge vlan
add bridge=br01-Core tagged=bo02-Trunk,bo01-WANUplink,br01-Core untagged=gi3,gi18 vlan-ids=99
add bridge=br01-Core tagged=bo02-Trunk,bo01-WANUplink,bo10-Brontos untagged=gi5,gi6 vlan-ids=10
add bridge=br01-Core tagged=bo02-Trunk,bo01-WANUplink,br01-Core,gi19,gi20,gi21,gi22 untagged=\
gi3,gi7,gi8,gi9,gi10,gi11,gi12,gi13,gi14,gi15,gi16,gi17,bo10-Brontos vlan-ids=13
add bridge=br01-Core tagged=bo02-Trunk,br01-Core,gi19,gi20,gi21,gi22 untagged=gi10 vlan-ids=22
add bridge=br01-Core tagged=bo02-Trunk,bo01-WANUplink,gi19,gi20,gi21,gi22 vlan-ids=25
add bridge=br01-Core tagged=bo02-Trunk,gi19,gi20,gi21,gi22 vlan-ids=200
/interface list member
add interface=VL13-Home list=LAN
add interface=VL22-Secure list=LAN
add interface=VL10-WAN list=WAN
add interface=VL99-Mgmt list=LAN
add interface=VL25-Smart list=LAN
add interface=br01-Core list=LAN
add interface=VL22-Secure list=VPNexcluded
add interface=VL10-WAN list=VPNexcluded
add interface=VL13-Home list=VPNtraffic
add interface=VL200-Spare list=VPNtraffic
add interface=VL13-Home list=routed
add interface=VL22-Secure list=routed
add interface=VL25-Smart list=routed
/ip address
add address=192.168.200.1/24 interface=VL200-Spare network=192.168.200.0
add address=192.168.13.1/24 interface=VL13-Home network=192.168.13.0
add address=172.22.22.1/24 interface=VL22-Secure network=172.22.22.0
add address=172.25.25.1/24 interface=VL25-Smart network=172.25.25.0
add address=192.168.99.1/24 interface=VL99-Mgmt network=192.168.99.0
/ip dhcp-client
add default-route-distance=2 dhcp-options=clientid_duid,hostname interface=VL10-WAN use-peer-dns=no
/ip dhcp-server network
add address=172.22.22.0/24 dns-none=yes gateway=172.22.22.1
add address=172.25.25.0/24 dns-server=8.8.8.8 gateway=172.25.25.1
add address=192.168.13.0/24 gateway=192.168.13.1
add address=192.168.99.0/24 dns-server=192.168.99.1
add address=192.168.200.0/24 gateway=192.168.200.1
/ip dns
set servers=94.140.14.14,94.140.15.15,2a10:50c0::ad1:ff,2a10:50c0::ad2:ff
/ip route
add disabled=yes distance=1 gateway=192.168.178.1
/system clock
set time-zone-name=Europe/Amsterdam
/system identity
set name=Swikros
/system routerboard settings
set boot-os=router-os
You do not have the required permissions to view the files attached to this post.