Which two commands do you need to implement on the CALLING router to support the PPPoE client? (choose Two)
正解:B,E
Explanation/Reference: Explanation: 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 peer default ip address pool, bba-group pppoe, and pppoe enable group are commands to pppoe SERVER