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

cisco 2811 router with Wic1SHDSL V3 - need help

Status
Not open for further replies.

wellerw

MIS
Joined
Mar 14, 2003
Messages
175
Location
GB
Hi,

I am trying to connect my 2811 router with Wic1Shdsl v3 card to my SDSl line.

does anyone have any sample configs I could look at?

The card is unsupported by the SDM , so I need to configure the DSL controller to be an ATm interface I think.

 
thanks, i have been looking at that document, but it doest seem to go into authentication at all.

I thought at some stage I would need to configure a dialer interface and enter my user details.
 
Hi Wellerw

Forget SDM, it is crap.

This is from a ADSL wic on a 2611, so might be similar:


ip inspect name DEFAULT100 tcp
ip inspect name DEFAULT100 udp
ip inspect name DEFAULT100 icmp

interface ATM0/0
description Connected to ADSL Circuit
no ip address
no ip mroute-cache
no atm auto-configuration
no atm ilmi-keepalive
no atm address-registration
no atm ilmi-enable
dsl operating-mode auto
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer1
description Connected to ADSL Circuit
ip address xx.xx.xx.xx 255.255.255.248
ip access-group 100 in
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1400
ip nat outside
ip inspect DEFAULT100 out
ip virtual-reassembly
encapsulation ppp
load-interval 60
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname xxxxxxxxx
ppp chap password 7 xxxxxxxxxxxx3
ppp ipcp dns request
ppp ipcp wins request
hold-queue 224 in
!


hope this helps



MCP,CCA,CCNA, Net+, Half CCNP...
 
brilliant - thanks, I will give it a go.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top