Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2650 load balancing DSL's CHAP pppoa

Status
Not open for further replies.

tksavoy

IS-IT--Management
May 1, 2008
22
0
0
US
What's wrong with my config?

DSLrouter#sh run
Building configuration...

Current configuration : 2473 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname DSLrouter
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxx
!
no aaa new-model
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
!
!
!
!
!
!
!
interface ATM0/0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
hold-queue 224 in
pvc 0/35
!
interface FastEthernet0/0
ip address 192.168.xx7.5 255.255.255.0
no ip redirects
no ip proxy-arp
ip nat inside
speed 100
full-duplex
!
interface ATM0/1
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/35
!
interface Dialer0
ip address 207.xxx.xx.xx0 255.255.255.0
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
ppp authentication chap callin
ppp chap hostname xxxxxxxx
ppp chap password 0 xxxxxxxx
!
interface Dialer1
ip address 207.xxx.xx.xx1 255.255.255.0
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
ppp authentication chap callin
ppp chap hostname xxxxx
ppp chap password 0 xxxxx
!
interface Dialer2
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
ppp authentication chap callin
ppp chap hostname xxxxx
ppp chap password 0 xxxxx
!
ip default-gateway 192.168.107.3
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 0.0.0.0 0.0.0.0 Dialer2
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 192.168.xx8.0 255.255.255.0 192.168.xxx.3
ip route 192.168.xx9.0 255.255.255.0 192.168.xxx.3
ip route 192.168.x10.0 255.255.255.0 192.168.xxx.3
ip route 192.168.x11.0 255.255.255.0 192.168.xxx.3
ip route 192.168.x12.0 255.255.255.0 192.168.xxx.3
ip route 192.168.x13.0 255.255.255.0 192.168.xxx.3
!
ip http server
no ip http secure-server
ip nat pool dsl0 207.xxx.xx.xx0 207.xxx.xx.xx0 netmask 255.255.255.0
ip nat pool dsl1 207.xxx.xx.xx1 207.xxx.xx.xx1 netmask 255.255.255.0
ip nat inside source route-map dsl0 pool dsl0 overload
ip nat inside source route-map dsl1 pool dsl1 overload
!
access-list 1 permit 192.168.xxx.0 0.0.0.255
route-map dsl1 permit 10
match ip address 1
match interface dialer0
!
route-map dsl0 permit 10
match ip address 1
match interface dialer1
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password xxxxxx
login
!
!
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top