10-06-2004 01:42 PM - edited 03-02-2019 07:02 PM
I have one ISP connection through a dialer interface.
I need to configure another dialer to another ISP, that the router use if the first dialer doesn't connect.
I can create two dialer:
int dialer 1
dialer string xxxxxxx
int dialer 2
dialer string yyyyyyy
but how can I instruct the router to use second if first fail?
Thanks
10-06-2004 05:34 PM
How does each dialer interface get their ip address ? Is it dynamically negotiated from each provider ?? All you need to do is configure only one dialer interface with the following commands. If xxxxxx is not available or busy it will switch to yyyyyy.
dialer string xxxxxxx
dialer string yyyyyyy
10-07-2004 02:36 AM
they get ip address both dinamically
so I can use two different string in the same interface
how can I use different username and password?
thanks
10-18-2004 06:44 AM
if you have to use different user/pass you would probably have to use two seperate dialer profiles, in which case you would need the feature that CSCds88143 provies. I think it went into 12.3(4)T or so. Here is some documentation on it:
Josh
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