Building configuration…
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Dialer_in_router
!
enable secret 5 $1$ZxhL$xCD/YE/FVPozfg3fvVt9b1
enable password cisco
!
username cefr password 0 cefr
ip subnet-zero
ip domain-name cisco.com
ip name-server 10.1.0.11
!
!
!
interface Ethernet0/0
ip address 10.1.0.1 255.255.255.0
no ip directed-broadcast
!
interface Group-Async1
ip unnumbered Ethernet0/0
no ip directed-broadcast
encapsulation ppp
dialer in-band
dialer idle-timeout 600
dialer-group 1
async default routing
async mode interactive
peer default ip address pool default
ppp authentication chap
group-range 33 40
!
ip local pool default 10.1.0.201 10.1.0.208
ip classless
!
dialer-list 1 protocol ip permit
!
line con 0
transport input none
line 33 40
autoselect ppp
modem InOut
transport input all
flowcontrol hardware
line aux 0
line vty 0 4
password cefr
login
!
no scheduler allocate
end