Networking::ARP

Introduced : BIG-IP_v9.0
The ARP interface enables you to work with the ARP table and entries. In 11.0.0, the ARP/NDP entries were changed to use an independent name as an entry identifier. Thus the following methods were deprecated: get_static_entry add_static_entry delete_static_entry replaced by another set of methods: get_static_entry_list create_static_entry set_static_entry_address get_static_entry_address set_static_entry_mac_address get_static_entry_mac_address delete_static_entry_v2

Methods

Method Description Introduced
add_static_entry Creates/adds the specified static ARP/NDP entries to the ARP/NDP table. BIG-IP_v9.0
create_static_entry Creates a set of static ARP/NDP entries in the ARP/NDP table. BIG-IP_v11.0.0
delete_all_dynamic_arps Deletes all dynamic ARP entries from the ARP table. BIG-IP_v9.0
delete_all_dynamic_ndps Deletes all dynamic NDP entries from the NDP table. BIG-IP_v9.0
delete_all_static_entries Deletes all static ARP/NDP entries from the ARP/NDP table. BIG-IP_v9.0
delete_static_entry Deletes the specified static ARP/NDP entries from the ARP/NDP table. BIG-IP_v9.0
delete_static_entry_v2 Deletes the specified static ARP/NDP entries from the ARP/NDP table. BIG-IP_v11.0.0
get_dynamic_arp Gets the dynamic ARP statistics for the specified ARP addresses. BIG-IP_v9.0
get_dynamic_ndp Gets the dynamic NDP statistics for the specified NDP addresses. BIG-IP_v9.0
get_static_entry Gets a list of all static ARP/NDP entries. BIG-IP_v9.0
get_static_entry_address Gets the IP addresses for a set of static ARP/NDP entries. Note: A set_static_entry_address method is not supported. BIG-IP_v11.0.0
get_static_entry_description Gets the description for a set of static ARP/NDP entries. BIG-IP_v11.0.0
get_static_entry_list Gets a list of all static ARP/NDP entries. BIG-IP_v11.0.0
get_static_entry_mac_address Gets the MAC addresses for a set of static ARP/NDP entries. BIG-IP_v11.0.0
get_version Gets the version information for this interface. BIG-IP_v9.0
set_static_entry_description Sets the description for a set of static ARP/NDP entries. This is an arbitrary field which can be used for any purpose. BIG-IP_v11.0.0
set_static_entry_mac_address Sets the MAC addresses for a set of static ARP/NDP entries. BIG-IP_v11.0.0

Structures

Structure

Description

ARPEntry

A struct that describes an dynamic ARP entry/statistics.

ARPStatistics

A struct that describes ARP statistics and timestamp.

NDPEntry

A struct that describes an dynamic NDP entry/statistics.

NDPStatistics

A struct that describes NDP statistics and timestamp.

StaticEntry

A struct that describes an ARP or NDP entry.


Enumerations

Enumeration Description
NDPState A list of NDP (Neighbor Discovery Protocol) states.

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
ARPEntrySequence ARPEntry [] A sequence of ARP table entries.
NDPEntrySequence NDPEntry [] A sequence of NDP entries.
NDPStateSequence NDPState [] A sequence of NDP states.
StaticEntrySequence StaticEntry [] A sequence of static ARP/NDP entries.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.