Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Router - RouterOS and Routerboard: Difference between revisions

Add how to determine YOUR_UPLOAD_SPEED
mNo edit summary
(Add how to determine YOUR_UPLOAD_SPEED)
(One intermediate revision by the same user not shown)
See: [[Router_-_RouterOS_and_Routerboard_bonding]]
or, the original at: [[http://0hq.net/RB/ros.txt]] for hints
 
= QoS =
 
One of many ways of avoiding a saturated upstream, is using Queue trees.
 
<pre>
/queue tree add max-limit=YOUR_UPLOAD_SPEED name=Upload parent=AAISP queue=default
</pre>
 
To determine YOUR_UPLOAD_SPEED, you could query your line details, like so:
 
<pre>
curl -s -H "Content-Type: application/json" -X POST \
-d '{"control_login": "YOUR_LOGIN@a","control_password":"CONTROL_PASSWORD", "service": "YOUR_NUMBER"}' https://chaos2.aa.net.uk/broadband/info |
jq .info[].rx_rate
</pre>
 
More details on this configuration, including how to optimise for Apple Facetime (UDP) can be found at https://natalian.org/2017/08/20/Choosing_Mikrotik_over_Ubiquiti/
 
= Native IPv6 over PPPoE =
2

edits