I cant even manage to make a simple switch config with 2 trunkports and some accessports in different vlans.
It works but I can access the switch only from tagged ports. I cant access it from a untagged port. Mikrotik Support cant help.
I see cdp-packets of switch on untagged ports but no mac-ping/ip-ping works.
This was added as MT-Support wanted to, but did not solve the problem:
"/interface vlan add interface=bridge1 name=vlan44 vlan-id=44"
Config:
# dec/08/2017 08:38:30 by RouterOS 6.41rc61
# software id = 6JE2-8KAB
#
# model = CRS317-1G-16S+
/interface bridge
add admin-mac=6C:3B:6B:EB:76:86 auto-mac=no name=bridge1 protocol-mode=none pvid=44 vlan-filtering=yes
/interface ethernet
set [ find default-name=sfp-sfpplus1 ] comment="TRUNK1"
set [ find default-name=sfp-sfpplus2 ] comment="TRUNK2"
/interface vlan
add interface=bridge1 name=vlan44 vlan-id=44
/interface bridge port
add bridge=bridge1 frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=sfp-sfpplus1
add bridge=bridge1 frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=sfp-sfpplus2
add bridge=bridge1 interface=sfp-sfpplus3
add bridge=bridge1 interface=sfp-sfpplus4
add bridge=bridge1 interface=sfp-sfpplus5
add bridge=bridge1 interface=sfp-sfpplus6
add bridge=bridge1 interface=sfp-sfpplus7
add bridge=bridge1 interface=sfp-sfpplus8
add bridge=bridge1 interface=sfp-sfpplus9
add bridge=bridge1 interface=sfp-sfpplus10
add bridge=bridge1 interface=sfp-sfpplus11
add bridge=bridge1 interface=sfp-sfpplus12
add bridge=bridge1 interface=sfp-sfpplus13 pvid=44
add bridge=bridge1 interface=sfp-sfpplus14 pvid=44
add bridge=bridge1 interface=sfp-sfpplus15 pvid=44
add bridge=bridge1 interface=sfp-sfpplus16 pvid=44
/interface bridge vlan
add bridge=bridge1 tagged=sfp-sfpplus1,sfp-sfpplus2 vlan-ids=4
add bridge=bridge1 tagged=sfp-sfpplus1,sfp-sfpplus2 vlan-ids=9
add bridge=bridge1 tagged=sfp-sfpplus1,sfp-sfpplus2 vlan-ids=20
add bridge=bridge1 tagged=bridge1,sfp-sfpplus1,sfp-sfpplus2 untagged=\
sfp-sfpplus16,sfp-sfpplus15,sfp-sfpplus14,sfp-sfpplus13 vlan-ids=44
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=vlan44