The router does not perfom any Firewalling or NAT
We have configured traffic shaping on the MikroTik using “simple queues.” However, the ISP reports they’re still seeing policer drops on their end. Below is the shaper we are using on the Mikrotik.
Code: Select all
/queue simple
add burst-limit=980M/980M burst-threshold=940M/940M burst-time=20s/20s limit-at=940M/940M max-limit=940M/940M name=Shapeer priority=1/1 \
target=ether1
The ISP requires that our shaper conform to their requirements, which are
- Shape average 980000 (M bits/s) 1035Kbytes (Bc) 125 bytes (Be)
The issue is that when we try to do file transfers to a Server in the DC (on the other end of the link) when get the following results :
- When PC is plugged directly into NTU (bypassing Mikrotik) We get transfer speeds of 110 MB/s download
- When PC is plugged into the Mikrotik, We get file transfer speeds of 60 MB/s download
Other config that might be relevant
Code: Select all
/ip firewall connection tracking set udp-timeout=10s