Which set of commands configures a PPPoE interface and pushes http ://www.isp1home.com as a
URL to the user’s PC?
A.
interface fastethernet 3/1
pppoe url http://www.isp1home.com
pppoe subinterface fastethernet 3/1.100
encapsulation ppp
ppp auth chap
profile ip-info
B.
interface fastethernet 3/1
pppoe
url http://www.isp1home.com
pppoeinterface fastethernet 3/1.100
encapsulation ppp
ppp auth chap
profile ip-info
C.
interface fastethernet 3/1
pppoe
pppoe subinterface fastethernet 3/1.100
url http://www.isp1home.com
encapsulation ppp
ppp auth chap
profile ip-info
D.
interface fastethernet 3/1
pppoe
pppoe subinterface fastethernet 3/1.100
pppoe url http://www.isp1home.com
encapsulation ppp
ppp auth chap
profile ip-info