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!

Cisco 837 Configuration

Status
Not open for further replies.

RandomlyAdam

IS-IT--Management
Nov 18, 2007
11
Hey all,

I've tried without any success to setup a Cisco 837 to a non-pppoe DSL connection. The connection is Verizon ADSL with aal5snap encapsulation with a static IP. Here's my current config. What did I do wrong?

-ap

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
!
enable secret 5 *********
enable password *********
!
no aaa new-model
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool routerDHCP
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 216.139.32.37 216.139.32.45
!
!
ip cef
ip name-server 216.139.32.37
ip name-server 216.139.32.45
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
username CRWS_Gayatri privilege 15 password 0
***********
!
!
!
!
bridge irb
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
hold-queue 100 out
!
interface Ethernet2
no ip address
shutdown
hold-queue 100 out
!
interface ATM0
ip address 216.139.x.x 255.255.255.0
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/35
encapsulation aal5snap
!
!
interface FastEthernet1
speed auto
full-duplex
!
interface FastEthernet2
speed auto
full-duplex
!
interface FastEthernet3
speed auto
full-duplex
!
interface FastEthernet4
speed auto
full-duplex
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 216.139.x.1
!
ip http server
no ip http secure-server
!
ip nat translation max-entries 1000
ip nat inside source list 1 interface ATM0 overload
!
access-list 1 permit 10.10.10.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
exec-timeout 120 0
password cisco
login local
length 0
!
scheduler max-task-time 5000
end
 
Try this
int atm0
no ip add
no pvc 0/35
no encaps
int atm0.1 point-to-point
no snmp trap link-status
pvc 0/35
oam-pvc manage
pppoa-client dial-pool-number 1
int di0
ip add 216.139.x.x 255.255.255.0
no ip red
ip nat outside
ip virtual-reassembly
encaps aal5snap

Now the question is...do you have to authenticate with ppp?

Burt
 
Also, try SDM---it's free, and it will configure your 837 with a GUI---very simple to use! Let me know if you need a copy
timandlizh at gmail dot com

Burt
 
Burt, I'll try what you suggested, and there's no PPP authentication. I managed to find SDM lastnight and dinked around with it for a few hours with no success.
 
Burt,

That didn't fix the problem... Not sure what you need to know from here... I checked with the ISP the router isn't showing up in their ARP table.

-Adam
 
What happened with SDM? I'm good with PPPoE, but not PPPoA, with no authentication...

Burt
 
Burt,

It was able to configure the router, but i guess not correctly. As far as PPP goes, this ISP doesn't use it on their DSL connections.

-Adam
 
If it's not considered point to point, what else could it be? Or just no chap or pap?


Burt
 
Burt,

My bad, it is PPP. Just no chap or pap.

-adam
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top