conf t ! ! No configuration change since last restart ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname PPPOE ! boot-start-marker boot-end-marker ! logging buffered 51200 warnings ! no aaa new-model memory-size iomem 10 clock timezone EST 10 clock summer-time EDT recurring 1 Sun Oct 2:00 1 Sun Apr 3:00 no network-clock-participate wic 1 dot11 syslog ! ! ip cef no ip dhcp use vrf connected ip dhcp excluded-address 10.1.1.1 10.1.1.100 ! ip dhcp pool DHCP-LAN network 10.1.1.0 255.255.255.0 default-router 10.1.1.1 dns-server 10.1.1.1 netbios-name-server 10.1.1.213 ! ! ip domain name yourdomain.com ip name-server 208.67.220.220 ip name-server 208.67.222.222 ! multilink bundle-name authenticated ! ! voice-card 0 no dspfarm ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! crypto pki token default removal timeout 0 ! ! ! ! username admin privilege 15 password 0 cisco archive log config hidekeys ! ! ! ! ! ! ! ! interface Gi0/0 description PPPOE (Facing the ISP) no ip address duplex auto speed auto pppoe enable group global pppoe-client dial-pool-number 1 no cdp enable no shut ! interface Gi0/1 description interface LAN ip address 10.1.1.1 255.255.255.0 ip nat inside ip virtual-reassembly duplex auto speed auto no shut ! interface Dialer1 description interface WAN ip address negotiated no ip redirects no ip unreachables no ip proxy-arp ip mtu 1492 ip nat outside ip virtual-reassembly max-reassemblies 64 encapsulation ppp dialer pool 1 dialer idle-timeout 0 dialer-group 2 no cdp enable ppp authentication chap callin ppp chap hostname username@isp.com ppp chap password 0 isp-password ppp pap sent-username username@isp.com password 0 isp-password ppp ipcp dns request accept ppp ipcp route default ppp ipcp address accept ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ip dns server ip nat inside source list 50 interface Dialer1 overload ! access-list 50 permit 10.1.1.0 0.0.0.255 no cdp run ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 480 0 logging synchronous login local line aux 0 line vty 0 4 access-class 50 in exec-timeout 480 0 privilege level 15 logging synchronous login local transport input all line vty 5 15 access-class 50 in exec-timeout 480 0 privilege level 15 logging synchronous login local transport input all ! scheduler allocate 20000 1000 ntp clock-period 17180284 ntp source Dialer1 ntp server 208.67.220.220 ntp server 103.51.68.133 ntp server 59.167.252.133 ! end
Cisco PPPOE config
Bookmark the permalink.