用邮箱监视RouteOS INTERNET 连接状态
用邮箱监视RouteOS INTERNET 连接状态RouteOS 设置用PPPoE拨号上网或wan口使DHCP,怎么做,才能让RouteOS在每次连接INTELNET后将得到的IP 发送到一个指定的邮箱中?
这样方便用外网用户管理RouteOS。同时监视RouteOS INTERNET 连接状态。
代码1:
/system script
add name=e-up source={/tool e-mail send from="Your e-mail" server="Mail server ip" body="( ." (" . . ")" . address])" subject="My routeros is up" to="Your E-mail"}
/tool netwatch
add host=ip timeout=999ms interval=20s up-script=e-up down-script=e-down
代码2:
/system script add name="ipaddresschanged" source={
:if ( 嗯~~这个或许对我有用 找了好久没有这方面说明,很想知道的 我有个方法,并且一直在用,就是用mrtg通过snmp去侦测routeros的连线状态,在出现问题的时候会自动发mail到你指定的邮箱,这个我可以做到
有需要的请联系我 QQ:42045450 请注明ros
回复
回复 现在很多邮箱都有SMTP认证,有哪些是没有认证的? 看一下! 把你得MRGT贡献出来啊~ look ?????? up up ,不理解這一段中的 ."(".
body="( ." (" . . ")" . address])"不理解?一段中的 ."(".,??教
/system script
add name=e-up source={/tool e-mail send from="Your e-mail" server="Mail server ip" body="( ." (" . . ")" . address])" subject="My routeros is up" to="Your E-mail"}
/tool netwatch
add host=ip timeout=999ms interval=20s up-script=e-up down-script=e-down 就是加个括号
09:57:00sep/27/2005 (getway)xxx.xxx.xxx.xxx/xx
[ 本帖最后由 zhanghui 于 2005-9-27 10:11 AM 编辑 ]
/tool e-mail send ... 將出現ERROR: invalid expression
??行/tool e-mail send from="Your e-mail" server="Mail server ip" body="( ." (" . . ")" . address])" subject="My routeros is up" to="Your E-mail" ?出?
ERROR: invalid expression
?指教 . 的用法,tks!!!