getarpResult Structure Definition

The getarpResult structure defines the return type for getarp API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

arpList

List of arps


arp Structure Definition

The arp structure defines the actual return type values for getarp API.

Syntax



Members

ipaddress

The IP address corresponding to an ARP entry.

ownernode

The cluster node which owns the ARP entry.

mac

The MAC address corresponding to an ARP entry.

ifnum

The interface on which this MAC address resides.

timeout

The time, in seconds, after which the entry times out.

state

The state of the ARP entry.

flags

The flags for the entry.

type

Indicates whether this ARP entry was added manually or dynamically. When you manually add an ARP entry, the value for this parameter is STATIC. Otherwise, it is DYNAMIC. For the NSIP and loopback IP addresses, the value is PERMANENT.

vlan

The VLAN ID through which packets are to be sent after matching the ARP entry. This is a numeric value.

vxlan

ID of the VXLAN on which the IP address of this ARP entry is reachable.

vtep

IP address of the VXLAN tunnel endpoint (VTEP) through which the IP address of this ARP entry is reachable.

channel

The tunnel, channel, or physical interface through which the ARP entry is identified.

controlplane

This arp entry is populated by a control plane protocol

_nextgenapiresource


See Also