Hi all,

How can I configure a delay with dialer Profiles ??
Let's say I have a the following scenario with three routers (FR with OSPF).
In case of the failure of the connection between router_3 and router_1 ,
either router_2 or router_3 can bring up an ISDN line.
First it should come up the line between R1 and R3,
but if after let's say 90sec the ISDN isn't up, router_2 should connect to
router_3 via ISDN.
So, how can I configure delay under "int DialerXX" ??
In every case router_3 should be the Called Router, and the others the
calling routers ...



router_2
  *             router_3
  *            *     
  *          *
  *        *
router_1 *



on router_2

interface Dialer0
 description ** ISDN Backup to router_3 **
 ip address x.x.x.6 255.255.255.252
 encapsulation ppp
 dialer remote-name router_3
 dialer idle-timeout 300
 dialer string 123456
 dialer-group 1
-----------------------------------------

on router_1

interface Dialer0
 description ** ISDN Backup to router_3 **
 ip address z.z.z.2 255.255.255.252
 encapsulation ppp
 dialer remote-name router_3
 dialer idle-timeout 300
 dialer string 123456
 dialer-group 1

-----------------------------------------


on router_3

interface BRI0
 description ** ISDN Backup to router_1/router_2 **
  no ip address
  encapsulation ppp
  dialer pool-member 1
  dialer pool-member 2
  isdn switch-type basic-net3
  ppp authentication chap
 
 interface Dialer0
  description ** ISDN Backup to router_1 **
  ip address z.z.z.3 255.255.255.252
  encapsulation ppp
  dialer idle-timeout 300
  dialer pool 1 
  dialer map ip z.z.z.2 name router_1 broadcast
  dialer-group 1
  ppp authentication chap  

interface Dialer1
  description ** ISDN Backup to router_2 **
  ip address x.x.x.7 255.255.255.252
  encapsulation ppp
  dialer idle-timeout 300
  dialer pool 2 
  dialer map ip x.x.x.6 name router_2 broadcast
  dialer-group 1
  ppp authentication chap  

dialer list 1 ..... bla bla

--------------------------------------------------------

any ideas ??

cheers,
monti






Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=49441&t=49441
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to