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

Page 96

Advertising
background image

86

Brocade Virtual ADX XML API Programmer’s Guide

53-1003248-01

Data structures

3

AclID

This structure is a high-level description of Access List configuration.

arpEntry

This structure is the high-level description of any ARP cache entry.

TABLE 209

Attributes

Parameters Type

Presence

Rules

Description

number

unsignedInt

Optional

Either "number" or "name" must be
present. Both cannot be present.
Value from 1 to 99 for a standard ACL
Value from 100 to 199 for an extended
ACL.

Specifies the ACL ID.

ipVersion

ipVersionEnum

This
parameter
value is
ignored
when
parameter
“number” is
present with
a value.

Mandatory parameter for named-ACLs. If
absent, then by default IPv4 is assumed.

IP version IPV4/IPV6 for
named ACLs.

type

aclTypeEnum

Optional

This parameter value is ignored when
parameter “number” is present with a
value. Mandatory parameter while adding
new named ACLs for IPV4.

ACL type
(standard/extended) for
named ACLs.

name

string

Optional

Either "number" or "name" must be
present. Both cannot be present.
Mandatory parameter for named ACLs.

Specifies ACL Name for
named ACLs.

TABLE 210

Attributes

Name

Type

Required

Rules

Description

ipAddress

string

Yes

The IP address of the device.

macAddress

string

Yes

The MAC address of the device.

port

string

Yes

The name or number of the port.

ageSeconds

unsignedInt

Yes

0

The number of seconds the ARP
entry has remained unused.

entryType

arpTypeEnum

Yes

The type of ARP entry:

static (user-configured)

dynamic (learned)

Advertising