PPPoE Questions
Question 1
Explanation
PPPoE provides a standard method of employing the authentication methods of the Point-to-Point Protocol (PPP) over an Ethernet network. When used by ISPs, PPPoE allows authenticated assignment of IP addresses. In this type of implementation, the PPPoE client and server are interconnected by Layer 2 bridging protocols running over a DSL or other broadband connection.
PPPoE is composed of two main phases:
+ Active Discovery Phase: In this phase, the PPPoE client locates a PPPoE server, called an access concentrator. During this phase, a Session ID is assigned and the PPPoE layer is established.
+ PPP Session Phase: In this phase, PPP options are negotiated and authentication is performed. Once the link setup is completed, PPPoE functions as a Layer 2 encapsulation method, allowing data to be transferred over the PPP link within PPPoE headers.
Reference: http://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/vpn/asa-vpn-cli/vpn-pppoe.html
Question 2
Explanation
PPP Session Phase: In this phase, PPP options are negotiated and authentication is performed. Once the link setup is completed, PPPoE functions as a Layer 2 encapsulation method, allowing data to be transferred over the PPP link within PPPoE headers.
Reference: http://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/vpn/asa-vpn-cli/vpn-pppoe.html
Question 3
Explanation
The “dialer persistent” command (under interface configuration mode) allows a dial-on-demand routing (DDR) dialer profile connection to be brought up without being triggered by interesting traffic. When configured, the dialer persistent command starts a timer when the dialer interface starts up and starts the connection when the timer expires. If interesting traffic arrives before the timer expires, the connection is still brought up and set as persistent. An example of configuring is shown below:
interface Dialer1 ip address 12.12.12.1 255.255.255.0 encapsulation ppp dialer-pool 1 dialer persistent |
Question 4
Explanation
The “vpdn enable” command is used to enable virtual private dialup networking (VPDN) on the router and inform the router to look for tunnel definitions in a local database and on a remote authorization server (home gateway). The following steps include: configure the VPDN group; configure the virtual-template; create the IP pools.
Question 5
Explanation
There are three authentication methods that can be used to authenticate a PPPoE connection:
+ CHAP – Challenge Handshake Authentication Protocol
+ MS-CHAP – Microsoft Challenge Handshake Authentication Protocol Version 1 & 2
+ PAP – Password Authentication Protocol
In which MS-CHAP & CHAP are two encrypted authentication protocol while PAP is unencrypted authentication protocol.
Note: PAP authentication involves a two-way handshake where the username and password are sent across the link in clear text; hence, PAP authentication does not provide any protection against playback and line sniffing.
With CHAP, the server (authenticator) sends a challenge to the remote access client. The client uses a hash algorithm (also known as a hash function) to compute a Message Digest-5 (MD5) hash result based on the challenge and a hash result computed from the user’s password. The client sends the MD5 hash result to the server. The server, which also has access to the hash result of the user’s password, performs the same calculation using the hash algorithm and compares the result to the one sent by the client. If the results match, the credentials of the remote access client are considered authentic. A hash algorithm provides one-way encryption, which means that calculating the hash result for a data block is easy, but determining the original data block from the hash result is mathematically infeasible.
Question 6
Explanation
A PPPoE session is initiated by the PPPoE client. If the session has a timeout or is disconnected, the PPPoE client will immediately attempt to reestablish the session. The following four steps describe the exchange of packets that occurs when a PPPoE client initiates a PPPoE session:
1. The client broadcasts a PPPoE Active Discovery Initiation (PADI) packet.
2. When the access concentrator receives a PADI that it can serve, it replies by sending a PPPoE Active Discovery Offer (PADO) packet to the client.
3. Because the PADI was broadcast, the host may receive more than one PADO packet. The host looks through the PADO packets it receives and chooses one. The choice can be based on the access concentrator name or on the services offered. The host then sends a single PPPoE Active Discovery Request (PADR) packet to the access concentrator that it has chosen.
4. The access concentrator responds to the PADR by sending a PPPoE Active Discovery Session-confirmation (PADS) packet. At this point a virtual access interface is created that will then negotiate PPP, and the PPPoE session will run on this virtual access.
If a client does not receive a PADO for a preceding PADI, the client sends out a PADI at predetermined intervals. That interval is doubled for every successive PADI that does not evoke a response, until the interval reaches a configured maximum.
If PPP negotiation fails or the PPP line protocol is brought down for any reason, the PPPoE session and the virtual access will be brought down. When the PPPoE session is brought down, the client waits for a predetermined number of seconds before trying again to establish a PPPoE.
Reference: http://www.cs.vsb.cz/grygarek/TPS/DSL/pppoe_client.pdf
Question 7
Question 8
Question 9
Explanation
The picture below shows all configuration needed for PPPoE:
As we can see from the PPPoE Client configuration, to get the IP address assigned from the PPPoE server the command “ip address negotiated” should be used. For more information about PPPoE configuration please read our PPPoE tutorial.
Question 10
Explanation
According to this link: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/bbdsl/configuration/xe-3s/bba-pppoe-client.html
The PPPoE client does not support the following:
+ More than ten clients per customer premises equipment (CPE)-> This means a CPE can support up to 10 clients so answer A is correct.
+ Coexistence of the PPPoE client and server on the same device -> answer C is not correct
In the above link there is a topology shows “DMVPN Access to Multiple Hosts from the Same PPPoE Client” -> Answer B is correct.
Question 11
Question 12
“please get the new cert guide for CCNP route 300-101” – Anon
It’s rather useless, but will cover the basics. It does not go into enough detail on several topics and topics flat out are not in this “official” cert guilde.
I failed by an even smaller margin and am pissed at the amount of material left out of the OCG, third party cert guides, CBT nuggets, etc. I’m feeling much better with reading articles and white papers that I find in the Cisco Learning Network or elsewhere.
Passed 9xx, really easy the new dumps from IT-Libraries are valid.
My advice go over the study guides from IT-Libraries, practice the labs from here and in the meantime look for the dumps on this forum, there is a good changes that someone will share for free.
Please can you send IT-libraries dump at hocnav @ yahoo.com for 300-101
Dont trust those who post IT-Libraries. These guys are marketing people
Hi everyone, I have the valid dump with me and I’m wiling to share. Please contact me via durshen81 @ gmail .com
he is will to share if you pay him frist, no thanks
Hi guys, I’m having the valid dump with me and I’m wiling to share. Please contact me via durshen81 @ gmail .com
Hi durshen, I will appreciatethe dump info to dalip88 @ gmail .com. Thanks a lot
Q7
Refer to the exhibit.
interface Ethernet 0
pppoe-client dial-pool-number 5
pppoe-client ppp-max-payload 1500
interface Dialer 1
ip address negotiated
dialer pool 5
mtu 1492
isn’t this configuration missing the following commands:
*encapsulation ppp (on Dialer 1)
*pppoe enable (on Ethernet 0)
anyone?
Can anyone provide an explanation for Q7?
Q10: Answer is B,C
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/bbdsl/configuration/xe-3s/bba-xe-3s-book/bba-pppoe-client-xe.pdf
Restrictions for PPP over Ethernet Client
The PPPoE client does not support the following:
• More than ten clients per customer premises equipment (CPE)
• Quality of service (QoS) transmission with queueing on the dialer interface
• Dial-on-demand
• Easy VPN
• Native IPv6
• PPPoE client over ATM permanent virtual circuit (PVC)
• Coexistence of the PPPoE client and server on the same device
• Multilink PPP (MLP) on dialer interfaces
• Nonstop forwarding (NSF) with stateful switchover (SSO)
@CCNP_ROUTE
as you wrote in your link
The PPPoE client does NOT support the following:
– More than ten clients per customer premises equipment (CPE) (so 8 client are permitted)
..
– PPPoE client over ATM permanent virtual circuit (PVC) [Not supported]
– Coexistence of the PPPoE client and server on the same device [ Not supported]
correct answer: AB
Q10
Is there a wording issue ? The explanation says “A” is correct. Is it or isn’t it ? And if it is, why isn’t it the answer ?
What configurations does PPPoE allow? (Choose two)
A. Client can be installed on the same network devices as server
B. 8 clients can be configured on 1 CPE
C. Clients can connect to multiple hosts over DMVPN
D. Client connecting over ATM PVC
E. Client installed on native IPv6 network
Answer: B C
Explanation
According to this link: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/bbdsl/configuration/xe-3s/bba-pppoe-client.html
The PPPoE client does not support the following:
+ More than ten clients per customer premises equipment (CPE)-> This means a CPE can support up to 10 clients so answer A is correct.
+ Coexistence of the PPPoE client and server on the same device -> answer C is not correct
In the above link there is a topology shows “DMVPN Access to Multiple Hosts from the Same PPPoE Client” -> Answer B is correct.
Latest update 100% valid CCNP Exam questions
dumps
pro
dot
com
please send dumps to gvsanthoshkumar1 @ gmail com
The official certification guide for 300-101 doesn’t mention a word about PPPoE (only in glossary). How it can be that 12 questions exist for this topic? Is it sure that such questions are part of the current examination and not the remaining from the previous exam on 642-902?
Hello, I am having issues with converting vce to pdf and opening vce overall. Is it possible someone can provide me with valid dumps? Planning to take the exam this month since CCNA is expiring this September – roman3 @ abv dot bg – Thank you in advance.
http: //t.cn /RDV CyvH
Share a useful link, the content inside is true and effective.
Hi can someone please send me the dumps to ross (at) stamfordmathtutor (dot) com for CCNP 300-101 exam.
“IP address negotiated” got me!!!!
can you please share the dumps, send them to waltbla23 @ gmail com
thanks!
I purchased 300-101, the information inside is true and effective. Before the exam, the question bank will be updated to take the initiative to communicate with me. The attitude is very good. Any questions will be answered in time, and the information is comprehensive. There is no subject. I passed the exam and shared it with you. I hope it will help you too.
h tt p://t .cn/RDug3fQ
W ww.cci
edumps.xyz?utm_source=bbs&utm_medium=bbs
I just passed the CCIE exam last week. I bought the topic here. The topic is true and effective. I have practiced most of the exam questions, but you have to remember the answer. You can’t just remember it. The options, I have encountered several questions in it, the options for the correct answer have been changed.
Hi can someone please send me the dumps to run_2it(at) ya ho o (dot) com for CCNP 300-101 exam.
I’m confused by the dial-on-demand feature.
In this document it’s stated dial-on-demand isn’t supported by the client: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/bbdsl/configuration/xe-3s/bba-xe-3s-book/bba-pppoe-client-xe.pdf
Yet, DDR, dial on demand router profile and dialer persistant options are clearly used.
So what gives?
Jav
Very good observation. Indeed encapsulation ppp is missing for interface dialer configuration
BUT in A,B,C,D is nothing related to “encapsulation ppp” missing.
Related to is not needed to be specified because after command pppoe-client dial-pool-number 5 is generated automaticaly
Saina
Are two terms dial-ond-demand and dial-on-demand routing. Dial-on-demand refer to capability to dialer interface to “dial” in case of interesting traffic.<dial persistent? command allow an time interval for interface dialer to be up, even no interesting traffic passing through
"Dial-on-Demand routing" is referred to feature when RIB use interface dialer (a logical one, by definition) to route IP packets. You can use and see interface dialer used as outgoing interface
Q10
What configurations does PPPoE allow? (Choose two)
A. Client can be installed on the same network devices as server
B. 8 clients can be configured on 1 CPE
C. Clients can connect to multiple hosts over DMVPN
D. Client connecting over ATM PVC
E. Client installed on native IPv6 network
B is true, but second one is D.
According to this https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/bbdsl/configuration/xe-16-7/bba-xe-16-7-book/bba-ppoe-atm-xe.pdf
•
PPPoE is not supported on any other LAN interfaces such as FDDI and Token Ring.
•
Bridging is supported on the ATM permanent virtual connections (PVCs) running
Can I get Latest CCNP Route 300-101 Dumps.
i will take root exam 300-101 after 2 weeks. Can anyone share valid dumps pls. {email not allowed}
From where I can get the questions?
Can you please share the dumps, send them to extreme_z3r0 @ hotmail com . Thanks.
Candidates who want to share dump, please email me: cisco4career@ gmail . com
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
i couldn’t found the answer for this question, can any one find the correct answer?
which feature can automatically assign ip addresses in a pppoe environment?
ppp
That is you edge over others your market market which have no choices.
Speaking to friends often helps a lot while buying; especially
chatting with the ones who hawve obtained a trailer before. https://buycalm.com/forum/index.php?action=profile;u=18086
Thank you for the auspicious writeup. It in fact was
a amusement account it. Look advanced to more added agreeable
from you! However, how could we communicate?
ease anyone who have guide and study materials for CCNP Enterprise Infrastructure should urgently help me send to Zaralamiibrahim @ g mail dot com. Thanks as you help
Ukraine
Med
coin
Ukraine