Log pppoe change status

Hi,

can someone write down how to monitor status of pppoe interface and log that to a txt file which will be saved on mkt on disk (under the “Files”):

date, time, pppoe-out1 down
date, time, pppoe-out1 up
.
.
.
.

Thanks

You can disable the default logging rules under System > Logging

Then create your own log rules, explained here > http://wiki.mikrotik.com/wiki/Manual:System/Log#Logging_configuration

I’d look into the debug info, that increases the verbosity of the logging quite a bit. You would have to add exclusions for the info you don’t want though, which might be tricky.

Post your results here, maybe it helps someone in turn.