I think they just mean more secure than PAP, so CHAP or EAP would both satisfy the requirements
Jason Maynard <[email protected]> wrote: VOL3_Lab2_Section 1.4 PPP should be authenticated using a more secure method and a password "ipexpert" The DSG showed the solution using CHAP I used EAP. Did I miss something? ####################### Example from R6 (My Config) ####################### aaa new-model aaa authentication login default none aaa authentication ppp EAP local username R9 password 0 ipexpert interface Multilink69 ip address 166.6.9.6 255.255.255.224 no peer neighbor-route encapsulation ppp ppp authentication eap EAP ppp eap password 0 ipexpert ppp eap local end ######################### Example from R6 (DSG IPExpert) ######################### username R9 password 0 ipexpert interface Multilink69 ip address 166.6.9.6 255.255.255.224 no peer neighbor-route encapsulation ppp ppp authentication chap ppp chap password 0 ipexpert end _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com UHS Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient (s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of this information is prohibited. If this was sent to you in error, please notify the sender by reply e-mail and destroy all copies of the original message. _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
