juniPppMlPppLinkConfigAuthentication

Juniper-PPP-MIB · .1.3.6.1.4.1.4874.2.2.11.1.6.3.1.5

Object

column deprecated r/w JuniPppAuthentication
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.
              
Setting this object to none(0) will set
juniPppMlPppLinkConfigAuthenticatorVirtualRouter object to an empty 
string.
              
This object returns a none (0) value on the get operation. New object
juniPppMlPppLinkConfigAuthentication2 will reflect the configured values.
              
Setting this object along with the juniPppMlPppLinkConfigAuthentication2 
object will return an inconsistentValue error.

Context

MIB
Juniper-PPP-MIB
OID
.1.3.6.1.4.1.4874.2.2.11.1.6.3.1.5
Type
column
Access
readwrite
Status
deprecated
Default
none
Parent
juniPppMlPppLinkConfigEntry
Groups
9

Walk 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-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-PPP-MIB::juniPppMlPppLinkConfigAuthentication'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-PPP-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-PPP-MIB::juniPppMlPppLinkConfigAuthentication.<juniPppMlPppLinkConfigIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-PPP-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-PPP-MIB::juniPppMlPppLinkConfigAuthentication'

Syntax

Source
JuniPppAuthentication
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
0none
1pap
2chap
3papChap
4chapPap