juniPppProfileLcpAuthentication
Juniper-PPP-PROFILE-MIB ·
.1.3.6.1.4.1.4874.2.2.45.1.1.1.1.5
Object
Specifies the type(s) of authentication, if any, to be negotiated with
the peer:
none No authentication is negotiated.
pap PAP negotiation only.
chap CHAP negotiation only.
papChap PAP negotiation is attempted first; if fails, attempt CHAP.
chapPap CHAP negotiation is attempted first; if fails, attempt PAP.
Setting this object to none will set the
juniPppProfileAuthenticatorVirtualRouter object to an empty string.
This object returns a none value on the get operation. New object
juniPppProfileLcpAuthentication2 will reflect the configured values.
Setting this object along with the juniPppProfileLcpAuthentication2
object will return an inconsistentValue error.
Context
- MIB
- Juniper-PPP-PROFILE-MIB
- OID
.1.3.6.1.4.1.4874.2.2.45.1.1.1.1.5- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- juniPppProfileEntry
- Groups
- 12
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'Juniper-PPP-PROFILE-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-PPP-PROFILE-MIB::juniPppProfileLcpAuthentication'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-PPP-PROFILE-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-PPP-PROFILE-MIB::juniPppProfileLcpAuthentication.<juniPppProfileId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-PPP-PROFILE-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-PPP-PROFILE-MIB::juniPppProfileLcpAuthentication'
Syntax
- Source
- Juniper-PPP-MIBJuniPppAuthentication
- Base type
Enumeration
Type Description
Specifies the type(s) of PPP authentication used, if any: none No authentication is negotiated. pap PAP negotiation only. chap CHAP negotiation only. papChap PAP negotiation is attempted first; if fails, attempt CHAP. chapPap CHAP negotiation is attempted first; if fails, attempt PAP.
Values & Constraints
Type Values
0 | none |
1 | pap |
2 | chap |
3 | papChap |
4 | chapPap |