Dear Friends,
I need your help to configure Multiple Broadband connection line .
I want to bundle my Broadband internet line
below is my configuration, Do i need to add dialer interface 2 as well ?
*1st  card:*
interface ATM0/0
 no ip address
 atm restart timer 300
 no atm ilmi-keepalive
 bundle-enable
 dsl operating-mode auto
 hold-queue 224 in
!
interface ATM0/0.1 point-to-point
 description Broadband Interface 0
 pvc 0/50
  pppoe-client dial-pool-number 1
 !
*Second  card:*
interface ATM0/1
 no ip address
 atm restart timer 300
 no atm ilmi-keepalive
 bundle enable
 dsl operating-mode auto
 hold-queue 224 in
!
interface ATM0/1.1 point-to-point
 description Broadand Interface 1
 pvc 0/50
  pppoe-client dial-pool-number 1
 !
!
interface FastEthernet0/0
 description Inside Ethernet interface
 ip address 192.168.0.1 255.255.255.0
 ip access-group 101 in
 ip verify unicast reverse-path
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip nat inside
 ip inspect fast_eth0_in in
 ip virtual-reassembly
 ip route-cache flow
 no ip mroute-cache
 duplex auto
 speed auto
*and finally the Dialer interface:*
interface Dialer1
 description Public Internet Interface
 *mtu 1477*
 ip address negotiated
 ip access-group 112 in
 ip verify unicast reverse-path
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip nat outside
 ip inspect fast_eth0_in in
 ip virtual-reassembly
 encapsulation ppp
 no ip mroute-cache
 dialer pool 1
 dialer-group 1
 no cdp enable
 ppp authentication chap pap callin
 ppp chap hostname <username>
 ppp chap password 7 <secret_password>
 ppp pap sent-username <username> password 7 <secret_password>
 ppp ipcp dns request accept
 ppp ipcp route default
 ppp ipcp address accept
 ppp link reorders
 *ppp multilink  *
Blogs and organic groups at http://www.ccie.net
Received on Thu Aug 16 2012 - 01:03:27 ART
This archive was generated by hypermail 2.2.0 : Sat Sep 01 2012 - 08:41:18 ART