jnxPppLinkConfigAuthentication
JNX-PPP-MIB ·
.1.3.6.1.4.1.2636.3.68.1.1.1.2.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.
If authentication negotiation is not supported for this PPP interface,
then any attempt to explicitely set this object if READ-CREATE maximum
access is supported will result in a notWritable error and it will be
implicitily set to the DEFVAL on row creation. Setting this object to
none(0) will set jnxPppLinkConfigAuthenticatorRouting Instance object
to an empty string.
This object returns a null(0) value on the get operation. New object
jnxPppLinkConfigAuthentication2 will reflect the configured values. Setting
this object along with the jnxPppLinkConfigAuthentication2 object will return
an inconsistentValue error.
Context
- MIB
- JNX-PPP-MIB
- OID
.1.3.6.1.4.1.2636.3.68.1.1.1.2.1.5- Type
- column
- Access
- readonly
- Status
- deprecated
- Parent
- jnxPppLinkConfigEntry
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 'JNX-PPP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JNX-PPP-MIB::jnxPppLinkConfigAuthentication'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JNX-PPP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JNX-PPP-MIB::jnxPppLinkConfigAuthentication.<jnxPppLinkConfigIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JNX-PPP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JNX-PPP-MIB::jnxPppLinkConfigAuthentication'
Syntax
- Source
- JnxPppAuthentication
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | pap |
2 | chap |
3 | papChap |
4 | chapPap |