sprotoArpTranslate
CTATX-MIB ·
.1.3.6.1.4.1.97.3.17.1.1.7
Object
column mandatory
r/w
Enumeration
These options are intended to compensate for any like-
ly implementation of internet ARP on 802.5 token ring.
If set to bitswap1(2), then embedded MAC addresses for
ARP packets with hardwareType 1 (Ethernet) will be
bitswapped. If bitswap6(3) then embedded MAC addresses
for ARP packets with hardware type 6 (IEEE 802) will be
bitswapped. If bitswap61(4) then both type-1 and type-6
ARP packets will be bitswapped. If oneto6(5), then in-
coming type-6 ARP packets will be changed to type-1 and
outgoing type-1 ARP packets will be changed to type-6,
both without bitswapping. If oneto6swap(6), then incom-
ing type-6 ARP packets will be converted to type-1 and
outgoing type-1 to type-6, with embedded addresses
bitswapped.
This option only applies to token ring ports. The fac-
tory default for all ports is none(1).
Context
- MIB
- CTATX-MIB
- OID
.1.3.6.1.4.1.97.3.17.1.1.7- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- sprotoEntry
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 'CTATX-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTATX-MIB::sprotoArpTranslate'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTATX-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTATX-MIB::sprotoArpTranslate.<sprotoIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTATX-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTATX-MIB::sprotoArpTranslate'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | bitswap1 |
3 | bitswap6 |
4 | bitswap61 |
5 | oneto6 |
6 | oneto6swap |