I'm relatively new to mikrotik [and networking in general] and am trying to setup a few VLANs for my home network. Specifically, right now I'm trying to setup a management VLAN (99) as a confidence booster for myself to prove I can do this. Right now, I'm just trying to get an RB3011UiAS, CRS326-24G-2S+ and 2 Synology diskstations to talk to each other on the same VLAN. See the diagram below:
Anyway, so right now after following a youtube tutorial, I'm able to get the CRS326 to talk to the 2 Synology NAS units, but can't ping out to the router. Similarly, I can't ping the CRS326 from the router either. In a weird turn of events, I tried rebooting the router and could momentarily ping 10.10.99.1 from the CRS326 (and could ping everything from the router), but then the CRS326 session timed out and when I re-logged in I lost the ability to ping 10.10.99.1. I'm assuming I have a routing problem but I cant for the life of me figure out where the problem is.
See the following router and switch configs:
RB3011UiAS config:
# 2025-03-24 19:05:02 by RouterOS 7.18.2
# software id = PT7B-Q7JZ
#
# model = RB3011UiAS
# serial number = E7E70FD05ECE
/interface bridge
add name=bridge1 vlan-filtering=yes
/interface bonding
add mode=802.3ad name="lacp_src=rb3011UiAS_dst=crs326-24g-2s+" slaves=\
ether3,ether6
/interface vlan
add interface="lacp_src=rb3011UiAS_dst=crs326-24g-2s+" name=vlan99 vlan-id=99
/interface list
add name=WAN
add name=LAN
/interface wifi datapath
add bridge=bridge1 disabled=no name=datapath1
/interface wifi security
add authentication-types=wpa2-psk disabled=no name=sec1
/interface wifi configuration
add channel.band=5ghz-ac .skip-dfs-channels=all .width=20/40mhz country=\
"United States" datapath=datapath1 disabled=no name=cfg1 security=sec1 \
ssid="Nakatomi Plaza Wifi 5G"
add channel.band=2ghz-ax .width=20/40mhz country="United States" datapath=\
datapath1 disabled=no name=cfg2 security=sec1 ssid=\
"Nakatomi Plaza Wifi 2G"
/interface wifi
# operated by CAP 10.10.1.7, traffic processing on CAP
add channel.frequency=2300-7000 configuration=cfg1 configuration.mode=ap \
disabled=no name=cap-wifi1 radio-mac=78:9A:18:72:17:9C
# operated by CAP 10.10.1.7, traffic processing on CAP
add configuration=cfg2 configuration.mode=ap disabled=no name=cap-wifi2 \
radio-mac=78:9A:18:72:17:9D
/ip pool
add name=dhcp ranges=10.10.1.80-10.10.1.126
/ip dhcp-server
add address-pool=dhcp interface=bridge1 name=dhcp1
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface="lacp_src=rb3011UiAS_dst=crs326-24g-2s+"
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether7
add bridge=bridge1 interface=ether9
add bridge=bridge1 interface=ether8
add bridge=bridge1 interface=ether10
/interface bridge vlan
add bridge=bridge1 tagged="lacp_src=rb3011UiAS_dst=crs326-24g-2s+" vlan-ids=\
99
/interface list member
add interface=bridge1 list=LAN
add interface=ether1 list=WAN
/interface ovpn-server server
add mac-address=FE:89:40:16:89:80 name=ovpn-server1
/interface wifi cap
set caps-man-addresses=127.0.0.1 discovery-interfaces=bridge1 enabled=yes
/interface wifi capsman
set enabled=yes interfaces=bridge1 package-path="" require-peer-certificate=\
no upgrade-policy=none
/ip address
add address=10.10.1.1/25 interface=bridge1 network=10.10.1.0
add address=10.10.99.1/28 interface=vlan99 network=10.10.99.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server network
add address=10.10.1.0/25 dns-server=10.10.1.11,10.10.1.12 domain=HOME.local \
gateway=10.10.1.1 netmask=25
/ip firewall address-list
add address=10.10.1.0/25 comment=General list=LANs
add address=e7e70fd05ece.sn.mynetname.net list=WANs
/ip firewall mangle
add action=mark-connection chain=prerouting comment=\
"Mark connections for hairpin NAT" dst-address-list=WANs \
new-connection-mark="Hairpin NAT" src-address-list=LANs
/ip firewall nat
add action=masquerade chain=srcnat comment=\
"Required Rule for all outbound WAN traffic" out-interface=ether1
add action=masquerade chain=srcnat comment=\
"Hairpin NAT allows routing of LAN resources using WAN hostnames" \
connection-mark="Hairpin NAT"
add action=dst-nat chain=dstnat comment="Port forward: HTTPS" \
dst-address-list=WANs dst-port=443 protocol=tcp to-addresses=10.10.1.10 \
to-ports=443
add action=dst-nat chain=dstnat comment=\
"Port forward: HTTP (for certificate renewal only)" dst-address-list=WANs \
dst-port=80 protocol=tcp to-addresses=10.10.1.10 to-ports=80
/ip ipsec profile
set [ find default=yes ] dpd-interval=2m dpd-maximum-failures=5
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
/system clock
set time-zone-name=America/Los_Angeles
/system identity
set name=RB3011UiAS
/system note
set show-at-login=no
/tool romon
set enabled=yes
# 2025-03-24 21:11:19 by RouterOS 7.18.2
# software id = VCMN-0DTR
#
# model = CRS326-24G-2S+
# serial number = HGC09X36BN2
/interface bridge
add admin-mac=D4:01:C3:83:C0:CF auto-mac=no name=bridge1 vlan-filtering=yes
/interface vlan
add interface=bridge1 name=vlan99 vlan-id=99
/interface bonding
add mode=802.3ad name="lacp_src=crs326-24g-2s+_dst=dc1.home.local" slaves=\
ether6,ether8
add mode=802.3ad name="lacp_src=crs326-24g-2s+_to_crs309-1g-8s+" slaves=\
sfp-sfpplus1,sfp-sfpplus2
add mode=802.3ad name="lacp_src=rb3011uias_to_crs326-24g-2s+" slaves=\
ether3,ether5
/interface list
add name=WAN
add name=LAN
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether7
add bridge=bridge1 comment=defconf interface=ether9
add bridge=bridge1 comment=defconf interface=ether10 pvid=99
add bridge=bridge1 comment=defconf interface=ether11
add bridge=bridge1 comment=defconf interface=ether12
add bridge=bridge1 comment=defconf interface=ether13
add bridge=bridge1 comment=defconf interface=ether14
add bridge=bridge1 comment=defconf interface=ether15
add bridge=bridge1 comment=defconf interface=ether16
add bridge=bridge1 comment=defconf interface=ether17
add bridge=bridge1 comment=defconf interface=ether18 pvid=99
add bridge=bridge1 comment=defconf interface=ether19
add bridge=bridge1 comment=defconf interface=ether20
add bridge=bridge1 comment=defconf interface=ether21
add bridge=bridge1 comment=defconf interface=ether22
add bridge=bridge1 comment=defconf interface=ether23
add bridge=bridge1 comment=defconf interface=ether24
add bridge=bridge1 interface="lacp_src=rb3011uias_to_crs326-24g-2s+"
add bridge=bridge1 interface="lacp_src=crs326-24g-2s+_to_crs309-1g-8s+"
add bridge=bridge1 interface="lacp_src=crs326-24g-2s+_dst=dc1.home.local"
/ip firewall connection tracking
set udp-timeout=10s
/interface bridge vlan
add bridge=bridge1 tagged="lacp_src=rb3011uias_to_crs326-24g-2s+,bridge1" \
untagged=ether18,ether10 vlan-ids=99
/interface list member
add interface=ether1 list=WAN
add interface=ether2 list=LAN
add interface=ether3 list=LAN
add interface=ether4 list=LAN
add interface=ether5 list=LAN
add interface=ether6 list=LAN
add interface=ether7 list=LAN
add interface=ether8 list=LAN
add interface=ether9 list=LAN
add interface=ether10 list=LAN
add interface=ether11 list=LAN
add interface=ether12 list=LAN
add interface=ether13 list=LAN
add interface=ether14 list=LAN
add interface=ether15 list=LAN
add interface=ether16 list=LAN
add interface=ether17 list=LAN
add interface=ether18 list=LAN
add interface=ether19 list=LAN
add interface=ether20 list=LAN
add interface=ether21 list=LAN
add interface=ether22 list=LAN
add interface=ether23 list=LAN
add interface=ether24 list=LAN
add interface=sfp-sfpplus1 list=LAN
add interface=sfp-sfpplus2 list=LAN
/interface ovpn-server server
add mac-address=FE:F4:EB:25:D5:B4 name=ovpn-server1
/ip address
add address=10.10.99.2/28 interface=vlan99 network=10.10.99.0
add address=10.10.1.2/25 interface="lacp_src=rb3011uias_to_crs326-24g-2s+" \
network=10.10.1.0
/ip dhcp-client
add disabled=yes interface=bridge1
/ip dns
set servers=10.10.1.11
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/ip ipsec profile
set [ find default=yes ] dpd-interval=2m dpd-maximum-failures=5
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=10.10.99.1 \
routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/system clock
set time-zone-name=America/Los_Angeles
/system identity
set name=CRS326-24G-2S+
/system logging
add topics=debug
add topics=info
/system note
set show-at-login=no
/system routerboard settings
set enter-setup-on=delete-key
/tool romon
set enabled=yes