adGenArpType
ADTRAN-ARP-MIB ·
.1.3.6.1.4.1.664.5.67.1.30.1.1.7
Object
column Enumeration
Describes the current state of the arp entry other --currently undefined invalid --entry is about to be deleted dynamic --entry was discovered by ARP - no state information present static, --entry was entered by user or defined on an interface proxy, --entry is being proxied by the ARP host reachable, --entry was discovered by ARP recently (half the timeout period) stale, --entry was discovered by ARP and mac address has been used to send data, though the MAC is under review b/c of unresponsiveness to ARP requests incomplete --entry is awaiting discovery by ARP (no valid mac address)
Context
- MIB
- ADTRAN-ARP-MIB
- OID
.1.3.6.1.4.1.664.5.67.1.30.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenArpEntry
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 'ADTRAN-ARP-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-ARP-MIB::adGenArpType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-ARP-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-ARP-MIB::adGenArpType.<adGenSlotInfoIndex>.<adGenArpIpAddress>.<adGenArpOuterVlan>.<adGenArpInnerVlan>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-ARP-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-ARP-MIB::adGenArpType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | invalid |
3 | dynamic |
4 | static |
5 | proxy |
6 | reachable |
7 | stale |
8 | incomplete |