juniPppLinkConfigAuthentication

Juniper-PPP-MIB · .1.3.6.1.4.1.4874.2.2.11.1.1.2.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 PPP 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
juniPppLinkConfigAuthenticatorVirtualRouter object to an empty string.
              
This object returns a null(0) value on the get operation. New object
juniPppLinkConfigAuthentication2 will reflect the configured values.
              
Setting this object along with the juniPppLinkConfigAuthentication2 object
will return an inconsistentValue error.

Context

MIB
Juniper-PPP-MIB
OID
.1.3.6.1.4.1.4874.2.2.11.1.1.2.1.5
Type
column
Access
readwrite
Status
deprecated
Default
none
Parent
juniPppLinkConfigEntry
Groups
7

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::juniPppLinkConfigAuthentication'
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::juniPppLinkConfigAuthentication.<juniPppLinkConfigIfIndex>'
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::juniPppLinkConfigAuthentication'

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