PppIosAuthType¶
-
class
ydk.models.cisco_ios_xe.Cisco_IOS_XE_ppp_oper.PppIosAuthType¶ PppIosAuthType (Enum Class)
Authentication type for the PPP session
-
ppp_ios_auth_none = 0 No authentication.
-
ppp_ios_auth_chap = 1 Challenge Handshake Authentication (CHAP).
-
ppp_ios_auth_pap = 2 Password Authentication Protocol (PAP).
-
ppp_ios_auth_mschap = 3 Microsoft CHAP (MS CHAP).
-
ppp_ios_auth_mschap_v2 = 4 Microsoft CHAP, Version 2 (MS CHAP V2).
-
ppp_ios_auth_eap = 5 Extensible Authentication Protocol (EAP).
-