biboPPPAuthentication
OBJECT-TYPE
1.3.6.1.4.1.272.4.3.1.1.7
Description
The type of authentication used on the point-to-point link as described in RFC 1334. The authentication protocol supports pap(2) (Password Authentication Protocol), chap(3) (Challenge Handshake Authentication Protocol), or both(4). When set to both(4), the link must be successfully authenticated by either CHAP or PAP. The type ms-chap(6) and ms-chapv2(8) are Microsofts proprietary CHAP authentication procedures (using MD4 and DES encryption instead of MD5 encryption algorithm), all(7) includes PAP, CHAP adn MS-CHAP Version 1 and 2. Another way to authenticate dial-in users is by using RADIUS (remote authentication dial in user service). Users can authenticate themselves either using PAP, CHAP or MS-CHAP Version 1 and 2. In general the system creates PPP interfaces with this authentication itself, but it's also possible to take advance of the RADIUS dial-in services with pre-configured interfaces. See biboAdmRadiusServer for further details.
Syntax
INTEGER { none(1), pap(2), chap(3), both(4), radius(5), ms-chap(6), all(7), ms-chapv2(8) }