MikroTik RB951G - Help

Amphibious

Well-Known Member
Joined
Apr 2, 2009
Messages
159
Reaction score
0
Location
Amanzimtoti
Hello Everyone,

Hope this post is in the correct place.
I need some assistance with my MikroTik Router.

I need my router to dial a PPPoE from a specific time to a certain time.
As that time is up I need it to dial another PPPoE account.

I have 2x ADSL accounts and basically need them dialled up at different times of the day.

Any assistance would much a appreciated.

Kind regards
Amphibious
 
I do this by having a script scheduled at certain times of the day, in the script I then disable enable the pppoe as required.
 
Hi biena,

I will do research on this and give it a go. I will provide feedback on this.

Much appreciated :)

I do this by having a script scheduled at certain times of the day, in the script I then disable enable the pppoe as required.
 
What I am doing here is at 8:00 in the morning it stops 2 ppoe sessions
and at 23:55 it starts them again, this happens each day.

Change it to your requirements, but this is the basic setup.

schedules
---------
add comment="" disabled=no interval=1d name=balSec on-event=balSec \
policy=reboot,read,write,policy,test,password,sniff,sensitive start-date=\
jan/01/1970 start-time=08:00:00
add comment="" disabled=no interval=1d name=balFirst on-event=balFirst policy=\
reboot,read,write,policy,test,password,sniff,sensitive start-date=\
jan/01/1970 start-time=23:55:00

script named balFirst
--------------------
interface enable ppoe2 ;
interface enable ppoe1 ;

script named balSec
--------------------
interface disable ppoe2 ;
interface disable ppoe1 ;
 
Hi Biena,

Finally sat last night and did this. I got it right 3 time around :) Did it a little different.

Just to find out on the Scheduler is there more of an in-depth way to set times and dates?

Kind Regards
Amphibious

What I am doing here is at 8:00 in the morning it stops 2 ppoe sessions
and at 23:55 it starts them again, this happens each day.

Change it to your requirements, but this is the basic setup.

schedules
---------
add comment="" disabled=no interval=1d name=balSec on-event=balSec \
policy=reboot,read,write,policy,test,password,sniff,sensitive start-date=\
jan/01/1970 start-time=08:00:00
add comment="" disabled=no interval=1d name=balFirst on-event=balFirst policy=\
reboot,read,write,policy,test,password,sniff,sensitive start-date=\
jan/01/1970 start-time=23:55:00

script named balFirst
--------------------
interface enable ppoe2 ;
interface enable ppoe1 ;

script named balSec
--------------------
interface disable ppoe2 ;
interface disable ppoe1 ;
 
Hi Biena,

Finally sat last night and did this. I got it right 3 time around :) Did it a little different.

Just to find out on the Scheduler is there more of an in-depth way to set times and dates?

Kind Regards
Amphibious

Have not really played around with it, when I found something that worked for me I stopped looking. It does seem that you can do pretty much anything with it just the syntax is sometimes a bit weird.
 
Thanks for the help :)

Have not really played around with it, when I found something that worked for me I stopped looking. It does seem that you can do pretty much anything with it just the syntax is sometimes a bit weird.
 
Top
Sign up to the MyBroadband newsletter
X