Hi all being playing around with MLPPP on RouterOS and one of the problems I seem to be having is detecting a DSL link failure as I find when that occurs I get a lot of packetloss until the PPP session eventually drops.
I did try to speed up the proccess by setting up a Netmonitor to bounce the PPPoE-Out interface as soon as it saw packetloss (quicker than waiting for it to sort itself out) however I found this was being triggered when I was heavily using the upstream.
script is as follows (I disabled it for now)
Flags: X - disabled
# HOST TIMEOUT INTERVAL STATUS
0 X *IPREMOVED* 10s 1s unknown
then I have it run the following
/ interface pppoe-client disable pppoe-out1 ;
/interface pppoe-client enable pppoe-out1 ;
Does anyone know a better way to handle it as the RB doesn’t know when the DSL is up or down as the Ethernet based connection between the DSL modem and the RB will of course stay up regardless of what the DSL itself is doing.