第八步: OK了,希望你能够成功...大家看看我做好以后的效果吧!!真实环境测试的.
下面是我的两条ADSL的真实流量图!
从今天早上做到今天晚上,终于搞定了。兄弟们觉得好的话就顶吧。。
提倡免费发贴,看贴回贴!!再次BS改掉我WG333网盘密码的那个人。
免费教给你东西,你还要改我网盘密码,太不厚道了。。打击我积极性。
下面再附上两条ADSL监控的脚本。大家直接复制就好了。如果你想自己熟悉一下内容
我还是建议你自己手动写下来。
ADSL1 的脚本
/interface pppoe-c monitor ADSL1 once do={:global pppzt $status}
:if ($pppzt=connected) do={/ip route set link1 gateway [/ip add get [/ip add find interface=ADSL1] network]} else={/ip route set link1 gateway [/ip add get [/ip add find interface=ADSL2] network]}
ADSL2 的脚本
/interface pppoe-c monitor ADSL2 once do={:global pppzt2 $status}
:if ($pppzt2=connected) do={/ip route set link2 gateway [/ip add get [/ip add find interface=ADSL2] network]} else={/ip route set link2 gateway [/ip add get [/ip add find interface=ADSL1] network]}