WGHBOY 发表于 2010-1-18 14:02:17

负载均衡防掉线脚本无限制版本

负载均衡防掉线脚本

47771885 发表于 2010-1-18 14:28:13

呵呵 呵呵 不错 。。有待改进 呵呵 光背也出新鲜玩意了

imlaozhao 发表于 2010-1-20 18:58:31

哪个版本的??

ksw520 发表于 2010-1-20 20:03:03

我发一个能正常用的吧

:local pccstatus
:local status
:local pccold
:local pccnew
:local link
:local ncm
:local nrm
:local y
:local z
:local x
:set x 4
:set link 0
:for i from=1 to="$x" do={
    :set status running]
    :if ("$status" = true) do={
    :set link ($link + 1)
}
}
:if ("$link" > 1) do={
    :set z "$link"
    :set y 0
    :for i from=1 to="$x" do={
         :set status running]
         :set ncm ("adsl" . "$i" . "conn")
         :set nrm ("ADSL" . "$i")
         :if ("$status" = true) do={
                  :set pccnew ("both-addresses" . ":" . "$z" . "/" . "$y")
                  :set pccold per-connection-classifier]
                  :set pccstatus disable]
                  :if (("$pccnew" != $pccold) || ("$pccstatus" = true)) do={
                        /ip firewall mangle set [ /ip firewall mangle find chain=bonding new-connection-mark="$ncm"] per-connection-classifier=$pccnew disabled=no
                        /ip firewall mangle set [ /ip firewall mangle find chain=bonding new-routing-mark="$nrm"] disabled=no
                      }
             :set y ($y + 1)
          } else {
                  :set pccstatus disable]
                  :if ("$pccstatus" = false) do={
                         /ip firewall mangle disable [ /ip firewall mangle find chain=bonding new-connection-mark="$ncm"]
                         /ip firewall mangle disable
             }
      }
    }
}
}

47771885 发表于 2010-1-20 20:21:54

就是嘛 这才看起来 不错的样子

WGHBOY 发表于 2010-1-21 16:07:09

:lol你这个也不是一般人会用

pxyq 发表于 2010-1-22 23:27:46

都不错,又收到好东西了{:3_53:}

mz138266 发表于 2010-1-23 01:14:13

顶一下精彩!!:victory:

hhhppp10 发表于 2010-2-20 22:53:35

收藏一下啦。呵呵

wangqiang 发表于 2011-2-24 20:10:20

下载来看看,我都看不懂

whipk 发表于 2011-2-25 00:56:34

谢谢楼主分享

注册马 发表于 2011-2-27 10:01:41

哪个版本上用的?~

prince90s 发表于 2011-3-20 23:04:23

谢谢楼主分享

valenskt 发表于 2011-3-21 02:34:06

   是一种学习

showbo19 发表于 2011-3-21 22:04:26

也不知道现在ros技术到什么地步了
页: [1] 2 3
查看完整版本: 负载均衡防掉线脚本无限制版本