Home > Point-to-Point Protocol

Point-to-Point Protocol

August 5th, 2019 in ROUTE 300-101 Go to comments

If you are not sure about PPP and PPPoE, please read my PPP tutorial and PPPoE tutorial.

Question 1

Explanation

Password Authentication Protocol (PAP) is a very basic two-way process. The username and password are sent in plain text, there is no encryption or protection. If it is accepted, the connection is allowed. The configuration below shows how to configure PAP on two routers:

R1(config)#username R2 password digitaltut1
R1(config)#interface s0/0/0
R1(config-if)#encapsulation ppp
R1(config-if)#ppp authentication PAP
R1(config-if)#ppp pap sent-username R1 password digitaltut2
R2(config)#username R1 password digitaltut2
R2(config)#interface s0/0/0
R2(config-if)#encapsulation ppp
R2(config-if)#ppp authentication PAP
R2(config-if)#ppp pap sent-username R2 password digitaltut1

Note: The PAP “sent-username” and password that each router sends must match those specified with the “username … password …” command on the other router.

Question 2

Explanation

Challenge Handshake Authentication Protocol (CHAP) periodically verifies the identity of the client by using a three-way handshake. The three-way handshake steps are as follows:

1. When a client contacts a server that uses CHAP, the server (called the authenticator) responds by sending the client a simple text message (sometimes called the challenge text). This text is not important and it does not matter if anyone can intercepts it.
2. The client then takes this information and encrypts it using its password which was shared by both the client and server. The encrypted text is then returned to the server.
3. The server has the same password and uses it as a key to encrypt the information it previously sent to the client. It compares its results with the encrypted results sent by the client. If they are the same, the client is assumed to be authentic.

Note: PPP supports two authentication protocols: PAP and CHAP.

Question 3

Question 4

Explanation

PPP supports two authentication protocols: Password Authentication Protocol (PAP) and Challenge Handshake Authentication Protocol (CHAP). PAP authentication involves a two-way handshake where the username and password are sent across the link in clear text. For more information about PPP Authentication methods, please read Point to Point Protocol (PPP) Tutorial

Question 5

Question 6

Question 7

Comments
Comment pages
1 2 1056
  1. Sorlags
    November 15th, 2018

    Serously Oo

    I found a example like the exam here : https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/wan_frly/configuration/15-mt/wan-frly-15-mt-book/wan-pppofr.html#GUID-1CB0E01F-B4AF-4CF6-9863-D116BBD13C2B. I was the DTE exercise

    exercise

    interface serial 0
    ” BLANK ”
    encapsulation frame-relay
    ” BLANK ” — I know there is 2 blank on interface serial 0 but I don’t rembemr the existing command and the blank

    #about sub-interface (it’s write like that in the exam)
    ” BLANK ”
    ” BLANK ”

    interface Virtual-Template1
    ip unnumbered ethernet 0
    ” BLANK ”

    D&D 1 : ” no ip address >
    D&D 2 : ” interface serial 0/0.1 point-to-point ”
    D&D 3 : ” interface serial 0/0.100 ”
    D&D 4 : ” frame-relay interface-dlci 32 ppp virtual-template1 ”
    D&D 5 : ” another think about virtual-template >
    D&D 6 : ” ip unnumbered ethernet 0 ”
    D&D 7 : ” ppp authentication chap ”
    D&D 8 : ” frame-relay lmi-type ansi ”

    Answer

    interface serial 0
    ” no ip address ”
    encapsulation frame-relay
    ” frame-relay lmi-type ansi ”
    !
    ” interface serial 0.1 point-to-point ”
    ” frame-relay interface-dlci 32 ppp virtual-template1 ”
    !
    interface Virtual-Template1
    ip unnumbered ethernet 0
    ” ppp authentication chap ”

    I hope it’s will help you :)

  2. SPOTO
    April 1st, 2019

    If you require the best and reliable study dumps, join the SPOTO and gain the best training provided by them.

  3. Veriz
    May 6th, 2019

    HERE YOU GO. Passing examz.

    CCNA 200-125
    CCNP ROUTE 300-101
    CCNP SWITCH 300-115
    CCNP TSHOOT 300-135
    CCIE R&S 400-101

    AT BELOW LINK:
    R E M O V E-S P A C E S

    t2 m . io/qkhTw5dQ

  4. Cbizz
    May 22nd, 2019

    There was also a question about MS-CHAP v2 enhancements. I recently took the exam.

  5. SPOTO
    June 20th, 2019

    You can even mail us for updated dump: network4career@ gmail . com

  6. YAMBO
    July 2nd, 2019

    there is a question in the exam about Frame relay. filling the blanks

    I answered

    interface serial0/0
    encapsulation frame-relay
    interface serial0/0.1
    frame-relay dlci 50

    I believe that is correct.

  7. Lucky
    August 11th, 2019

    Hi Guys. If you want to download freedump 300-101 go in my link

    htt ps: //w ww.yout ube.co m/wa tch?v=8YAlL G9FYlo

  8. Novice
    August 20th, 2019

    Hi Team,
    Good day!
    Where can I find the question here? what I saw are only explanations. Thank you.

  9. karim_29
    August 22nd, 2019

    @Novice by membership and you’ll see all questions.

  10. IP HELPER
    October 15th, 2019

    Who needs updated dump for Route can reach me: cisco4career(at)gmail(dot)com
    Good luck to all!

  11. Anonymous
    October 16th, 2019

    hi all good day, I’m chasing the CCNP route exam. I hope to get it before the migration. Please share with me the latest dumps for this exam in the email below. I really appreciate if you will include the VCE file for this thank you.

    remove: S P A C E and replace 0 (zero) to o (ohw)

    cj clds_cj @ yah00.c0m

  12. Shak
    December 29th, 2019

    Hi deal all,
    Question for you guys. I am preparing for CCNP Routing exam. Is that good enough if I just study this 9tut. Appreciate for your quick answer. Thaks in advance.

Comment pages
1 2 1056
  1. No trackbacks yet.