juniPppLinkStatusLocalAuthentication
Juniper-PPP-MIB ·
.1.3.6.1.4.1.4874.2.2.11.1.1.1.1.10
Object
column JuniPppAuthentication2
Authentication protocol negotiated for the local side.
Context
- MIB
- Juniper-PPP-MIB
- OID
.1.3.6.1.4.1.4874.2.2.11.1.1.1.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- juniPppLinkStatusEntry
- Groups
- 7
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-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-PPP-MIB::juniPppLinkStatusLocalAuthentication'
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::juniPppLinkStatusLocalAuthentication.<ifIndex>'
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::juniPppLinkStatusLocalAuthentication'
Syntax
- Source
- JuniPppAuthentication2
- Base type
Enumeration
Type Description
Specifies the type(s) of PPP authentication used, if any: none No authentication is negotiated. pap PAP negotiation. chap CHAP negotiation. eap EAP negotiation.
Values & Constraints
Type Values
0 | none |
1 | pap |
2 | chap |
3 | eap |