I have the following setup:


But when I use the built-in option to ping between these devices, I get the following:

I get the same results when selecting the vlan13 devices to ping from. I believe my VLANs are configured correctly and the traffic is also tagged. When I use my laptop to ping, I get the same results. I ave configured the correct VLAN tag, because the DHCP also works fine when doing so. Default firewall rules that would drop traffic are disabled.
This is the config of rt2:
# 2024-11-04 11:50:17 by RouterOS 7.16.1
# software id = 940B-WJH6
#
# model = RB5009UPr+S+
# serial number = HF509BKDP8S
/interface bridge
add admin-mac=78:9A:18:74:B1:94 auto-mac=no comment=defconf name=bridge pvid=10 vlan-filtering=yes
/interface ethernet
set [ find default-name=ether1 ] comment=rt1
set [ find default-name=ether2 ] comment=sw1
set [ find default-name=ether3 ] comment=rp1
set [ find default-name=ether4 ] comment=rp2
set [ find default-name=ether5 ] comment=rp3
set [ find default-name=ether6 ] comment=rp4
set [ find default-name=ether7 ] comment=rp5
set [ find default-name=ether8 ] comment=ws1
set [ find default-name=sfp-sfpplus1 ] disabled=yes
/interface wireguard
add disabled=yes listen-port=13231 mtu=1420 name=wireguard1
/interface vlan
add comment="K8s management" interface=bridge name=vlan11 vlan-id=11
add comment=Data interface=bridge name=vlan12 vlan-id=12
add comment="Network control plane" interface=bridge name=vlan13 vlan-id=13
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
add name="K8s management" ranges=172.27.11.100-172.27.11.254
add name=Data ranges=172.27.12.100-172.27.12.254
add name="Network control plane" ranges=172.27.13.100-172.27.13.254
/ip dhcp-server
add address-pool=default-dhcp disabled=yes interface=bridge lease-time=10m name=defconf
add address-pool="K8s management" interface=vlan11 name="K8s management"
add address-pool=Data interface=vlan12 name=Data
add address-pool="Network control plane" interface=vlan13 name="Network control plane"
/interface bridge port
add bridge=bridge comment=defconf frame-types=admit-only-untagged-and-priority-tagged interface=ether2 pvid=10 trusted=yes
add bpdu-guard=yes bridge=bridge comment=defconf edge=yes interface=ether3 pvid=10
add bpdu-guard=yes bridge=bridge comment=defconf edge=yes interface=ether4 pvid=10
add bpdu-guard=yes bridge=bridge comment=defconf edge=yes interface=ether5 pvid=10
add bpdu-guard=yes bridge=bridge comment=defconf edge=yes interface=ether6 pvid=10
add bpdu-guard=yes bridge=bridge comment=defconf edge=yes interface=ether7 pvid=10
add bpdu-guard=yes bridge=bridge comment=defconf edge=yes interface=ether8 pvid=10
add bridge=bridge comment=defconf disabled=yes interface=sfp-sfpplus1 pvid=10
add bridge=bridge comment=defconf interface=ether1 pvid=10 trusted=yes
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface bridge vlan
add bridge=bridge comment=Public untagged=bridge,ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8 vlan-ids=10
add bridge=bridge comment="K8s management" tagged=bridge,ether1,ether3,ether4,ether5,ether6,ether7,ether8 vlan-ids=11
add bridge=bridge comment=Data tagged=bridge,ether3,ether4,ether5,ether6,ether7 vlan-ids=12
add bridge=bridge comment="Network control plane" tagged=bridge,ether1,ether8 vlan-ids=13
/interface list member
add comment=defconf 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=sfp-sfpplus1 list=LAN
/interface wireguard peers
add allowed-address=172.27.10.0/24 interface=wireguard1 name=peer3 preshared-key="" public-key="="
/ip address
add address=172.27.10.2/24 comment=defconf interface=ether2 network=172.27.10.0
add address=172.27.11.1/24 comment="K8s management" interface=vlan11 network=172.27.11.0
add address=172.27.12.1/24 comment=Data interface=vlan12 network=172.27.12.0
add address=172.27.13.1/24 comment="Network control plane" interface=vlan13 network=172.27.13.0
/ip dhcp-client
add disabled=yes interface=bridge
/ip dhcp-server network
add address=0.0.0.0/24 comment=defconf dns-server=0.0.0.0 gateway=0.0.0.0 netmask=24
add address=172.27.11.0/24 gateway=172.27.11.1
add address=172.27.12.0/24 gateway=172.27.12.1
add address=172.27.13.0/24 gateway=172.27.13.1
/ip dns
set allow-remote-requests=yes servers=172.27.10.1
/ip dns static
add address=172.27.10.2 comment=defconf name=router.lan type=A
/ip firewall filter
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid log=yes log-prefix=INPUT_INVALID
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" disabled=yes in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related hw-offload=yes
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=established,related,untracked
add action=accept chain=forward comment="Forward control plane"
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new disabled=yes in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=out,none out-interface-list=WAN
/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 winbox disabled=yes
/ip ssh
set host-key-type=ed25519 strong-crypto=yes
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 firewall filter
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" dst-port=33434-33534 protocol=udp
add action=accept chain=input comment="defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=udp src-address=fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=input comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment="defconf: drop everything else not coming from LAN" disabled=yes in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=forward comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment="defconf: drop everything else not coming from LAN" disabled=yes in-interface-list=!LAN
/system clock
set time-zone-name=Europe/Amsterdam
/system identity
set name=rt2
/system note
set show-at-login=no
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
And this is the config of sw1:
# 2024-11-04 11:51:47 by RouterOS 7.16.1
# software id = YSYL-RXMP
#
# model = CRS310-8G+2S+
# serial number = HG209PQRK55
/interface bridge
add admin-mac=D4:01:C3:0E:7A:50 auto-mac=no comment=defconf name=bridge protocol-mode=mstp pvid=10 vlan-filtering=yes
/interface ethernet
set [ find default-name=ether8 ] comment="Network control plane"
set [ find default-name=sfp-sfpplus1 ] disabled=yes
set [ find default-name=sfp-sfpplus2 ] disabled=yes
/interface vlan
add comment="Network control plane" interface=bridge name=vlan13 vlan-id=13
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge comment=defconf frame-types=admit-only-untagged-and-priority-tagged interface=ether1 pvid=10 trusted=yes
add bridge=bridge comment=defconf interface=ether2 pvid=10 trusted=yes
add bpdu-guard=yes bridge=bridge comment=defconf edge=yes frame-types=admit-only-untagged-and-priority-tagged interface=ether3 pvid=10
add bpdu-guard=yes bridge=bridge comment=defconf edge=yes frame-types=admit-only-untagged-and-priority-tagged interface=ether4 pvid=10
add bpdu-guard=yes bridge=bridge comment=defconf edge=yes frame-types=admit-only-untagged-and-priority-tagged interface=ether5 pvid=10
add bpdu-guard=yes bridge=bridge comment=defconf edge=yes interface=ether6 pvid=10
add bpdu-guard=yes bridge=bridge comment=defconf edge=yes frame-types=admit-only-untagged-and-priority-tagged interface=ether7 pvid=10
add bpdu-guard=yes bridge=bridge comment=defconf edge=yes frame-types=admit-only-untagged-and-priority-tagged interface=ether8 pvid=10
add bridge=bridge comment=defconf disabled=yes interface=sfp-sfpplus1
add bridge=bridge comment=defconf disabled=yes interface=sfp-sfpplus2
/interface bridge vlan
add bridge=bridge comment=Public untagged=bridge,ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8 vlan-ids=10
add bridge=bridge comment="Network control plane" tagged=bridge,ether2,ether6,ether8 vlan-ids=13
add bridge=bridge comment="K8s management" tagged=bridge,ether2,ether6 vlan-ids=11
/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=sfp-sfpplus1 list=LAN
add interface=sfp-sfpplus2 list=LAN
/ip address
add address=172.27.10.3/24 comment=defconf interface=ether2 network=172.27.10.0
add address=172.27.13.2/24 comment="Network control plane" interface=vlan13 network=172.27.13.0
/ip dhcp-relay
add dhcp-server=172.27.13.1 disabled=no interface=vlan13 name="Network control plane"
/ip dns
set servers=172.27.10.1
/ip firewall filter
add action=accept chain=forward
/system clock
set time-zone-name=Europe/Amsterdam
/system identity
set name=sw1
/system note
set show-at-login=no






