Pass4sure is a small export company .This firm has an existing enterprise network that is made up exclusively of routers that are using EIGRP as the IGP. Its network is up and operating normally. As part of its network expansion, Pass4sure has decided to connect to the internet by a broadband cable ISP. Your task is to enable this connection by use of the information below.
Connection Encapsulation: PPP
Connection Type: PPPoE client
Connection Authentication: None
Connection MTU: 1492 bytes
Address: Dynamically assigned by the ISP
Outbound Interface: E0/0
You will know that the connection has been successfully enabled when you can ping the simulated Internet address of 172.16.1.1
Note: Routing to the ISP: Manually configured default route
Solutions:
P4S-R(config)#int e0/0 The test ip address given in the scenario: P4S-R# ping 172.16.1.1 |
That is all, hope to helpful for you. Best Luck for ur ISCW 642-825 Exam.
If you need the complete pass4sure test questions for 642-825 Exam, you can visit Latest Pass4sure 642-825,maye it helpful for ur exam!
how about the second aauthentication lab
withouting NAT configured you can ping that IP successfully??
many friends here could only got 75% points of PPPoE, not sure if they missed something..
Someone provide the solution 2 is below:
P4S-R(config)#int e0/0
P4S-R(config-if)#pppoe enable
P4S-R(config-if)#pppoe-client dial-pool-number 1
P4S-R(config-if)#no sh
P4S-R(config-if)#exit
P4S-R(config)#vpdn enable
P4S-R(config)#vpdn-group 1
P4S-R(config-vpdn)#request-dialin
P4S-R(config-vpdn-req-in)#protocol pppo
P4S-R(config-vpdn-req-in)#exit
P4S-R(config-vpdn)#exit
P4S-R(config)#dialer-list 1 protocol ip permit
P4S-R(config)#int dialer 1
P4S-R(config-if)#encapsulation ppp
P4S-R(config-if)#ip address negotiated
P4S-R(config-if)#dialer pool 1
P4S-R(config-if)#dialer-group 1
P4S-R(config-if)#ip mtu 1492
P4S-R(config-if)#exit
P4S-R#copy run start
The test ip address given in the scenario:
P4S-R# ping 172.16.1.1
!!!!! <—– if ping successful, you have completed this lab!