Hey guys,
I have a problem, I bought a new Mikrotik CRS328-24P-4S+RM and I can’t bring the bridge with multiple VLANs to work without to lose the management connection.
As long as I use the bridge without “vlan-filtering=yes” I can manage the the switch and connect to some other PCs (but not to all) and the internet, but when I set “vlan-filtering” to “yes” all connections work as expacted, but I can’t manage the switch any more.
Here is my config befor I set “vlan-filtering=yes”:
/interface bridge
add name=bridge
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge interface=ether1 pvid=10
add bridge=bridge interface=ether2 pvid=20
add bridge=bridge interface=ether3 pvid=30
add bridge=bridge interface=ether4 pvid=40
add bridge=bridge interface=ether5 pvid=20
add bridge=bridge interface=ether6
add bridge=bridge interface=ether7 pvid=10
add bridge=bridge interface=ether8 pvid=10
add bridge=bridge interface=ether9 pvid=10
add bridge=bridge interface=ether10 pvid=20
add bridge=bridge interface=ether11 pvid=10
add bridge=bridge interface=ether12 pvid=10
add bridge=bridge interface=ether13 pvid=10
add bridge=bridge interface=ether14 pvid=10
add bridge=bridge interface=ether15
add bridge=bridge interface=ether16
add bridge=bridge interface=ether17
add bridge=bridge interface=ether18 pvid=10
add bridge=bridge interface=ether19 pvid=20
add bridge=bridge interface=ether20 pvid=30
add bridge=bridge interface=ether21 pvid=40
add bridge=bridge interface=ether22 pvid=50
add bridge=bridge interface=ether23 pvid=60
add bridge=bridge interface=ether24 pvid=60
add bridge=bridge interface=sfp-sfpplus1
add bridge=bridge interface=sfp-sfpplus2
/interface bridge vlan
add bridge=bridge tagged=ether6,ether15,ether16,ether17,sfp-sfpplus1,sfp-sfpplus2 untagged=\
ether1,ether7,ether8,ether9,ether11,ether12,ether13,ether14,ether18 vlan-ids=10
add bridge=bridge tagged=ether6,sfp-sfpplus1,sfp-sfpplus2 untagged=\
ether2,ether5,ether10,ether15,ether16,ether17,ether19 vlan-ids=20
add bridge=bridge tagged=ether6 untagged=ether3,ether20 vlan-ids=30
add bridge=bridge tagged=ether6,ether15,ether16,ether17 untagged=ether4,ether21 vlan-ids=40
/ip address
add address=10.0.20.5/24 interface=ether10 network=10.0.20.0
/system routerboard settings
set boot-os=router-os
did someone have an idea what I have to do to fix this problem?
Kind regards in advanced