tmnxPppoeSessionPppAuthProtocol
TIMETRA-PPPOE-MIB ·
.1.3.6.1.4.1.6527.3.1.2.49.1.8.1.7
Object
column obsolete
Enumeration
The value of tmnxPppoeSessionPppAuthProtocol indicates the PPP
protocol used to authenticate the PPPoE session.
The value 'none' indicates that no PPP authentication was done. The
value 'pap' indicates that authentication was done via the Password
Authentication Protocol. The value 'chap' indicates that
authentication was done via the Challenge-Handshake Authentication
Protocol.
Context
- MIB
- TIMETRA-PPPOE-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.49.1.8.1.7- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- tmnxPppoeSessionEntry
- 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 'TIMETRA-PPPOE-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-PPPOE-MIB::tmnxPppoeSessionPppAuthProtocol'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-PPPOE-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-PPPOE-MIB::tmnxPppoeSessionPppAuthProtocol.<svcId>.<sapPortId>.<sapEncapValue>.<tmnxPppoeSessionMac>.<tmnxPppoeSessionId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-PPPOE-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-PPPOE-MIB::tmnxPppoeSessionPppAuthProtocol'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | pap |
3 | chap |