
show running-config

Building configuration...

Current configuration:

! Cisco Router Web Setup Template
!
!
hostname Router
!
ip dhcp pool CLIENT
   import all
   network 10.10.10.0 255.255.255.0
   default-router 10.10.10.1
   dns-server  206.141.192.243 206.141.251.2 206.13.28.12 206.13.31.12
!
vpdn enable
no vpdn logging
!
vpdn-group 1
 request-dialin
  protocol pppoe
!
!
!
!
interface Ethernet0
 ip nat inside
 no shutdown
!
interface ATM0
 no shutdown
 pvc 0/35
  pppoe-client dial-pool-number 1
 pvc 8/35
  pppoe-client dial-pool-number 1
 !
 !
interface Dialer1
 ip address negotiated
 ip nat outside
 encapsulation ppp
 dialer remote-name redback
 dialer pool 1
 dialer-group 1
 ppp authentication pap chap callin
 ppp chap hostname <USERNAME, "User Name", String, "General Settings"> 
 ppp chap password <PASSWORD, "Password", String, "General Settings">
 ppp pap sent-username <USERNAME> password <PASSWORD>
 no ppp ipcp dns request
 no ppp ipcp wins request
!
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 1 permit 10.10.10.0 0.0.0.255
dialer-list 1 protocol ip list 1
!
end
