these periods decreases the likelihood that increased debug command processing overhead will affect system use. Lab Activity Lab Exercise: Troubleshooting a Serial Interface In this lab, the students will configure a serial interface on the London and Paris routers. Lab Activity e-Lab Activity: Troubleshooting a Serial Interface In this lab, the student will configure a serial interface on the London and Paris routers.
Content 3.2 PPP Authentication 3.2.1 PPP layered architecture PPP uses a layered architecture. A layered architecture is a logical model, design, or blueprint that aids in communication between interconnecting layers. The Open System Interconnection (OSI) model is the layered architecture used in networking. PPP provides a method for encapsulating multi-protocol datagrams over a point-to-point link, and uses the data link layer for testing the connection. Therefore PPP is made up of two sub-protocols: PPP can be configured on the following types of physical interfaces: PPP uses Link Control Protocol (LCP) to negotiate and setup control options on the WAN data link. PPP uses the Network Control Protocol (NCP) component to encapsulate and negotiate options for multiple network layer protocols. The LCP sits on top of the physical layer and is used to establish, configure, and test the data-link connection. PPP also uses LCP to automatically agree upon encapsulation format options such as: LCP will also do the following: PPP permits multiple network layer protocols to operate on the same communications link. For every network layer protocol used, a separate Network Control Protocol (NCP) is provided. For example, Internet Protocol (IP) uses the IP Control Protocol (IPCP), and Internetwork Packet Exchange (IPX) uses the Novell IPX Control Protocol (IPXCP). NCPs include functional fields containing standardized codes to indicate the network layer protocol type that PPP encapsulates. The fields of a PPP frame are as follows: Interactive Media Activity Drag and Drop: PPP Layered Architecture When the student has completed this activity, the student will understand the basic PPP layered architecture. Web Links Point-to-Point Protocol (PPP) http://www.cisco.com/univercd/cc/ td/doc/cisintwk/ito_doc/ppp.htm
Content 3.2 PPP Authentication 3.2.2 Establishing a PPP session PPP session establishment progresses through three phases. These phases are link establishment, authentication, and the network layer protocol phase. LCP frames are used to accomplish the work of each of the LCP phases. The following three classes of LCP frames are used in a PPP session: The three PPP session establishment phases are: The PPP link remains configured for communications until LCP or NCP frames close the link or until an inactivity timer expires or a user intervenes. Interactive Media Activity Drag and Drop: Establishing a PPP Session When the student has completed this activity, the student will know the three steps in establishing a PPP Session. Lab Activity e-Lab Activity: show interfaces In this activity, the student will demonstrate how