PPP接口上下线日志记录配置

分别放在ppp profile的 up 和 down 配置中,ppp连接和断开时就会生成日志,并保存至RosZ的设备日志中。

up日志脚本配置:

:log warning ("PPP日志-连接 接口:".$"interface"." 用户:". $"user"." 来源IP:".$"caller-id"." 内网IP:".$"remote-address")

down日志脚本配置:

:log warning ("PPP日志-断开 接口:".$"interface"." 用户:". $"user"." 来源IP:".$"caller-id"." 内网IP:".$"remote-address")