Date created: Thursday, April 2, 2015 10:24:39 AM. Last modified: Thursday, November 19, 2015 4:28:35 PM

Basic PPPoE via PPPoA modem

interface GigabitEthernet0
 description WAN PPPoE vai PPPoA Modem
 bandwidth 1024
 bandwidth receive 20480
 no ip address
 ip nat outside
 ip virtual-reassembly
 duplex auto
 speed auto
 pppoe-client dial-pool-number 1

interface Dialer0
 description ADSL2+ PPP Interface
 bandwidth 1024
 bandwidth receive 20480
 ip address negotiated
 no ip redirects
 no ip proxy-arp
 ip mtu 1492
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 ip tcp adjust-mss 1452
 dialer pool 1
 dialer-group 1
 ppp authentication chap pap callin
 ppp chap hostname xxxx
 ppp chap password 0 xxx
 no cdp enable
 ntp disable

Previous page: Basic PPPoA ADSL1/2+
Next page: DynDNS Updates