Wednesday, June 3, 2015

Cisco 2691 ADSL configuration

Cisco 2691 ADSL config (worked with PLDT )

vpdn-group pppoe
request-dialin
protocol pppoe
!
interface ATM0/0
 description PLDT ADSL
 no ip address
 no atm ilmi-keepalive
 dsl operating-mode auto 
 hold-queue 224 in
!
interface ATM0/0.1 point-to-point
 pvc 0/100 
  pppoe-client dial-pool-number 1
!
interface Dialer0
 mtu 1492
 ip address  
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 ip tcp adjust-mss 1436
 dialer pool 1
 no cdp enable
 ppp chap hostname <pldt pppoe username>
 ppp chap password 7 <pldt password>
 ppp pap sent-username <pldt pppoe username> password 0 <pldt password>


No comments:

Post a Comment