pppIfFrameType
ZHONE-COM-PPP-MIB ·
.1.3.6.1.4.1.5504.4.5.1.1.5
Object
column r/w
Enumeration
The type of framing used if the link type is ATM or Frame
Relay.
If link type is atm, pppIfFrameType must be atmLLC or atmVc.
If link type is frameRelay, pppIfFrameType must be frameRelay.
If link type is any other value, pppIfFrameType must be none.
Currently, only atmLLC and atmVC are supported.
Context
- MIB
- ZHONE-COM-PPP-MIB
- OID
.1.3.6.1.4.1.5504.4.5.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pppInterfaceEntry
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 'ZHONE-COM-PPP-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-PPP-MIB::pppIfFrameType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-COM-PPP-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-PPP-MIB::pppIfFrameType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-COM-PPP-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-COM-PPP-MIB::pppIfFrameType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | frameRelay |
3 | atmLLC |
4 | atmVc |