ifAutoProfileEncapType
SUPERMICRO-CFA-MIB ·
.1.3.6.1.4.1.10876.101.1.27.1.7.1.7
Object
column deprecated
r/w
Enumeration
The encapsulation type to be used over the automatic
circuit.
For FR interface, the value can be nlpid(2) (for carrying protocols
which have NLPID) or nlpidSnap(3) (for other protocols). The
default is nlpid(2) and the types of protocols supported are
inferred from the stack-layering implemented over the
interface.
For X.25 interface, the value can be nlpid(2) or nlpidSnap(3)
(where the VC can carry multiplexed protocol traffic with
each data packet containing the NLPID or SNAP header) or
cudNlpid(4) or cudNlpidSnap(5) (where the CUD specifies
the NLPID of the protocol or SNAP and the data packets do
not contain these headers - for dedicated VCs). The default
is cudNlpid(4).
For ATM interface, the default is llcSnap(6) but the
vcMultiplexed(7) encapsulation is also supported.
Context
- MIB
- SUPERMICRO-CFA-MIB
- OID
.1.3.6.1.4.1.10876.101.1.27.1.7.1.7- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- ifAutoProfileEntry
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 'SUPERMICRO-CFA-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-CFA-MIB::ifAutoProfileEncapType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-CFA-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-CFA-MIB::ifAutoProfileEncapType.<ifAutoProfileIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-CFA-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-CFA-MIB::ifAutoProfileEncapType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | nlpid |
3 | nlpidSnap |
4 | cudNlpid |
5 | cudNlpidSnap |
6 | llcSnap |
7 | vcMultiplexed |