ros ppp隧道up或者down的时候,可以写脚本,脚本可以调用的参数$user $local-address $remote-address $caller-id $called-id $i...

可紊 提交于 2020-08-19 16:37:16

 

官方文档:

https://wiki.mikrotik.com/wiki/Manual:PPP_AAA

 

on-up (script; Default: ) Execute script on user login-event. These are available variables that are accessible for the event script:
  • user
  • local-address
  • remote-address
  • caller-id
  • called-id
  • interface

 

我之前做的一个公司案例,应用上面的技术

https://www.cnblogs.com/itfat/p/12707513.html

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!