Configure A Cisco Router As A PPPoE Client For DSL Connectivity Using CLI
Configure A Cisco Router As A PPPoE Client For DSL Connectivity Using CLI
Note: I noticed that on some books no one mentioned the configuration of IP domain lookup command and ISP DNS
options in DHCP server configuration. Without these DSL connection will not work. Also pay attention if DSL connection
did not work, to check the state of all interfaces by using show ip interface brief and make sure to issue no shutdown
command on all of them.
There are two configuration options with integrated DSL functionality in the CPE:
interface Vlan1
description internal interface
ip address 172.16.1.1 255.255.255.0
ip nat inside
no shut
5. Configuring NAT/PAT
ip nat inside source list DSL_ACCESSLIST interface dialer 1 overload
5. Configuring NAT/PAT
ip nat inside source list DSL_ACCESSLIST interface dialer 1 overload
I apologize if any errors found in the document. If you see any please correct them. No one is perfect.