From MikroTik Wiki
example: nth=Every,Counter,Packet nth=2,3,0. 2,3,1 2,3,2
divide all packets into groups of three (2+1). The packets will be numbered from 0 to 2. So, a sequence of packets the rule matches looks like: (0 1 2)(0 1 2)(0 1 2)(0 1 2)(0 1 2)...
the first rule will match the first packet in each group ("Packet"=0). The second rule will match the second packet in each group ("Packet"=1) and so on. Each successful match increments the counter. When a value of "Every" is reached, the counter is reset to 0. For this to work, the "Counter" should be the same for all rules (you can pick any value from 0 to 15, IIRC).
It can be seen in the original manual at http://www.mikrotik.com/testdocs/ros/2.9/ip/mangle.php Look for nth
--Eugene
Retrieved from "http://wiki.mikrotik.com/wiki/Nth" 还得加断线开关脚本 断线开关脚本没试过需要+啊
掉线了那条mark route自动会失效啊 太谢谢了! 太好了,自己做过好多试验,都没有成功,这次看来有希望了。 希望做过测试的朋友发一下测试结果或结论。
能否用于ADSL拔号
这个能否用于解决多线ADSL负载平衡?另请问"NTH"为何意 Nth就是第N个的意思,英文序号~~比如fifth,sixth 原帖由 wwjun 于 2007-3-26 23:31 发表 http://bbs.routerclub.com/images/common/back.gif希望做过测试的朋友发一下测试结果或结论。
试验成功。多线程下载的话带宽 基本上 1+1+1=3,数据基本上负载均衡。 之前用2.9.26测过,不成功.!!! 原帖由 billzhong 于 2007-3-29 09:05 发表 http://bbs.routerclub.com/images/common/back.gif
试验成功。多线程下载的话带宽 基本上 1+1+1=3,数据基本上负载均衡。
MSN 不掉线才厉害 实践后,官方的方法并不是我想要的! 原帖由 wwjun 于 2007-4-4 18:42 发表 http://bbs.routerclub.com/images/common/back.gif
实践后,官方的方法并不是我想要的!
老大。有什么新发现呀 只有真正理解了含义才能充分利用别人的案例!
NTH是我在查询了LINUX后才明白的,然后就做成了负载平衡!