Arpobject, Arpstatistics, Arpcache – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 244

Advertising
background image

234

Brocade Virtual ADX XML API Programmer’s Guide

53-1003248-01

Data structures

4

ArpCache

This structure is a high-level description of an Address Resolution Protocol (ARP) cache.

ArpObject

This structure is a high-level description of ARP object.

ArpStatistics

This structure is a high-level description of ARP statistics.

TABLE 601

Attributes

Name

Type

Presence

Rules

Description

routeNumber

unsignedInt

Optional

ID of the entry.

ipAddress

string

Optional

The IP address of the device.

macAddress

string

Optional

The MAC address of the device.

type

hostTypeEnum

Optional

The type of the MAC entry, which can be one of the
following:

Dynamic

Static

age

unsignedInt

Optional

The number of minutes the entry has remained
unused.

port

string

Optional

The port on which the entry was learned.

TABLE 602

Attributes

Name

Type

Presence

Rules

Description

ipAddress

string

macAddress

string

port

string

age

string

entryType

arpTypeEnum

routeNumber

unsignedInt

vlan

string

TABLE 603

Attributes

Name

Type

Presence

Rules

Description

receivedPackets

unsignedLong

Optional

The total number of packets
received by the device.

sentPackets

unsignedLong

Optional

The total number of packets
originated and sent by the
device.

requestsReceived

unsignedLong

Optional

Number of the requests
received.

replysSent

unsignedLong

Optional

Number of replies sent.

invalidDestination

unsignedLong

Optional

Invalid destination count.

Advertising