cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
504
Views
0
Helpful
3
Replies

Cisco 877 DSL support

Network Pro
Level 1
Level 1

Hi

does Cisco 877 router support DSL (not ADSL?). i have tried connecting a dsl line and cant get ATM interface to come up - username and password are conrrect.

alternative option: Can i get cisco 877 to form a ipsec tunnel using LAN port (not dialer interface) ? basically i want this 877 to act like asa 5505 where i can connect a LAN cable coming out from DSL router

3 Replies 3

shillings
Level 4
Level 4

The 877 should be ADSL, not SDSL or VDSL.

xDSL and DSL are just generic terms to encompass all variants.

Do you have any details from your ISP, other than just the username and password?

Typically, they will also provide info such as the authentication type, encapsulation type, ATM VPI/VCI details (if it's PPPoA), primary and secondary DNS etc etc

Please post router config too, including 'show ver' output to verify the part number

You'll need the right IOS in order to provide IPsec functionality. Again, the 'show ver' will help there.

To clarify, do you have an ASA5505 and another DSL router as well as the 877? I wasn't sure.

Mike Johnson
Level 1
Level 1

If you can paste your Dialer and ATM configurations it would be a start to get you up and running.
Should have these basic settings.

PVC and MTU provided by your service provider


!
vpdn enable
!
interface GigabitEthernet0/0
ip address XXX.XXX.XXX 255.255.255.0
ip nat inside
no ip virtual-reassembly in
duplex auto
speed auto
!
interface ATM0/1/0
no ip address
atm bandwidth dynamic
no atm ilmi-keepalive
pvc 0/35
pppoe-client dial-pool-number 1
!
!
interface Dialer1
description ADSLhwic1
mtu 1492
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
keepalive 300
ppp chap hostname @att.net
ppp chap password 0
ppp pap sent-username @att.net password 0
!
ip forward-protocol nd
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 1 permit 218.12.1.0 0.0.0.255
dialer-list 1 protocol ip permit
!
scheduler allocate 20000 1000

Sent from Cisco Technical Support iPad App

Hi Mike shillings,

i have pretty much the same config as above.

interface ATM0/1/0

no ip address

atm bandwidth dynamic

no atm ilmi-keepalive

pvc 0/35

dialer member pool 1

!

!

interface Dialer1

description ADSLhwic1

mtu 1492

ip address negotiated

ip nat outside

ip virtual-reassembly in

encapsulation ppp

dialer pool 1

keepalive 300

ppp chap hostname @att.net

ppp chap password 0

I was just wondering because it a DSL conenction would the above config work ?

Also this is an alternative option. i was wondering if i could you the cisco 877 router for ipsec for LAN port instead of xDSL ? basically dont use DSL (atm or dialler) and use the LAN port for ipsec termination, is it possible ?

Thanks

Review Cisco Networking for a $25 gift card