routeros的配置资料

记录下,备查,另外,升级的功能在

system, packages

封迅雷

ip firewall filter add chain=forward content="octet-stream" action=drop comment="block thunder _octet-stream" disabled=no
ip firewall filter add chain=forward content="Pragma: no-cache" action=drop comment="block thunder _no-cache" disabled=no

贴一个ros的中文博客

批量限速的例子

:for mmc from 2 to 254 do={/queue simple add name=("192.168.0." . $mmc) target=("192.168.0." . $mmc) burst-threshold=128K/2M burst-time=10s/10s burst-limit=256K/2M max-limit=128K/2M}

每天在06:30重启ROS:

/ system scheduler add name="Timing ReBoot" on-event="/ system reboot" start-date=Jan/01/1990 start-time="06:30:00" interval="1d 00:00:00" comment="B6A8CAB1D6D8C6F4" disabled=no

 

 脚本-自动删除close连接,提升系统资源

/ system scheduler add name="del_close" on-event="/ip firewall connection remove [/ip firewall connection find tcp-state=close]" start-date=jan/01/1990 start-time=00:00:00 interval=1m comment="" disabled=no

固件下载地址

下载mipsbe的

6.34.4貌似比较稳定

原文地址:https://www.cnblogs.com/ziyouchutuwenwu/p/5229728.html