how can i configure DSL dialer on cisco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 05:53 AM - edited 03-03-2019 02:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 06:09 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 07:31 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 08:44 AM
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.
