06-13-2004 11:40 PM - edited 03-02-2019 04:20 PM
Hi,
Im looking for the ISDN-command(s) to let a Router (800 Series) automatically dial the right number depending on the time of day.
For example from 06:00-18:00 it should dial 12345, from 18:00 to 06:00 it should dial 987654.
Is that possible and which commands are needed for that?
Thank you
Rolf Fischer
06-17-2004 05:26 AM
Not sure if the time-range command is still supported, but how about;
interface BRI
dialer pool-member 1
interface dialer 1
dialer string 12345
dialer-group 1
dialer pool 1
interface dialer 2
dialer string 987654
dialer-group 2
dialer pool 1
dialer-list 1 protocol ip list 101
dialer-list 2 protocol ip list 102
access-list 101 permit {required range etc.} time-range early
access-list 102 permit {required range etc.} time-range late
time-range early
periodic weekdays 06:00 to 18:00
time-range late
periodic weekdays 18:00 to 06:00
an interesting one for the lab, I'll give it a try and let you know.
06-17-2004 11:20 AM
Yes, it works no problem. The only change I had to make was to the time range syntax;
time-range early
periodic weekdays 6:00 to 18:00
!
time-range late
periodic weekdays 18:00 to 23:59
periodic weekdays 0:00 to 6:00
!
as the start time must be less than the finish time, so two lines are required for the late time-range.
Hope that helps.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide