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

DSL, ATM

Status
Not open for further replies.

limejudo

Technical User
Joined
Aug 4, 2004
Messages
110
Location
US
Do you need a Dialer int attached to an ATM int? I'm using dsl and isdn as a bckup. I want to static map the ATM. This is on a 2610.

interface ATM0/0
no ip address
no ip route-cache cef
no ip route-cache
no ip mroute-cache
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
hold-queue 224 in
!
interface ATM0/0.1 point-to-point
no ip route-cache
no ip mroute-cache
pvc 8/35
pppoe-client dial-pool-number 2

interface Dialer2
ip address 172.16.60.2 255....
ip mtu 1492
encapsulation ppp
no ip route-cache cef
no ip route-cache
no ip mroute-cache
dialer pool 2
no fair-queue
no cdp enable
crypto map EDY
 
I'm not sure if this will help you but this is how my ATM to Dailer 1 is set up.

interface ATM0
no ip address
no ip mroute-cache
atm vc-per-vp 64
no atm ilmi-keepalive
dsl operating-mode auto
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
interface Dialer1
ip address negotiated
ip access-group 150 in
ip nat outside
ip inspect myfw out
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname XXXXXXXX
ppp chap password 7 XXXXXXXXXXX
ppp pap sent-username XXXXXXXXXXX password 7 XXXXXXXXXXXXX
ppp ipcp dns request
ppp ipcp wins request
hold-queue 224 in
!
dialer-list 1 protocol ip permit

SF18C
CCNP, MCSE, A+, N+ & HPCC
Tis better to die on your feet than live on your knees!
 
yeah this helps alot, I was trying to actually change somethings. Like getting rid of the subint, being that it's on ly a p to p connection. Thanks.

Eric - A+, Net+, INet+ CCNA next week.
Network Admin/Helpdesk II
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top