Community discussions

MikroTik App
 
MrHae
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 62
Joined: Wed May 26, 2021 7:40 pm

Performance Problems

Wed Sep 21, 2022 1:51 pm

Hey Guys,

my Setup looks like this:

2x CRS-328-24p+2s Connected via SFP (tomorrow i change this with SFP+)
16x capAC
3x VLAN

CRS 1 is configured as CapsMan.

The throughput from CRS1 to CRS2 lays between 70-120MBit/s so i turned on HW Offloading, restartet, same throughput + no Wireless Client in Vlan2 and Vlan3 could connect to the Internet (But they got IP Adresses frrom Switch1)

Here are my configs
[i]# sep/21/2022 11:28:10 by RouterOS 7.5
# software id = 7CEK-DTTL
#
# model = CRS328-24P-4S+
# serial number = 
/caps-man channel
add band=2ghz-b/g/n control-channel-width=20mhz extension-channel=disabled \
    frequency=2412,2437,2462 name=24-AUTO
add band=5ghz-a/n/ac control-channel-width=20mhz extension-channel=disabled \
    frequency=5180,5200,5220,5240,5500,5520,5540,5560,5680,5700 name=5-AUTO \
    tx-power=5
/interface bridge
add name=VLAN-bridge vlan-filtering=yes
/interface ethernet
set [ find default-name=ether1 ] name=eth1_WAN
/interface vlan
add interface=VLAN-bridge name=V1-VWA vlan-id=1
add interface=VLAN-bridge name=V2-Lehrkraft vlan-id=2
add interface=VLAN-bridge name=V3-Gast vlan-id=3
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm name=VWA
add authentication-types=wpa2-psk encryption=aes-ccm name=VWA-GAST
add authentication-types=wpa2-psk encryption=aes-ccm name=VWA-Lehrkraft
add authentication-types=wpa2-psk encryption=aes-ccm name=VWA-Dozent
/caps-man configuration
add channel=24-AUTO datapath.bridge=VLAN-bridge .client-to-client-forwarding=\
    yes .local-forwarding=yes .vlan-mode=no-tag name=VWA-24 security=VWA \
    ssid=VWA
add channel=5-AUTO datapath.bridge=VLAN-bridge .client-to-client-forwarding=\
    yes .local-forwarding=yes .vlan-mode=no-tag name=VWA-5 security=VWA ssid=\
    VWA
add channel=5-AUTO datapath.bridge=VLAN-bridge .client-to-client-forwarding=\
    yes .local-forwarding=yes .vlan-id=2 .vlan-mode=use-tag name=\
    VWA-Lehrkraft-5 security=VWA-Lehrkraft ssid=VWA-Lehrkraft
add channel=5-AUTO datapath.bridge=VLAN-bridge .client-to-client-forwarding=\
    no .local-forwarding=yes .vlan-id=3 .vlan-mode=use-tag name=VWA-Gast-5 \
    security=VWA-GAST ssid=VWA-Gast
add channel=24-AUTO datapath.bridge=VLAN-bridge .client-to-client-forwarding=\
    yes .local-forwarding=yes .vlan-id=2 .vlan-mode=use-tag name=\
    VWA-Lehrkraft-24 security=VWA-Lehrkraft ssid=VWA-Lehrkraft
add channel=24-AUTO datapath.bridge=VLAN-bridge .client-to-client-forwarding=\
    no .local-forwarding=yes .vlan-id=3 .vlan-mode=use-tag name=VWA-Gast-24 \
    security=VWA-GAST ssid=VWA-Gast
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=V2-Lehrkraft ranges=192.168.110.2-192.168.110.254
add name=V3-Gast ranges=192.168.111.2-192.168.111.254
/ip dhcp-server
add address-pool=V2-Lehrkraft interface=V2-Lehrkraft lease-time=1d name=\
    V2-Lehrkraft
add address-pool=V3-Gast interface=V3-Gast name=V3-Gast
/port
set 0 name=serial0
/caps-man access-list
add action=accept allow-signal-out-of-range=10s comment=VWA-NBDO-09 disabled=\
    yes mac-address=4C:EB:BD:C4:10:E7 signal-range=-70..120 ssid-regexp=""
add action=accept allow-signal-out-of-range=10s comment=AirServer-Raum-2 \
    disabled=yes mac-address=E0:0A:F6:C5:58:2D signal-range=-70..120 \
    ssid-regexp=""
add allow-signal-out-of-range=10s comment=NB-Janson disabled=yes mac-address=\
    D4:3B:04:35:A1:B5 ssid-regexp=""
add action=accept allow-signal-out-of-range=10s disabled=yes signal-range=\
    -70..120 ssid-regexp=""
add action=reject allow-signal-out-of-range=10s disabled=yes ssid-regexp=""
/caps-man manager
# bad package path
set ca-certificate=auto certificate=auto enabled=yes package-path=/capsman \
    upgrade-policy=require-same-version
/caps-man manager interface
set [ find default=yes ] forbid=yes
add disabled=no interface=V1-VWA
/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=b,gn \
    master-configuration=VWA-24 name-format=prefix-identity name-prefix=24_ \
    slave-configurations=VWA-Lehrkraft-24,VWA-Gast-24
add action=create-dynamic-enabled hw-supported-modes=ac master-configuration=\
    VWA-5 name-format=prefix-identity name-prefix=5_ slave-configurations=\
    VWA-Gast-5
/dude
set enabled=yes
/interface bridge port
add bridge=VLAN-bridge comment=defconf interface=ether2
add bridge=VLAN-bridge comment=defconf interface=ether3
add bridge=VLAN-bridge comment=defconf interface=ether4
add bridge=VLAN-bridge comment=defconf interface=ether5
add bridge=VLAN-bridge comment=defconf interface=ether6
add bridge=VLAN-bridge comment=defconf interface=ether7
add bridge=VLAN-bridge comment=defconf interface=ether8
add bridge=VLAN-bridge comment=defconf interface=ether9
add bridge=VLAN-bridge comment=defconf interface=ether10
add bridge=VLAN-bridge comment=defconf interface=ether11
add bridge=VLAN-bridge comment=defconf interface=ether12
add bridge=VLAN-bridge comment=defconf interface=ether13
add bridge=VLAN-bridge comment=defconf interface=ether14
add bridge=VLAN-bridge comment=defconf interface=ether15
add bridge=VLAN-bridge comment=defconf interface=ether16
add bridge=VLAN-bridge comment=defconf interface=ether17
add bridge=VLAN-bridge comment=defconf interface=ether18
add bridge=VLAN-bridge comment=defconf interface=ether19
add bridge=VLAN-bridge comment=defconf interface=ether20
add bridge=VLAN-bridge comment=defconf interface=ether21
add bridge=VLAN-bridge comment=defconf interface=ether22
add bridge=VLAN-bridge interface=ether23
add bridge=VLAN-bridge interface=ether24
add bridge=VLAN-bridge interface=sfp-sfpplus1
add bridge=VLAN-bridge interface=sfp-sfpplus2
add bridge=VLAN-bridge interface=sfp-sfpplus3
add bridge=VLAN-bridge interface=sfp-sfpplus4
/ipv6 settings
set forward=no
/interface bridge vlan
add bridge=VLAN-bridge tagged=VLAN-bridge vlan-ids=1
add bridge=VLAN-bridge tagged="VLAN-bridge,ether2,ether3,ether4,ether5,ether6,\
    ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,ether15,ether\
    16,ether17,ether18,ether19,ether20,ether21,ether22,ether23,ether24,sfp-sfp\
    plus1,sfp-sfpplus2,sfp-sfpplus3,sfp-sfpplus4" vlan-ids=2
add bridge=VLAN-bridge tagged="VLAN-bridge,ether2,ether3,ether4,ether5,ether6,\
    ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,ether15,ether\
    16,ether17,ether18,ether19,ether20,ether21,ether22,ether23,ether24,sfp-sfp\
    plus1,sfp-sfpplus2,sfp-sfpplus3,sfp-sfpplus4" vlan-ids=3
/interface list member
add interface=eth1_WAN list=WAN
add interface=VLAN-bridge list=LAN
add interface=V1-VWA list=LAN
add interface=V2-Lehrkraft list=LAN
add interface=V3-Gast list=LAN
/ip address
add address=192.168.110.1/24 interface=V2-Lehrkraft network=192.168.110.0
add address=192.168.111.1/24 interface=V3-Gast network=192.168.111.0
add address=192.168.100.1/24 interface=V1-VWA network=192.168.100.0
/ip dhcp-client
add interface=eth1_WAN
/ip dhcp-server lease
add address=192.168.110.252 client-id=\
    ff:f:f4:d6:f5:0:2:0:0:ab:11:30:cc:30:91:e4:b7:75:93 mac-address=\
    E0:0A:F6:C5:6A:A7 server=V2-Lehrkraft
add address=192.168.110.250 client-id=\
    ff:f:f4:d6:f5:0:2:0:0:ab:11:c2:dd:f5:b0:83:61:46:f2 mac-address=\
    E0:0A:F6:C5:58:2D server=V2-Lehrkraft
add address=192.168.110.244 client-id=1:4c:eb:bd:c4:10:e7 mac-address=\
    4C:EB:BD:C4:10:E7 server=V2-Lehrkraft
/ip dhcp-server network
add address=192.168.110.0/24 dns-server=1.1.1.2,1.0.0.2 gateway=192.168.110.1
add address=192.168.111.0/24 dns-server=1.1.1.3,1.0.0.3 gateway=192.168.111.1
/ip dns
set allow-remote-requests=yes servers=1.1.1.1,1.0.0.1
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=WAN
/snmp
set enabled=yes trap-version=2
/system clock
set time-zone-name=Europe/Berlin
/system identity
set name=POE-SRaum
/system logging
add disabled=yes topics=caps
/system routerboard settings
set auto-upgrade=yes boot-os=router-os[/i]


SWITCH2
[i]# sep/21/2022 11:28:36 by RouterOS 7.5
# software id = VCM7-3B1J
#
# model = CRS328-24P-4S+
# serial number = D7610F388CAE
/interface bridge
add admin-mac=DC:2C:6E:A4:20:3D auto-mac=no name=VLAN-bridge vlan-filtering=\
    yes
/interface vlan
add interface=VLAN-bridge name=V1-VWA vlan-id=1
add interface=VLAN-bridge name=V2-Lehrkraft vlan-id=2
add interface=VLAN-bridge name=V3-Gast vlan-id=3
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/port
set 0 name=serial0
/interface bridge port
add bridge=VLAN-bridge comment=defconf interface=ether1
add bridge=VLAN-bridge comment=defconf interface=ether2
add bridge=VLAN-bridge comment=defconf interface=ether3
add bridge=VLAN-bridge comment=defconf interface=ether4
add bridge=VLAN-bridge comment=defconf interface=ether5
add bridge=VLAN-bridge comment=defconf interface=ether6
add bridge=VLAN-bridge comment=defconf interface=ether7
add bridge=VLAN-bridge comment=defconf interface=ether8
add bridge=VLAN-bridge comment=defconf interface=ether9
add bridge=VLAN-bridge comment=defconf interface=ether10
add bridge=VLAN-bridge comment=defconf interface=ether11
add bridge=VLAN-bridge comment=defconf interface=ether12
add bridge=VLAN-bridge comment=defconf interface=ether13
add bridge=VLAN-bridge comment=defconf interface=ether14
add bridge=VLAN-bridge comment=defconf interface=ether15
add bridge=VLAN-bridge comment=defconf interface=ether16
add bridge=VLAN-bridge comment=defconf interface=ether17
add bridge=VLAN-bridge comment=defconf interface=ether18
add bridge=VLAN-bridge comment=defconf interface=ether19
add bridge=VLAN-bridge comment=defconf interface=ether20
add bridge=VLAN-bridge comment=defconf interface=ether21
add bridge=VLAN-bridge comment=defconf interface=ether22
add bridge=VLAN-bridge interface=ether23
add bridge=VLAN-bridge interface=ether24
add bridge=VLAN-bridge interface=sfp-sfpplus1
add bridge=VLAN-bridge interface=sfp-sfpplus2
add bridge=VLAN-bridge interface=sfp-sfpplus3
add bridge=VLAN-bridge interface=sfp-sfpplus4
/ipv6 settings
set forward=no
/interface bridge vlan
add bridge=VLAN-bridge tagged=VLAN-bridge vlan-ids=1
add bridge=VLAN-bridge tagged="VLAN-bridge,ether2,ether3,ether4,ether5,ether6,\
    ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,ether15,ether\
    16,ether17,ether18,ether19,ether20,ether21,ether22,ether23,ether24,ether1,\
    sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus3,sfp-sfpplus4" vlan-ids=2
add bridge=VLAN-bridge tagged="VLAN-bridge,ether2,ether3,ether4,ether5,ether6,\
    ether7,ether8,ether9,ether10,ether11,ether12,ether13,ether14,ether15,ether\
    16,ether17,ether18,ether19,ether20,ether21,ether22,ether23,ether24,ether1,\
    sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus3,sfp-sfpplus4" vlan-ids=3
/ip address
add address=192.168.110.2/24 interface=V2-Lehrkraft network=192.168.110.0
add address=192.168.100.2/24 interface=V1-VWA network=192.168.100.0
add address=192.168.111.2/24 interface=V3-Gast network=192.168.111.0
/ip dns
set servers=1.1.1.1,1.0.0.1
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=192.168.100.1 routing-table=\
    main suppress-hw-offload=no
/snmp
set enabled=yes
/system clock
set time-zone-name=Europe/Berlin
/system identity
set name=POE-UV1
/system routerboard settings
set auto-upgrade=yes boot-os=router-os
[/i]
Moderator note: use proper tags to format post

Who is online

Users browsing this forum: adrianmartin16, Qanon, senseivita and 81 guests