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
