gaokepc 发表于 2009-6-29 18:24:29

多线ADSL负载均衡Interface List中显示中文连接状态和IP的脚本

本帖最后由 gaokepc 于 2009-6-29 18:59 编辑

#InterfaceList中显示中文动态ADSL连接状态和IP的脚本
:global new-status1 running]
:global new-address1 address]
:global new-address1 [:pick $new-address1 0 [:find $new-address1 "/"]]
:if ($new-status1=true) do={
/interface set comment=("1线连接IP:" . $new-address1)
} else={
/interface set comment="1线断开"
}

cool525000 发表于 2009-6-29 20:58:11

那2號線呢 。在什么地方運行?

WGHBOY 发表于 2009-6-29 21:09:20

有必要吗,
页: [1]
查看完整版本: 多线ADSL负载均衡Interface List中显示中文连接状态和IP的脚本