agentSwitchIntfArpType
EdgeSwitch-ROUTING-MIB ·
.1.3.6.1.4.1.4413.1.1.2.1.12.1.5
Object
column Enumeration
The type of ARP entry.
Context
- MIB
- EdgeSwitch-ROUTING-MIB
- OID
.1.3.6.1.4.1.4413.1.1.2.1.12.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- agentSwitchIntfArpEntry
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 'EdgeSwitch-ROUTING-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EdgeSwitch-ROUTING-MIB::agentSwitchIntfArpType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EdgeSwitch-ROUTING-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EdgeSwitch-ROUTING-MIB::agentSwitchIntfArpType.<agentSwitchIntfArpIpAddress>.<agentSwitchIntfArpIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EdgeSwitch-ROUTING-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EdgeSwitch-ROUTING-MIB::agentSwitchIntfArpType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | local |
2 | gateway |
3 | static |
4 | dynamic |