Experiment Name: PPP PAP (CHAP) authentication
Experimental Purpose: Mastering the process and configuration of PPP PAP (CHAP) authentication
Background description: You are the company's network administrator, the company in order to meet the growing business needs, the application of a dedicated line access, your customer
The client router authenticates with the ISP when it negotiates the link, configures the router to ensure that the link is established, and considers its security
Of
Requirements Analysis: Ensure security validation during link negotiation. The user name and password are transmitted in clear text when the link is negotiated.
Lab port is S 2/0)
"experimental principle"
PPP protocol is located at the data link layer of the OSI seven layer model, the PPP protocol is divided into two sub-layers according to function: LCP,
NCP. LCP is primarily responsible for chain
Road negotiation, establishment, callback, authentication, data compression, multi-link bundling and other functions.
NCP is primarily responsible for negotiating with upper-level protocols to provide services for network-layer protocols.
PPP is to verify the password during the establishment of the PPP link, verify the connection by establishing
verify not by removing the link.
PPP protocol supports two authentication methods, PAP and CHAP. PAP (Password authentication protocol,
password Authentication protocol) refers to verifying that both parties complete the verification process through two handshakes, It is a method for authenticating users who are trying to log on to the point on the
dot protocol server. The authentication request is initiated by the authenticated party and contains the validated
username and password. A reply is made after validation by the verifier, either through validation or validation failure. During the authentication process, the user name and the secret
PAP Certification:
int s2/0 Enter port
ENC PPP-enabled PPP authentication
PPP pap sent-user RA password 123 port mode
Username RA Password 123 RB on configuration
PPP au PAP
This article from "12034961" blog, declined reprint!
PPP CHAP,PAP Certification