Hello,
I’m using an CRS112-8g-4s for my CCTV and PC.. Using VLAN i noticed that i don’t get good speed using simple speed test via PC. i use RB4011 as my main router and all VLAN config is on it.
One of my “work aroud” was to use 2 uplinks (SFP9 and 10) and 2 bridges so i get higher speed for PC
My topology is : RB4011 (ether5) - CRS(SFP10) - RJ45 and RB4011(ether6) - CSS326 (Ether1 to SFP1) - CRS(SFP9) - Single mode fiber SO2 - dual LC
any ideas how to configure to only use 1 uplink? i’m thinkig that there is more problem with small CPU and not so much of config? using v7 (long term)
my config:
/interface bridge
add name=bridge
add name=bridge_cctv pvid=10 vlan-filtering=yes
/interface ethernet
set [ find default-name=ether1 ] comment="Cam 1 - Jug"
set [ find default-name=ether2 ] comment="Cam 2 - Uvoz"
set [ find default-name=ether3 ] comment="Cam 3 - Garaza"
set [ find default-name=ether4 ] comment="Cam 4 - Travnik"
set [ find default-name=ether5 ] comment="Swirch 1. Nad." poe-out=off
set [ find default-name=ether6 ] comment="Hap AC Lite" poe-out=off
set [ find default-name=ether7 ] comment="Dahua Snemalnik" poe-out=off
set [ find default-name=ether8 ] comment="SolarEdge SE" poe-out=off
set [ find default-name=sfp9 ] comment="Optika Duplex LC"
set [ find default-name=sfp10 ] comment=Ethernet
/interface vlan
add interface=bridge name=VLAN_CCTV vlan-id=10
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge_cctv interface=ether1 pvid=10
add bridge=bridge_cctv interface=ether2 pvid=10
add bridge=bridge_cctv interface=ether3 pvid=10
add bridge=bridge_cctv interface=ether4 pvid=10
add bridge=bridge interface=ether5
add bridge=bridge interface=ether6
add bridge=bridge_cctv interface=ether7 pvid=10
add bridge=bridge interface=ether8
add bridge=bridge interface=sfp9
add bridge=bridge_cctv interface=sfp10
add bridge=bridge interface=sfp11
add bridge=bridge interface=sfp12
/ip neighbor discovery-settings
set protocol=cdp,mndp
/interface bridge vlan
add bridge=bridge_cctv tagged=bridge_cctv,sfp10 untagged=
ether1,ether2,ether3,ether4,ether7 vlan-ids=10
add bridge=bridge_cctv tagged=bridge,sfp10,ether6 vlan-ids=30
/ip address
add address=192.168.1.3/24 interface=sfp9 network=192.168.1.0
add address=10.14.200.3/24 interface=VLAN_CCTV network=10.14.200.0
/ip dns
set servers=192.168.1.22,192.168.1.1
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=192.168.1.1 routing-table=main
suppress-hw-offload=no
/system identity
set name="CCTV Mikrotik"
/system logging
set 0 disabled=yes
set 1 disabled=yes
set 2 disabled=yes
set 3 disabled=yes
/system package update
set channel=long-term
/tool sniffer
set filter-ip-address=192.168.1.30/32 filter-ip-protocol=icmp