• RSS

  • Polls

    The Best Training Material Is

    View Results

    Loading ... Loading ...
  • Search

  • Recent Comments

  • Popular Posts

  • Recent Posts

  • Heat Map

  • Follow Me

  • « CCNP BCMSN(642-812) Lab – VTP | Main | CCNP ISCW(642-825) Hotspot 1: IOS Firewall and ACL »

    CCNP ISCW(642-825) Lab – PPPoE

    By admin | May 19, 2009

    Pass4sure is a small export company .This firm has an existing enterprise network that is made up exclusively of routers that are using EIGRP as the IGP. Its network is up and operating normally. As part of its network expansion, Pass4sure has decided to connect to the internet by a broadband cable ISP. Your task is to enable this connection by use of the information below.

    Connection Encapsulation: PPP

    Connection Type: PPPoE client

    Connection Authentication: None

    Connection MTU: 1492 bytes

    Address: Dynamically assigned by the ISP

    Outbound Interface: E0/0

    You will know that the connection has been successfully enabled when you can ping the simulated Internet address of 172.16.1.1

    Note: Routing to the ISP: Manually configured default route

    clip_image002

    image

    Solutions:

    P4S-R(config)#int e0/0
    P4S-R(config-if)#pppoe enable
    P4S-R(config-if)#pppoe-client dial-pool-number 1
    P4S-R(config-if)#no sh
    P4S-R(config-if)#exit
    P4S-R(config)#int dialer1
    P4S-R(config-if)#encapsulation ppp
    P4S-R(config-if)#ip address negotiated
    P4S-R(config-if)#dialer pool 1
    P4S-R(config-if)#ip mtu 1492
    P4S-R(config-if)#no shut
    P4S-R(config-if)#exit
    P4S-R(config)#ip route 0.0.0.0 0.0.0.0 dialer1
    <—- ip routing is default static to internet provider
    P4S-R#copy run start

    The test ip address given in the scenario:

    P4S-R# ping 172.16.1.1
    !!!!! <—– if ping successful, you have completed this lab!

    That is all, hope to helpful for you. Best Luck for ur ISCW 642-825 Exam.

    If you need the complete pass4sure test questions for 642-825 Exam, you can visit Latest Pass4sure 642-825,maye it helpful for ur exam!

    Tags: 642-825, Lab, PPPOE

    Topics: 642-825 Exam, CCNP | 3 Comments »

    Related posts

    Random Posts

    3 Responses to “CCNP ISCW(642-825) Lab – PPPoE”

    1. mikemomalife Says:
      August 25th, 2009 at 7:41 pm

      how about the second aauthentication lab

    2. EricdotLiu Says:
      October 12th, 2009 at 9:20 am

      withouting NAT configured you can ping that IP successfully??
      many friends here could only got 75% points of PPPoE, not sure if they missed something..

      Raiy Wong Reply:

      Someone provide the solution 2 is below:

      P4S-R(config)#int e0/0
      P4S-R(config-if)#pppoe enable
      P4S-R(config-if)#pppoe-client dial-pool-number 1
      P4S-R(config-if)#no sh
      P4S-R(config-if)#exit
      P4S-R(config)#vpdn enable
      P4S-R(config)#vpdn-group 1
      P4S-R(config-vpdn)#request-dialin
      P4S-R(config-vpdn-req-in)#protocol pppo
      P4S-R(config-vpdn-req-in)#exit
      P4S-R(config-vpdn)#exit
      P4S-R(config)#dialer-list 1 protocol ip permit
      P4S-R(config)#int dialer 1
      P4S-R(config-if)#encapsulation ppp
      P4S-R(config-if)#ip address negotiated
      P4S-R(config-if)#dialer pool 1
      P4S-R(config-if)#dialer-group 1
      P4S-R(config-if)#ip mtu 1492
      P4S-R(config-if)#exit
      P4S-R#copy run start

      The test ip address given in the scenario:

      P4S-R# ping 172.16.1.1
      !!!!! <—– if ping successful, you have completed this lab!

    Comments

    You must be logged in to post a comment.