CS 3.2.2.8 Troubleshoot PPPoE
CS 3.2.2.8 Troubleshoot PPPoE
CS 3.2.2.8 Troubleshoot PPPoE
8: Troubleshoot PPPoE
Topology
Addressing Table
Cust1 G0/1 Learned via PPP Learned via PPP Learned via PPP
ISP G0/1 N/A N/A N/A
Objectives
Part 1: Build the Network
Part 2: Troubleshoot PPPoE on Cust1
Background / Scenario
ISPs sometimes use Point-to-Point Protocol over Ethernet (PPPoE) on DSL links to their customers. PPP
supports the assignment of IP address information to a device at the remote end of a PPP link. More
importantly, PPP supports CHAP authentication. ISPs can check accounting records to see if a customers bill
has been paid, before letting them connect to the Internet.
In this lab, you will troubleshoot the Cust1 router for PPPoE configuration problems.
Note: The routers used with CCNA hands-on labs are Cisco 1941 Integrated Services Routers (ISRs)with
Cisco IOS Release 15.2(4)M3(universalk9 image). The switches used are Cisco Catalyst 2960s with Cisco
IOS Release 15.0(2) (lanbasek9 image). Other routers, switches, and Cisco IOS versions can be used.
Depending on the model and Cisco IOS version, the commands available and output produced might vary
from what is shown in the labs.Refer to the Router Interface Summary Table at the end of this lab for the
correct interface identifiers.
Note:Ensure that the routers and switches have been erased and have no startup configurations. If you are
unsure, contact your instructor.
Required Resources
2 Routers (Cisco 1941 with Cisco IOS Release 15.2(4)M3 universal image or comparable)
2 Switches (Cisco 2960 with Cisco IOS Release 15.0(2) lanbasek9 image or comparable)
Console cables to configure the Cisco IOS devices via the console ports
2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 7
Lab Troubleshoot PPPoE
2017Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 7
Lab Troubleshoot PPPoE
Step 1: Verify that IPv4 Address is assigned to the Cust1 Dialer interface.
The Dialer virtual interface did not receive an IP address.
2017Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 7
Lab Troubleshoot PPPoE
Step 3: Verify that the PPPoE username and password matches what was given by the ISP.
a. Display the running configuration; apply a filter to display only the Dialer section. Verify that the username
and password matches what was provided by the ISP.
Cust1# show run | section Dialer
interface Dialer1
mtu 1492
ip address negotiated
encapsulation ppp
2017Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 7
Lab Troubleshoot PPPoE
dialer pool 1
ppp authentication chap callin
ppp chap hostname Cust1
ppp chap password 0 ciscoppp
ip route 0.0.0.0 0.0.0.0 Dialer1
b. The problem appears to be with the password. Enter Global configuration mode and fix the ppp
password.
Cust1# conf t
Enter configuration commands, one per line. End with CNTL/Z.
Cust1(config)# interface Dialer1
Cust1(config-if)# ppp chap password ciscopppoe
Cust1(config-if)# end
Cust1#
*Nov 5 23:42:07.343: %SYS-5-CONFIG_I: Configured from console by console
Cust1#
*Nov 5 23:42:25.039: %DIALER-6-BIND: Interface Vi2 bound to profile Di1
*Nov 5 23:42:25.043: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to up
Cust1#
*Nov 5 23:42:25.063: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access2,
changed state to up
2017Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 7
Lab Troubleshoot PPPoE
Reflection
Explain why the TCP segment size needs to be adjusted for PPPoE.
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
2017Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 7
Lab Troubleshoot PPPoE
Entrega:
Copie a continuacin los archivos de configuracin de los dos routers:
Cust1:
ISP:
2017Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 7