WAN PAP configuration and authentication ccna 200-301 exam
 Purpose     1. Specify a unique host name for the router;     2. List the remote host name and password used when authenticating the router;     3.  Encapsulation of the PPP protocol on the WAN interface;     4.  cisco1 is the server, cisco2 is the client, the client actively sends an authentication request to the server, and the password is set to ccna   Topology     Topology         Configuration steps     1. Configure the server settings of Cisco1     Router (config) #hostname cisco1   NOTE: Configure a unique host name.     cisco1 (config) #username cisco password ccna   Note: Make a list of local usernames and passwords.     cisco1 (config) #interface serial 0   cisco1 (config-if) #ip address 192.168.12.1 255.255.255.0   cisco1 (config-if) #encapsulation ppp   Note: Start the PPP encapsulation protocol. HDLC is used for encapsulation by default.     cisco1 (config-if) #ppp authentication pap   cisco1 (config-if) #no shutdown   Note: The server is set up and the PAP authe...