As I enable the switch chip for vlan/bridge offloading.. the bandwidth all starts doing this..
Fourth unit out of ten..
CPU doesn’t seem to drop, latency isn’t increased or decreased..
Not sure where the hardware/switch chip/vlan/bridge offloading benefit is..
Suggestions?
Image hsJyq.. point 1 is moving to the Mikrotik 2116, and point 2 is enabling switch chip/vlan/bridge/etc
Imae sj9QB.. is the cpu for the same time.. the change is the replacement of the 2116 and all of its many cores/threads..
Thank you in advance.



Can you show the config as well?
/export file=anynameyoulike
Remove serial and any other private info en post between code tags by using the </> button.
What I think is switch-chip/hardware enabled..
# model = CCR2116-12G-4S+
/interface bridge add frame-types=admit-only-vlan-tagged name=bridge-lan protocol-mode=none pvid=666 vlan-filtering=yes
/interface bridge add name=loopback
/interface ethernet set [ find default-name=sfp-sfpplus1 ] auto-negotiation=no speed=1G-baseX
/interface vlan add interface=sfp-sfpplus1 name=vlan2069 vlan-id=2069
/interface vlan add interface=loopback name=vlan666 vlan-id=666
/interface vlan add interface=bridge-lan name=vlan42 vlan-id=42
/interface vlan add interface=bridge-lan name=vlan49 vlan-id=49
/interface vlan add interface=bridge-lan name=vlan50 vlan-id=50
/interface vlan add interface=bridge-lan name=vlan69 vlan-id=69
/interface vlan add interface=bridge-lan name=vlan172 vlan-id=172
/interface vlan add interface=bridge-lan name=vlan173 vlan-id=173
/interface vlan add interface=bridge-lan name=vlan192 vlan-id=192
/interface vlan add interface=bridge-lan name=vlan256 vlan-id=256
/interface vlan add interface=bridge-lan name=vlan512 vlan-id=512
/interface vlan add interface=bridge-lan name=vlan515 vlan-id=515
/interface vlan add interface=bridge-lan name=vlan1000 vlan-id=1000
/interface vlan add interface=bridge-lan name=vlan1024 vlan-id=1024
/routing id add disabled=no id=69.224.5.69 name=OSPF_ID select-dynamic-id="" select-from-vrf=main
/routing ospf instance add disabled=no name=ospf-instance redistribute="" router-id=OSPF_ID
/routing ospf area add disabled=no instance=ospf-instance name=backbone
/routing table add disabled=no fib name=GWv4_HVDN
/routing table add disabled=no fib name=GWv4_HVDN_GUEST
/interface bridge port add bridge=bridge-lan frame-types=admit-only-vlan-tagged interface=sfp-sfpplus3 pvid=666
/ip firewall connection tracking set tcp-established-timeout=20m udp-timeout=20s
/interface bridge vlan add bridge=bridge-lan tagged=bridge-lan,sfp-sfpplus3 vlan-ids=42
/interface bridge vlan add bridge=bridge-lan tagged=bridge-lan,sfp-sfpplus3 vlan-ids=49
/interface bridge vlan add bridge=bridge-lan tagged=bridge-lan,sfp-sfpplus3 vlan-ids=50
/interface bridge vlan add bridge=bridge-lan tagged=bridge-lan,sfp-sfpplus3 vlan-ids=69
/interface bridge vlan add bridge=bridge-lan tagged=bridge-lan,sfp-sfpplus3 vlan-ids=172
/interface bridge vlan add bridge=bridge-lan tagged=bridge-lan,sfp-sfpplus3 vlan-ids=173
/interface bridge vlan add bridge=bridge-lan tagged=bridge-lan,sfp-sfpplus3 vlan-ids=192
/interface bridge vlan add bridge=bridge-lan tagged=bridge-lan,sfp-sfpplus3 vlan-ids=256
/interface bridge vlan add bridge=bridge-lan tagged=bridge-lan,sfp-sfpplus3 vlan-ids=512
/interface bridge vlan add bridge=bridge-lan tagged=bridge-lan,sfp-sfpplus3 vlan-ids=515
/interface bridge vlan add bridge=bridge-lan tagged=bridge-lan,sfp-sfpplus3 vlan-ids=1000
/interface bridge vlan add bridge=bridge-lan tagged=bridge-lan,sfp-sfpplus3 vlan-ids=1024
/ip firewall filter add action=reject chain=input dst-port=22 protocol=tcp reject-with=tcp-reset src-address-list=!admins_from_tech
/ip firewall filter add action=reject chain=input dst-port=8291 protocol=tcp reject-with=tcp-reset src-address-list=!admins_from_tech
/ip firewall mangle add action=mark-routing chain=prerouting dst-address-list=!LOCAL_NETs new-routing-mark=GWv4_HVDN passthrough=no src-address-list=CLIENTS_TO_HVDN
/ip firewall mangle add action=mark-routing chain=prerouting new-routing-mark=GWv4_HVDN_GUEST passthrough=no src-address-list=GUEST_TO_HVDN
/ip route add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=10.20.245.3 routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/ip route add disabled=no dst-address=0.0.0.0/0 gateway=10.20.245.42 routing-table=GWv4_HVDN suppress-hw-offload=no
/ip route add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=10.20.245.42 routing-table=GWv4_HVDN_GUEST scope=30 suppress-hw-offload=no target-scope=10
/ip service set api-ssl tls-version=only-1.2
/ip smb shares set [ find default=yes ] directory=/pub
/ip ssh set host-key-type=ed25519 strong-crypto=yes
/routing ospf interface-template add area=backbone disabled=no interfaces=vlan2069
/routing ospf interface-template add area=backbone disabled=no interfaces=all passive
/system clock set time-zone-name=America/New_York
/system identity set name=70F-router-mktk
/system note set show-at-login=no
/system ntp client set enabled=yes
/system ntp client servers add address=172.16.0.247
/system routerboard settings set enter-setup-on=delete-key
The initial config without switch-chip/hardware/etc.
# model = CCR2116-12G-4S+
#
/interface bridge add name=loopback
/interface ethernet set [ find default-name=sfp-sfpplus1 ] auto-negotiation=no speed=1G-baseX
/interface vlan add interface=sfp-sfpplus1 name=vlan2008 vlan-id=2008
/interface vlan add interface=sfp-sfpplus3 name=vlan4 vlan-id=4
/interface vlan add interface=sfp-sfpplus3 name=vlan42 vlan-id=42
/interface vlan add interface=sfp-sfpplus3 name=vlan49 vlan-id=49
/interface vlan add interface=sfp-sfpplus3 name=vlan50 vlan-id=50
/interface vlan add interface=sfp-sfpplus3 name=vlan172 vlan-id=172
/interface vlan add interface=sfp-sfpplus3 name=vlan192 vlan-id=192
/interface vlan add interface=sfp-sfpplus3 name=vlan256 vlan-id=256
/interface vlan add interface=sfp-sfpplus3 name=vlan512 vlan-id=512
/interface vlan add interface=sfp-sfpplus3 name=vlan515 vlan-id=515
/interface vlan add interface=sfp-sfpplus3 name=vlan666 vlan-id=666
/interface vlan add interface=sfp-sfpplus3 name=vlan1000 vlan-id=1000
/interface vlan add interface=sfp-sfpplus3 name=vlan1024 vlan-id=1024
/routing id add disabled=no id=64.244.5.64 name=OSPF_ID select-dynamic-id="" select-from-vrf=main
/routing ospf instance add disabled=no name=ospf-instance redistribute="" router-id=OSPF_ID
/routing ospf area add disabled=no instance=ospf-instance name=backbone
/routing table add disabled=no fib name=GWv4_HVDN
/routing table add disabled=no fib name=GWv4_HVDN_GUEST
/ip firewall connection tracking set tcp-established-timeout=20m udp-timeout=20s
/ip firewall filter add action=reject chain=input dst-port=22 protocol=tcp reject-with=tcp-reset src-address-list=!admins_from_tech
/ip firewall filter add action=reject chain=input dst-port=8291 protocol=tcp reject-with=tcp-reset src-address-list=!admins_from_tech
/ip firewall mangle add action=mark-routing chain=prerouting dst-address-list=!LOCAL_NETs new-routing-mark=GWv4_HVDN passthrough=no src-address-list=CLIENTS_TO_HVDN
/ip firewall mangle add action=mark-routing chain=prerouting new-routing-mark=GWv4_HVDN_GUEST passthrough=no src-address-list=GUEST_TO_HVDN
/ip route add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=10.20.250.33 routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/ip route add disabled=no dst-address=0.0.0.0/0 gateway=10.20.245.26 routing-table=GWv4_HVDN suppress-hw-offload=no
/ip route add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=10.20.245.26 routing-table=GWv4_HVDN_GUEST scope=30 suppress-hw-offload=no target-scope=10
/routing ospf interface-template add area=backbone disabled=no interfaces=vlan2008
/routing ospf interface-template add area=backbone disabled=no interfaces=all passive
/system clock set time-zone-name=America/New_York
/system identity set name=265H-router-mktk
/system note set show-at-login=no
/system ntp client set enabled=yes
/system ntp client servers add address=172.16.64.247
/system routerboard settings set enter-setup-on=delete-key
Thank you in advance..
Greatly appreciated..