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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configuring 827 with DSL

Status
Not open for further replies.

eliyzfr600

Technical User
Dec 3, 2006
13
MX
hello,

I am trying to configure a cisco 827 router with my home DSL, the problem is that when configuring the atm0 interface i dont know the PVC settings nor the type of encapsulation type. I tried getting this info from my provider but all I got was their DNS's address and the cisco support link. Im using AT%T and I have dynamic address. Is there anyone out there that can help me
 

Here is the: show run
My atm0 int wont come up and I also get a error message bout my ppp being "default"

Building configuration...

Current configuration : 1056 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
ip name-server 151.164.8.201
ip name-server 66.73.20.40
!
!
!
!
interface Ethernet0
ip address 192.168.2.2 255.255.255.0
ip nat inside
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 0/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
ppp authentication pap callin
ppp chap refuse
ppp pap sent-username xxxxxxx@sbcglobal.net password 7 051B071C325B411B1D
!
interface Dialer1
no ip address
no cdp enable
!ip nat translation max-entries 1000
ip nat inside source list 1 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
ip pim bidir-enable
!
!
access-list 1 permit 192.168.2.0 0.0.0.1
!
line con 0
logging synchronous
stopbits 1
line vty 0 4
login
!
scheduler max-task-time 5000
end

Router#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top