Getallstaticarpentries – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 199

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

189

53-1003248-01

Methods

4

Parameters

Table 468

contains the parameters required for the method.

Return values

Table 469

contains the return values of the method.

Error messages

List of Error Messages

.

getAllStaticArpEntries

Description
Retrieves all of the static ARP information.

Parameters

Table 470

contains the parameters required by the method.

TABLE 468

Parameters

Name

Type

Presence

Rules

Description

startIndex

unsignedInt

Optional

When both the
startIndex and the
numRetrieved
parameters are not
present, then the
available number
of IP addresses are
retrieved.

The start index for retreiving the
configured IP addresses.

numRetrieved

unsignedInt

Optional

When both the
startIndex and the
numRetrieved
parameters are not
present, then the
available number
of IP addresses is
retrieved.

The number of IP addresses to be
retrieved. Maximum value allowed is
2000.

filter

SourceIPFilter

Optional

The filter criteria.

TABLE 469

Return values

Name

Type

Description

genericInfo

ResponseInformation Identifies the generic information about all of the MAC entries available in

the device.

ipList

SourceIP

[]

List of IP configured addresses.

TABLE 470

Parameters

Name

Type

Presence

Rules

Description

startIndex

unsignedInt Optional

Identifies the starting index.

numRetrieved unsignedInt Optional

Identifies the number of sessions to be retrieved.
Maximum value allowed is 10.

filterInfo

IPFilter

Optional

Specifies the filter criteria.

Advertising