Task Summary
Configure PPP on RouterA s0/0/0Show Details
Add the username and password to RouterAShow Details
Configure PPP on RouterB s0/0/1Show Details
Add the username and password to RouterBShow Details
Save the changesShow Details
Explanation
In this lab, your task is to complete the following:
Configure both serial links to use PPP encapsulation.
On RouterA, configure a username for RouterB using the passwordcisco.
On RouterB, configure a username for RouterA using the passwordcisco.
Save your changes on both routers.
Complete this lab as follows:
1. SelectRouterA.
2. PressEnter.
3. At the prompt,enter:
RouterA>enable
RouterA#config t
RouterA(config)#interface s0/0/0
RouterA(config-if)#encapsulation ppp
RouterA(config-if)#exit
RouterA(config)#username RouterB password cisco
4. Press