All MIBs › BIANCA-BRICK-PPP-MIB › biboPPPAuthentication
biboPPPAuthentication
Module: BIANCA-BRICK-PPP-MIB
OID (symbolic): BIANCA-BRICK-PPP-MIB::biboPPPAuthentication
OID (numeric): 1.3.6.1.4.1.272.4.3.1.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
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 and MS-CHAP.
Another way to authenticate dial-in users is by using RADIUS (remote authentication dial in user service). Users can authenticate themselves either using PAP or CHAP (excluding MS-CHAP). 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.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.272.4.3.1.1.7 snmpwalk -v2c -c public <target> BIANCA-BRICK-PPP-MIB::biboPPPAuthentication
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.272.4.3.1.1.7.1 snmpget -v2c -c public <target> BIANCA-BRICK-PPP-MIB::biboPPPAuthentication.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.272.4.3.1.1.7.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.272 | bintec | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1.272.4 | bibo | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1.272.4.3 | ppp | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1.272.4.3.1 | biboPPPTable | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1.272.4.3.1.1 | biboPPPEntry | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1.272.4.3.1.1.7 | biboPPPAuthentication | BIANCA-BRICK-PPP-MIB |