ROS 常用脚本 ROS 常用脚本作者: 软路由网┋来源: 网络┋发布用户: admin ┋发布时间: 08年 09月 17日┋阅读: 222 次 RouterOS 监控脚本,断线报警,线路恢复自动解除报警: 在/system script 里添加脚本 name= 你要监控的 ip 内容如下:set i0 :while ($i=0) do={:beep length=2s frequency=2755;:delay 5;:set a abc;\ :foreach i in=[/watch find host= 你要监控的 ip] \ do={:set a [/watch get $i status]};:put $a;:if($a=up) do={:set i 1}} 然后再在/watch 里添加监控 host= 你要监控的 ip 在 down 里填写/system script run 你要监控的 ip :set shendown1 [/system clock get date] :set shendown2 [/system clock get time] :set shendown (" 你要监控的 ip down ". $shendown1 ."". $shendown2) :log warning $shendown ROS 小包策略: / ip firewall mangle add chain=forward protocol=tcp tcp-flags=syn action=change-mss new-mss=ment="" disabled=no add chain=forwar* *2*=all-p2p action=mark-connection new-connection-mark=p2p_conn passthrough=ment="" disabled=no add chain=forward connection-mark=p2p_conn action=mark-packet new-packet-mark=p2p passthrough=ment="" disabled=no add chain=forward connection-mark=!p2p_conn action=mark-packet new-packet-mark=general passthrough=ment="" disabled=no add chain=forward packet-size=32-512 action=mark-packet new-packet-mark=small passthrough=ment="" disabled=no add chain=forward packet-size=512-1200 action=mark-packet new-packet-mark=big passthrough=ment="" disabled=no / queue tree add name="p2p1" parent=wan packet-mark=p2p limit-at=600000 queue=default priority=8 max-limit=800000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no add name="p2p2" parent=lan packet-mark=p2p limit-at=800000 queue=default priority=8 max-limit=600000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no add name="ClassA" parent=lan packet-mark="" limit-at=0 queue=default priority=8 max-limit=100000000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no add name="ClassB" parent=ClassA packet-mark="" limit-at=0 queue=default priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no add name="Leaf1" parent=ClassA packet-mark=general limit-at=0 queue=default priority=7 max-limi
ROS常用脚本 来自淘豆网m.daumloan.com转载请标明出处.