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

Page 661

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

651

53-1003248-01

Data structures

6

AclStandardEntry

This structure is a high-level description of the ACL standard entry.

IpProtocol

This structure is a high-level description of IP protocol.

TABLE 241

Attributes

Name

Type

Presence

Rules

Description

action

aclActionEnum

Mandatory

Specify ACL action - to permit or
deny.

anyHost

boolean

Optional

Either the anyHost or
host parameter must
be present. Both
cannot be present.

Match on all host addresses.

host

AclHost

Optional

Either the anyHost or
host parameter must
be present. Both
cannot be present.

The ACL source host details.

enableLogging

boolean

Optional

Valid only when the
value of the action
parameter is DENY,
otherwise it is
ignored.

Enables or disables logging for
the DENY action.

remark

string

Optional

Can be a maximum
128 characters in
length.

Adds a comment to the ACL entry
that you are about to create.

TABLE 242

Attributes

Name

Type

Presence

Rules

Description

number

unsignedInt

Optional

The valid value range is
from 0 to 255.

Specifies the IPV4 or IPV6
protocol number.

ipv4Name

ipProtocolEnum

Optional

Both the ipv4Name and
the ipv6Name parameters
cannot exist together.

Specifies the IPV6 protocol
well-known name.

ipv6Name

ipv6ProtocolEnum

Optional

Both the ipv4Name and
the ipv6Name parameters
cannot exist together.

Specifies the IPV6 protocol
well-known name.

Advertising