PPPoE

Hello All,

Could anyone please advise how I can have the routeros box checking if the 2x PPPoE WAN connections configured in the box are active and in case 1 or both are down , drop both connections and redial them again until they are both up? (they are both required to be up at the same time). They need to be redialled at the same time
Once both are up run a check every X minutes and start the process again in case one of the connections is down.
This set up is a must with our ISP provider


Thanks in advance

Use a separate profile for each of the clients.
Use On Down

Indeed this is the path to take, but it will require some global variable(s) keeping the state.
When you would put the “take both down and re-dial” action in both te “on down” scripts there would be an infinite loop where both are taking eachother down…
So use some :global var that keeps info about what it is doing at that time, so it first waits some time to establish the links before it again restarts them.