AUTHENTYPEDescribes type of authentication used by NAS. See Authentication 
        Methods for more details. 
      enum AUTHENTYPE {
	AT_UNKNOWN = 0,
	AT_ASCII = 1,
	AT_PAP = 2,
	AT_CHAP = 3,
	AT_ARAP = 4,
	AT_MSCHAP = 5,
	AT_MSCHAPv2 = 6,
	AT_EAP = 7,
	AT_EAPMD5 = 8,
	AT_EAPOTP = 9,
	AT_EAPGTC = 10,
	AT_EAPTLS = 11,
	AT_LEAP = 12,
	AT_PEAP = 13};
      Values
       
        - AT_UNKNOWN
 
        - Unknown.
 
        - AT_ASCII
 
        - ASCII (clear text) [used by TACACS+ only].
 
        - AT_PAP
 
        - PAP (PPP authentication protocol).
 
        - AT_CHAP
 
        - CHAP (Challenge-Response authentication protocol).
 
        - AT_ARAP
 
        - ARAP (AppleTalk authentication protocol).
 
        - AT_MSCHAP
 
        - MS-CHAP (Microsoft Challenge-Response authentication protocol).
 
        - AT_MSCHAPv2
 
        - MS-CHAPv2 (Microsoft Challenge-Response authentication protocol version 
          2) [used by RADIUS only].
 
        - AT_EAP
 
        - EAP (Extended authentication protocol) [used by RADIUS only].
 
        - AT_EAPMD5
 
        - EAP MD5 (Extended authentication protocol, MD5 challenge-response) 
          [used by RADIUS only].
 
        - AT_EAPOTP
 
        - EAP OTP (Extended authentication protocol, One Time Passwords) [used 
          by RADIUS only].
 
        - AT_EAPGTC
 
        - EAP GTC (Extended authentication protocol, Generic Token Cards) [used 
          by RADIUS only].
 
        - AT_EAPTLS
 
        - EAP TLS (Extended authentication protocol, Transport Layer Security) 
          [used by RADIUS only].
 
        - AT_LEAP
 
        - LEAP (Cisco Lightweight extended authentication protocol) [used by 
          RADIUS only].
 
        - AT_PEAP
 
        - PEAP (Protected extended authentication protocol) [used by RADIUS 
          only].
 
       
      	
 
      © 2001-2003 XPerience Technologies. www.xperiencetech.com 
      
 |