jnxPppMlPppLinkConfigAuthentication
JNX-PPP-MIB ·
.1.3.6.1.4.1.2636.3.68.1.1.6.3.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 MLPPP interface,
then any attempt to explicitely set this object will result in a
notWritable error and it will be implicitily set to the DEFVAL on
row creation.
This object returns a none (0) value on the get operation.
New object jnxPppMlPppLinkConfigAuthentication2 will reflect the configured
values. Setting this object along with the jnxPppMlPppLinkConfigAuthentication2
object will return an inconsistentValue error.
Context
- MIB
- JNX-PPP-MIB
- OID
.1.3.6.1.4.1.2636.3.68.1.1.6.3.1.5- Type
- column
- Access
- readonly
- Status
- deprecated
- Parent
- jnxPppMlPppLinkConfigEntry
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::jnxPppMlPppLinkConfigAuthentication'
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::jnxPppMlPppLinkConfigAuthentication.<jnxPppMlPppLinkConfigIfIndex>'
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::jnxPppMlPppLinkConfigAuthentication'
Syntax
- Source
- JnxPppAuthentication
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | pap |
2 | chap |
3 | papChap |
4 | chapPap |