ok so the configuration im having to use to get my crs326 to talk to my rb5009 seems way off and ive tried what some have suggested to get it working correctly but no joy
using router os 7.19.0 on both units and currently no wan as i wanted to get the lan all working before i unnplugged my isp to switch to the new hardware from the tp link stuff im running now
like this i can get comunication to and from everywhere
like this i get nothing
here is the crs export with it working
/interface bridge
add name=bridge vlan-filtering=yes
/interface vlan
add comment=IOT interface=bridge name=IOT vlan-id=30
add comment=MGMT interface=bridge name=MGMT vlan-id=99
add comment=Servers interface=bridge name=Servers vlan-id=20
add comment=Trusted interface=bridge name=Trusted vlan-id=10
add comment=WWW interface=bridge name=WWW vlan-id=80
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge frame-types=admit-only-vlan-tagged interface=sfp-sfpplus24 pvid=666
add bridge=bridge interface=sfp-sfpplus23
add bridge=bridge interface=sfp-sfpplus21
add bridge=bridge interface=sfp-sfpplus19
add bridge=bridge interface=sfp-sfpplus17 pvid=10
add bridge=bridge interface=ether1
add bridge=bridge interface=sfp-sfpplus15 pvid=10
add bridge=bridge interface=sfp-sfpplus13 pvid=10
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ipv6 settings
set disable-ipv6=yes
/interface bridge vlan
add bridge=bridge comment=Trusted tagged=sfp-sfpplus24,bridge untagged=sfp-sfpplus15,sfp-sfpplus17,sfp-sfpplus13 vlan-ids=10
add bridge=bridge comment=Servers tagged=sfp-sfpplus24,bridge vlan-ids=20
add bridge=bridge comment=IOT tagged=sfp-sfpplus24,bridge vlan-ids=30
add bridge=bridge comment=WWW tagged=sfp-sfpplus24,bridge vlan-ids=80
add bridge=bridge comment=MGMT tagged=sfp-sfpplus24,bridge vlan-ids=99
/ip address
add address=10.10.1.2 interface=ether1 network=10.10.1.2
add address=10.10.10.2/24 comment=Trusted interface=Trusted network=10.10.10.0
add address=10.10.20.2/24 comment=Servers interface=Servers network=10.10.20.0
add address=10.10.30.2/24 comment=IOT interface=IOT network=10.10.30.0
add address=10.10.80.2/24 comment=WWW interface=WWW network=10.10.80.0
add address=10.10.99.2/24 comment=MGMT interface=MGMT network=10.10.99.0
/ip route
add disabled=no dst-address=10.10.20.0/24 gateway=10.10.20.1 routing-table=main suppress-hw-offload=no
add disabled=no distance=1 dst-address=10.10.30.0/24 gateway=10.10.30.1 routing-table=main scope=30 suppress-hw-offload=no target-scope=10
add disabled=no distance=1 dst-address=10.10.80.0/24 gateway=10.10.80.1 routing-table=main scope=30 suppress-hw-offload=no target-scope=10
add disabled=no dst-address=10.10.10.0/24 gateway=10.10.10.1 routing-table=main suppress-hw-offload=no
add disabled=no dst-address=10.10.99.0/24 gateway=10.10.99.1 routing-table=main suppress-hw-offload=no
/system identity
set name="10G Switch"
/system routerboard settings
set enter-setup-on=delete-key
here is the rb5009 export with it working
/interface bridge
add name=Bridge vlan-filtering=yes
/interface vlan
add comment=IOT interface=Bridge name=IOT vlan-id=30
add comment=MGMT interface=Bridge name=MGMT vlan-id=99
add comment=Servers interface=Bridge name=Servers vlan-id=20
add comment=Trusted interface=Bridge name=Trusted vlan-id=10
add comment=WWW interface=Bridge name=WWW vlan-id=80
/ip pool
add name=Trusted-dhcp-pool ranges=10.10.10.100-10.10.10.254
add name=IOT-dhcp-pool ranges=10.10.30.50-10.10.30.254
/ip dhcp-server
add address-pool=Trusted-dhcp-pool interface=Trusted lease-time=8h name=\
Trusted
add address-pool=IOT-dhcp-pool interface=IOT lease-time=8h name=dhcp1
/interface bridge port
add bridge=Bridge interface=ether1
add bridge=Bridge frame-types=admit-only-vlan-tagged interface=sfp-sfpplus1 \
pvid=666
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ipv6 settings
set disable-ipv6=yes
/interface bridge vlan
add bridge=Bridge comment=Trusted tagged=Bridge,sfp-sfpplus1 vlan-ids=10
add bridge=Bridge comment=Servers tagged=sfp-sfpplus1,Bridge vlan-ids=20
add bridge=Bridge comment=IOT tagged=sfp-sfpplus1,Bridge vlan-ids=30
add bridge=Bridge comment=WWW tagged=sfp-sfpplus1,Bridge vlan-ids=80
add bridge=Bridge comment=MGMT tagged=Bridge,sfp-sfpplus1 vlan-ids=99
/ip address
add address=10.10.1.1/24 interface=Bridge network=10.10.1.0
add address=10.10.10.1/24 comment=Trusted interface=Trusted network=10.10.10.0
add address=10.10.20.1/24 comment=Servers interface=Servers network=10.10.20.0
add address=10.10.30.1/24 comment=IOT interface=IOT network=10.10.30.0
add address=10.10.80.1/24 comment=WWW interface=WWW network=10.10.80.0
add address=10.10.99.1/24 comment=MGMT interface=MGMT network=10.10.99.0
/ip dhcp-server network
add address=10.10.10.0/24 gateway=10.10.10.1
add address=10.10.30.0/24 gateway=10.10.30.1
/ip firewall filter
add action=accept chain=forward comment="trusted > servers" in-interface=\
Trusted out-interface=Servers
add action=accept chain=forward comment="trusted > IOT" in-interface=Trusted \
out-interface=IOT
add action=accept chain=forward comment="trusted > WWW" in-interface=Trusted \
out-interface=WWW
add action=accept chain=forward comment="servers > trusted" in-interface=\
Servers out-interface=Trusted
add action=accept chain=forward comment="MGMT > trusted" in-interface=MGMT \
out-interface=Trusted
add action=accept chain=forward comment="MGMT > servers" in-interface=MGMT \
out-interface=Servers
add action=accept chain=forward comment="MGMT > IOT" in-interface=MGMT \
out-interface=IOT
add action=accept chain=forward comment="MGMT > WWW" in-interface=MGMT \
out-interface=WWW
add action=drop chain=forward comment="servers > MGMT" in-interface=Servers \
out-interface=MGMT
add action=drop chain=forward comment="IOT > trusted" in-interface=IOT \
out-interface=Trusted
add action=drop chain=forward comment="IOT > servers" in-interface=IOT \
out-interface=Servers
add action=drop chain=forward comment="IOT > WWW" in-interface=IOT \
out-interface=WWW
add action=drop chain=forward comment="IOT > MGMT" in-interface=IOT \
out-interface=MGMT
add action=drop chain=forward comment="WWW > trusted" in-interface=WWW \
out-interface=Trusted
add action=drop chain=forward comment="WWW > servers" in-interface=WWW \
out-interface=Servers
add action=drop chain=forward comment="WWW > IOT" in-interface=WWW \
out-interface=IOT
add action=drop chain=forward comment="WWW > MGMT" in-interface=WWW \
out-interface=MGMT
/ip route
add disabled=no dst-address=10.10.10.0/24 gateway=10.10.10.2 routing-table=\
main suppress-hw-offload=no
add disabled=no dst-address=10.10.20.0/24 gateway=10.10.20.2 routing-table=\
main suppress-hw-offload=no
add disabled=no dst-address=10.10.30.0/24 gateway=10.10.30.2 routing-table=\
main suppress-hw-offload=no
add disabled=no dst-address=10.10.80.0/24 gateway=10.10.80.2 routing-table=\
main suppress-hw-offload=no
add disabled=no distance=1 dst-address=10.10.99.0/24 gateway=10.10.99.2 \
routing-table=main scope=30 suppress-hw-offload=no target-scope=10
add disabled=no dst-address=10.10.20.0/24 gateway=10.10.20.1 routing-table=\
main suppress-hw-offload=no
/system identity
set name=Router
im being told there should be no need for interface vlan , ip addresses, or routes on the switch but like i said when ever i disable that stuff ( or delete it) i get no route to the rb5009 from the crs326

