How to connect to 2 ISP's with my Cisco 1700?

Newbie here. I'm currently using a Cisco 1700 to connect to an internet service provider (ISP) at 128K over ISDN. This ISP used to provide me with 256K (the 1700 has 2 ISDN nics in it, and each would make a call over a separate ISDN line to the same phone number at the same ISP - the ISP would somehow bind my traffic together and it all magically worked), but they can no longer do this. So, I'm wondering if I opened a second 128K account with another ISP, is there a way for me to use the 1700 to combine that bandwith with the 128K from my current ISP for a 256k total.

I've included my current configuration below with some data XXX-ed out. This is the config that worked at 256k, but I've shutdown interface bri1.

I know that I'll need another ISDN line from the phone company and another Dialer set up, but what else do I need to do?

Thanks in advance,

John

----------- version 12.2 service nagle no service pad service timestamps debug datetime localtime show-timezone service timestamps log datetime localtime show-timezone service password-encryption ! hostname intiRouter ! enable secret XXX enable password XXX ! username XXX password XXX memory-size iomem 25 clock timezone EST -5 clock summer-time DST recurring ip subnet-zero no ip source-route ip domain-name XXX ip name-server XXX.4 ip name-server XXX.5 ip dhcp excluded-address 192.168.100.1 192.168.100.5 ! ip dhcp pool 0 network 192.168.100.0 255.255.255.0 default-router 192.168.100.1 domain-name XXX.com dns-server XXX.5 XXX.4 lease 30 ! ip dhcp pool 1 ! isdn switch-type basic-ni ! ! ! interface BRI0 description isdn line 0 no ip address encapsulation ppp dialer pool-member 1 isdn switch-type basic-ni isdn spid1 XXX XXX isdn spid2 XXX XXX no cdp enable ppp multilink ! interface BRI1 description isdn line 1 no ip address encapsulation ppp shutdown dialer pool-member 1 isdn switch-type basic-ni isdn spid1 XXX XXX isdn spid2 XXX XXX no cdp enable ppp multilink ! interface FastEthernet0 ip address 192.168.100.1 255.255.255.0 no ip redirects no ip proxy-arp ip nat inside speed 100 full-duplex no cdp enable ! interface Dialer1 ip address negotiated no ip proxy-arp ip nat outside encapsulation ppp no ip split-horizon no ip mroute-cache dialer pool 1 dialer remote-name optidynamic dialer idle-timeout 300 dialer string XXX dialer hold-queue 10 dialer load-threshold 1 outbound dialer-group 1 compress mppc no cdp enable ppp pap sent-username XXX password XXX ! ip nat inside source list 1 interface Dialer1 overload ip nat inside source static tcp 192.168.100.5 1723 interface Dialer1

1723 ip classless ip route 0.0.0.0 0.0.0.0 Dialer1 no ip http server ! access-list 1 permit 192.168.100.0 0.0.0.255 access-list 10 permit 192.168.100.0 0.0.0.255 access-list 12 permit 192.168.100.0 0.0.0.255 dialer-list 1 protocol ip permit no cdp run tftp-server nvram:startup-config alias router-confg 10

alias exec int show ip interface brief alias exec nat show ip nat translations alias exec cpu show proc cpu history alias exec ccp show compress detail-ccp ! line con 0 exec-timeout 5 0 line aux 0 line vty 0 4 exec-timeout 15 0 password XXX login transport preferred none transport input telnet transport output none ! no scheduler allocate sntp server XXX end

Reply to
john.intihar
Loading thread data ...

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.