cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
857
Views
0
Helpful
3
Replies

how can i configure DSL dialer on cisco

muhammad.wajeh
Level 1
Level 1

how can i configure DSL dialer on cisco

3 Replies 3

Collin Clark
VIP Alumni
VIP Alumni

Here's an example. Please rate if it helps.

interface FastEthernet0/1

description DSL WAN Interface

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

no ip mroute-cache

duplex auto

speed auto

pppoe enable

pppoe-client dial-pool-number 1

!

interface Dialer1

description DSL WAN Dialer$FW_OUTSIDE$

ip address negotiated

no ip unreachables

ip nat outside

ip virtual-reassembly

encapsulation ppp

no ip mroute-cache

dialer pool 1

dialer-group 1

no cdp enable

ppp authentication pap callin

ppp pap sent-username CORP@xxx.sbcglobal.net password 0 SeCrEt

dialer-list 1 protocol ip permit

Thanks for the reply. this is very use full but i want to know one more thing if i want to use cisco pppoe with third party CPE with no DSL module in the router. how can i configure then.

thanks in advance

This configuration does not use a DSL module. The Dialer0 interface is logical. The DSL modem still provides the termination to the DSL, but the logical Dialer Interface does the rest.

HTH and please rate.