cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
400
Views
0
Helpful
2
Replies

ISDN: Schedule for 2 different calling numbers?

FmSkt402
Level 1
Level 1

Hi,

I’m 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

2 Replies 2

keith.campbell
Level 1
Level 1

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.

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.

Review Cisco Networking for a $25 gift card