Mikrotik RB and limit traffic network

NETWORK WAN:
IP 10.198.24.28 (IPoE provider)
MASK 255.255.248.0(/21)
GATEWAY 10.198.24.1
DNS 188.93.128.254
DNS 188.93.130.254
ROUTE 10.0.0.0 mask 255.0.0.0 gateway 10.198.24.1

NETWORK LAN:
IP 192.168.11.1
MASK 255.255.255.0(/24)
GATEWAY 192.168.11.1
DNS 192.168.11.1
DHCP OFF

I need 90Mbit local network and 10Mbit L2TP or INTERNET traffic
And 90Mbit load should not interfere with 10Mbit INTERNET traffic

[admin@MikroTik] >> /export compact
# jan/02/1970 00:22:44 by RouterOS 6.11
# software id = 41CT-0L4U
#
/interface wireless
set [ find default-name=wlan1 ] l2mtu=2290 mode=ap-bridge
/interface l2tp-server
add name=l2tp-in1 user=ppp1
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/queue simple
add max-limit=1M/1M name=queue1 target=l2tp-in1
/interface l2tp-server server
set enabled=yes
/ip address
add address=192.168.11.1/24 interface=ether2 network=192.168.11.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip upnp
set allow-disable-external-interface=no
/ppp secret
add local-address=192.168.11.1 name=ppp1 password=1 profile=default-encryption remote-address=192.168.12.2 service=l2tp
/system leds
set 0 interface=wlan1

l2tp-1.png
l2tp-2.png

And image visual task
traffic1.png

MikroTik it can not? :frowning:

I belive you aks too much of the cheapest and smallest of current mikrotiks … choose more powerfull product if you intend to run l2tp server with 90mbit/s traffic. You ask too much of the little 751U.

JF.

How to split speed client access to the global network and local resources provider:
http://asp24.com.ua/blog/mikrotik-queue-internet-otdelno-lokalnye-resursy-otdelno-video/
http://asp24.com.ua/blog/kak-razdelit-skorost-dostupa-klienta-v-globalnuyu-set-i-k-lokalnym-resursam-provajdera/

It works on version 5 why does not work on version 6 :angry:

I need to divide the network speed from 0 to 100 Mbps and a separate share of internet traffic from 0 to 5 Mbit

Internet to 5Mbit (0.0.0.0/0)
Local resources to 100Mbps (10.0.0.0/8; 172.0.0.0/21)

Mikrotik RB751U