Options

Cisco 857 - ADSL

dwadwa Member Posts: 27 ■□□□□□□□□□
I have cisco 857 router and i need to connect on my adsl connection,can anybody help me,i dont have experience with cisco dsl routers.

this is run conf.
Current configuration : 1447 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret 5 $1$fFop$aRn3FgUwWSZeSN8MeIrI1/
!
no aaa new-model
!
!
dot11 syslog
!
!
ip cef
!
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol pppoe
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
no ip address
no ip mroute-cache
no atm ilmi-keepalive
pvc 1/32
encapsulation aal5snap
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.1.111 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
no ip mroute-cache
!
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp authentication chap callin
ppp chap hostname martin987@t-home.mk
ppp chap password 0 ****
ppp pap sent-username martin987@t-home.mk password 0 ******
!
ip forward-protocol nd
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface Dialer1 overload
!
access-list 1 permit any
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
password admin
login
transport input telnet
!
scheduler max-task-time 5000
end

Comments

Sign In or Register to comment.