CISCO 2621 Config

Thorin

Well-Known Member
Joined
Sep 16, 2005
Messages
197
Reaction score
0
Hi there,

Can anyone help me out with a config for a WIC1ADSL on a Cisco 2600 series router.

I've got the following but am getting no Carrier detect which makes me thing the config is fine but the line is bad. :confused:

interface FastEthernet0/0
ip address 192.168.x.x 255.255.255.0
ip nat inside

!--- DSL interface.

!
interface ATM0/0
no ip address
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
hold-queue 224 in

interface ATM0/0.1 point-to-point
pvc 8/35
pppoe-client dial-pool-number 1

interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
ppp authentication chap callin
ppp chap hostname [email protected]
ppp chap password xxxxxxxx
!

ip nat inside source list 1 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 dialer1
no ip http server
!
access-list 1 permit 192.168.0.0 0.0.0.255
 
1. Not sure if Telkom support chap ... but they definately support pap ... so remove the following lines ...

ppp authentication chap callin
ppp chap hostname [email protected]
ppp chap password xxxxxxxx

and replace with ...

ppp authentication pap callin
ppp pap sent-username [email protected] password xxxxxxxxx

2. You may also need to authorise which protocols the Dialer interface can use, so add ....

interface Dialer1
dialer-group 1

dialer-list 1 protocol ip permit
 
Last edited:
Top
Sign up to the MyBroadband newsletter
X