arpType
GBNL3If-MIB ·
.1.3.6.1.4.1.13464.1.2.5.1.3.1.1.7
Object
column r/w
Enumeration
??ARP????????͡?
Context
- MIB
- GBNL3If-MIB
- OID
.1.3.6.1.4.1.13464.1.2.5.1.3.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- arpEntry
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 'GBNL3If-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GBNL3If-MIB::arpType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'GBNL3If-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GBNL3If-MIB::arpType.<arpIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GBNL3If-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GBNL3If-MIB::arpType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | invalid |
3 | dynamic |
4 | static |