eltArpInterfaceArpLocalProxy
ELTEX-ARP-INTERFACE-TABLE-MIB ·
.1.3.6.1.4.1.35265.1.23.91.3.1.1.1
Object
column r/w
Enumeration
When Local ARP Proxy is enabled, the router can respond to ARP requests for nodes located on a same sub-net, provided they are it its network table. The router responds with its own MAC address. When ARP Proxy is disabled, the router responds only to ARP requests for its own IP addresses.
Context
- MIB
- ELTEX-ARP-INTERFACE-TABLE-MIB
- OID
.1.3.6.1.4.1.35265.1.23.91.3.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- eltArpInterfaceEntry
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 'ELTEX-ARP-INTERFACE-TABLE-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-ARP-INTERFACE-TABLE-MIB::eltArpInterfaceArpLocalProxy'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELTEX-ARP-INTERFACE-TABLE-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-ARP-INTERFACE-TABLE-MIB::eltArpInterfaceArpLocalProxy.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-ARP-INTERFACE-TABLE-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-ARP-INTERFACE-TABLE-MIB::eltArpInterfaceArpLocalProxy'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |