NDP_STATE_INCOMPLETENDP_STATE_REACHABLENDP_STATE_STALENDP_STATE_DELAYNDP_STATE_PROBENDP_STATE_PERMANENT
Gets a list of all static ARP/NDP entries.
Creates/adds the specified static ARP/NDP entries to the ARP/NDP table.
Deletes the specified static ARP/NDP entries from the ARP/NDP table.
Gets a list of all static ARP/NDP entries.
Creates a set of static ARP/NDP entries in the ARP/NDP table.
Gets the IP addresses for a set of static ARP/NDP entries.
Note: A set_static_entry_address method is not supported.
Sets the MAC addresses for a set of static ARP/NDP entries.
Gets the MAC addresses for a set of static ARP/NDP entries.
Sets the description for a set of static ARP/NDP entries. This is
an arbitrary field which can be used for any purpose.
Gets the description for a set of static ARP/NDP entries.
Deletes the specified static ARP/NDP entries from the ARP/NDP table.
Deletes all static ARP/NDP entries from the ARP/NDP table.
Gets the dynamic ARP statistics for the specified ARP addresses.
Deletes all dynamic ARP entries from the ARP table.
Gets the dynamic NDP statistics for the specified NDP addresses.
Deletes all dynamic NDP entries from the NDP table.
Gets the version information for this interface.
Gets a list of all static ARP/NDP entries.
Creates/adds the specified static ARP/NDP entries to the ARP/NDP table.
Deletes the specified static ARP/NDP entries from the ARP/NDP table.
Gets a list of all static ARP/NDP entries.
Creates a set of static ARP/NDP entries in the ARP/NDP table.
Gets the IP addresses for a set of static ARP/NDP entries.
Note: A set_static_entry_address method is not supported.
Sets the MAC addresses for a set of static ARP/NDP entries.
Gets the MAC addresses for a set of static ARP/NDP entries.
Sets the description for a set of static ARP/NDP entries. This is
an arbitrary field which can be used for any purpose.
Gets the description for a set of static ARP/NDP entries.
Deletes the specified static ARP/NDP entries from the ARP/NDP table.
Deletes all static ARP/NDP entries from the ARP/NDP table.
Gets the dynamic ARP statistics for the specified ARP addresses.
Deletes all dynamic ARP entries from the ARP table.
Gets the dynamic NDP statistics for the specified NDP addresses.
Deletes all dynamic NDP entries from the NDP table.
Gets the version information for this interface.
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