Hi,
I would like to config my network with RB4011 router and CRS328 shown in below diagram.
I tried to apply the config as below. However the config doesn't work.
(Switch)
[admin@MikroTik] > /export
# jan/02/1970 01:15:00 by RouterOS 6.48.1
# software id = 801C-59LB
#
# model = CRS328-24P-4S+
# serial number = D7620CF6AE89
/interface bridge
add name=Bridge vlan-filtering=yes
/interface vlan
add interface=Bridge name=Vlan-PC vlan-id=10
add interface=Bridge name=Vlan-WiFi vlan-id=50
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=Bridge interface=sfp-sfpplus1
add bridge=Bridge interface=ether1 pvid=10
add bridge=Bridge interface=ether2 pvid=10
add bridge=Bridge interface=ether19 pvid=50
add bridge=Bridge interface=ether20 pvid=50
add bridge=Bridge interface=ether21 pvid=50
add bridge=Bridge interface=ether22 pvid=50
/interface bridge vlan
add bridge=Bridge tagged=sfp-sfpplus1 untagged=Bridge,ether1,ether2 vlan-ids=10
add bridge=Bridge tagged=sfp-sfpplus1 untagged=Bridge,ether19,ether20,ether21,ether22,ether23 vlan-ids=50
/system routerboard settings
set boot-os=router-os
/system swos
set address-acquisition-mode=static allow-from-ports=\
p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12,p13,p14,p15,p16,p17,p18,p19,p20,p21,p22,p23,p24,p25,p26,p27,p28 \
identity=Switch static-ip-address=192.168.1.251
(Router)
[admin@MikroTik] > /export
# jan/02/1970 00:52:51 by RouterOS 6.48.2
# software id = MPYV-N028
#
# model = RB4011iGS+
# serial number = D4450C9894D9
/interface bridge
add name=Bridge vlan-filtering=yes
/interface vlan
add interface=Bridge name=Vlan-PC vlan-id=10
add interface=Bridge name=Vlan-WiFi vlan-id=50
/interface ethernet switch port
set 0 default-vlan-id=0
set 1 default-vlan-id=0
set 2 default-vlan-id=0
set 3 default-vlan-id=0
set 4 default-vlan-id=0
set 5 default-vlan-id=0
set 6 default-vlan-id=0
set 7 default-vlan-id=0
set 8 default-vlan-id=0
set 9 default-vlan-id=0
set 10 default-vlan-id=0
set 11 default-vlan-id=0
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=Bridge interface=sfp-sfpplus1
/interface bridge vlan
add bridge=Bridge tagged=sfp-sfpplus1 vlan-ids=10
add bridge=Bridge tagged=sfp-sfpplus1 vlan-ids=50
/ip address
add address=192.168.10.254/24 interface=Vlan-PC network=192.168.10.0
add address=192.168.50.254/24 interface=Vlan-WiFi network=192.168.50.0