exam questions

Exam 300-101 All Questions

View all questions & answers for the 300-101 exam

Exam 300-101 topic 1 question 252 discussion

Actual exam question from Cisco's 300-101
Question #: 252
Topic #: 1
[All 300-101 Questions]

Which two commands do you need to implement on the CALLING router to support the PPPoE client? (choose Two)

  • A. peer default ip address pool
  • B. mtu
  • C. bba-group pppoe
  • D. pppoe enable group
  • E. pppoe-client dialer-pool-number
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️
Configuration at Client side (PPPoE Client):
interface Dialer 2
encapsulation ppp
ip address negotiated
ppp chap hostname TUT
ppp chap password MyPPPoE
ip mtu 1492
dialer pool 1
Then the next page: http://www.digitaltut.com/ppp-over-ethernet-pppoe-tutorial/2
Configuration at Server side (PPPoE Server)
1. First we configure a broadband aggregation (BBA) group
bba-group pppoe MyPPPoEProfile
virtual-template 1
2. Now we will create the virtual template 1 interface
interface Virtual-Template 1
ip address 10.0.0.1 255.255.255.0
peer default ip address pool PPPoE_Pool
ppp authentication chap
3. Finally link the PPPoE profile to the physical E0/0 interface, which is connected to the PPPoE client. interface Ethernet0/0 pppoe enable group MyPPPoEProfile
For the above we ca see that mtu and pppoe-client dialer-pool-number are commands to pppoe CLIENT and
, bba-group pppoe, and pppoe enable group are commands to pppoe SERVER peer default ip address pool

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...