hpnicfIpxIfEncapsuleType
HPN-ICF-IPX-MIB ·
.1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.8
Object
column r/w
Enumeration
This node is used to define the encapsulating form of IPX packets. 'dot2' indicates the form is 802.2, while 'dot3' means 802.3. And 'snap' indicates the form is ethernet-snap. It takes effect only on ethernet interface, and the default value is 'dot3', while 'unkown' for other types of port.
Context
- MIB
- HPN-ICF-IPX-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.15.2.34.1.2.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hpnicfIpxIfConfigEntry
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 'HPN-ICF-IPX-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-IPX-MIB::hpnicfIpxIfEncapsuleType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPN-ICF-IPX-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-IPX-MIB::hpnicfIpxIfEncapsuleType.<hpnicfIpxIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPN-ICF-IPX-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPN-ICF-IPX-MIB::hpnicfIpxIfEncapsuleType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dot2 |
2 | dot3 |
3 | ethernet-2 |
4 | snap |
5 | unkown |