UTD with Cisco 1751

Africa

New Member
Joined
Oct 1, 2005
Messages
3
Guys

I have Cisco 1751V with FastEthernet on board and add-on Ethernet WIC.
I want to connect UTD to Ethernet WIC and have my LAN on FastEthernet access internet. I configured router for PPPoE with PAP auth and NAT, used my username/password but my Dialer interface is jumping up and down.
Does anyone have _working_ config so I can try it?

Cheers!

P.S. Using LinkSys SOHO router with PPPoE config - everything runs just perfect.
 
Last edited:

Africa

New Member
Joined
Oct 1, 2005
Messages
3
I managed to sort this out. If anyone needs - config is below:

hostname iburst
!
boot-start-marker
boot-end-marker
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
no ip cef
!
!
!
ip dhcp pool iburst
network 192.168.0.0 255.255.255.0
dns-server X.X.X.X
default-router 192.168.0.200
!
!
ip name-server X.X.X.X
ip name-server X.X.X.X
vpdn enable
!
vpdn-group 1
request-dialin
protocol pppoe
!
no ftp-server write-enable
!
!
!
interface FastEthernet0/0
description Lan
ip address 192.168.0.200 255.255.255.0
ip nat inside
speed auto
full-duplex
!
interface Ethernet1/0
description iburst
no ip address
ip nat outside
ip tcp adjust-mss 1452
full-duplex
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
ip route-cache flow
ip tcp adjust-mss 1452
no ip mroute-cache
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap password 0 pass
ppp pap sent-username XXX password 0 XXX
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
ip nat inside source list 1 interface Dialer1 overload
!
!
access-list 1 permit any
access-list 1 permit 192.168.0.0 0.0.0.255
dialer-list 1 protocol ip permit
 

Crash

Senior Member
Joined
Nov 15, 2004
Messages
942
Interesting.

Does it work alright? As in speedwise and so on.
 

Africa

New Member
Joined
Oct 1, 2005
Messages
3
Yes it works just fine. I have connected small office with that and everybody happy...well just for few hours :) Will see how it will perform in the few days.
 

beerygaz

Well-Known Member
Joined
Dec 11, 2003
Messages
106
About to stick this config on my 2801 ISR tonight, so will let you know.
 
Top