ISDN multiple Dial routes

Hi, I'm trying to set up a cisco 1603 router with an ISDN interface to dial

2 different numbers depending on which IP the user is trying to reach.

I've set up 2 dialer configs. The first one works fine. The second one comes back with the following error: "2d19h: Di2 DDR: No free dialer

-starting fast idle timer."

I tried to set up 'dialer pool-member' for the BRI interface but then it just comes back with an error about legacy DDR commands which I can't figure out.

Can anyone see how this should be set up. I have included the configuration below. I'm new to cisco stuff and completly stuck now.

I've just set up the dialer to activate depending on the static IP routes...i think.

**************************************** Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname USER ! enable password ! ip subnet-zero no ip domain-lookup isdn switch-type basic-net3 ! ! ! interface Ethernet0 description connected to EthernetLAN ip address 192.0.4.254 255.255.255.0 no ip directed-broadcast ip nat inside ! interface Serial0 no ip address no ip directed-broadcast shutdown ! interface BRI0 description connected to CorporateNetwork no ip address no ip directed-broadcast ip nat outside encapsulation ppp dialer rotary-group 1 isdn switch-type basic-net3 no cdp enable ! interface Dialer1 description connected to CorporateNetwork ip address negotiated no ip directed-broadcast ip nat outside encapsulation ppp no ip split-horizon dialer in-band dialer string dialer hold-queue 10 dialer-group 1 no cdp enable ppp authentication chap pap callin ppp chap hostname ppp chap password ppp pap sent-username password ! interface Dialer2 description 2nd_dialer ip address negotiated no ip directed-broadcast ip nat outside encapsulation ppp no ip split-horizon dialer in-band dialer string dialer hold-queue 10 dialer-group 1 no cdp enable ppp authentication chap pap callin ppp chap hostname ppp chap password ppp pap sent-username password ! router rip version 2 passive-interface Dialer1 network 192.0.4.0 no auto-summary ! ip nat inside source list 1 interface Dialer1 overload ip classless ip route 10.100.100.100 255.255.255.255 Dialer2 ip route 172.21.1.1 255.255.255.255 Dialer1 ! access-list 1 permit 192.0.4.0 0.0.0.255 dialer-list 1 protocol ip permit snmp-server community public RO ! line con 0 exec-timeout 0 0 password login transport input none line vty 0 4 password login ! end **********************************************

thanks, Dave

Reply to
davidb
Loading thread data ...

Convert your configuration to use dialer profiles. I.e.

int bri0 no dialer rotary-group 1 dialer pool-member 1 int di1 dialer pool 1 int di2 dialer pool 2

etc

Configuring a Router to Dial Multiple Sites using ISDN BRI

formatting link
Aaron

Reply to
Aaron Leonard
[ I meant to use "dialer pool 1" for both DPs ]
Reply to
Aaron Leonard

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.