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

Page 663

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

653

53-1003248-01

Data structures

6

AclIpv6

This structure is a high-level description of IPV6 protocol information for ACL.

AclExtendedEntry

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

TABLE 245

Attributes

Name

Type

Presence

Rules

Description

matchIpv6FragmentsWithNonZeroOffset

boolean

Optional

This parameter
is valid only
when value of
the protocol
parameter is
IPV6.

Enables or disables the
matching IPv6 fragments
with a non zero fragment
offset.

matchIpv6SourceRoutedPacketsOnly

boolean

Optional

This parameter
is valid only
when value of
the protocol
parameter is
IPV6.

Matches only the source
routed packets.

TABLE 246

Attributes

Name

Type

Presence

Rules

Description

action

aclActionEnum

Mandatory

Specifies the ACL
action - to permit or
deny.

protocol

IpProtocol

Mandatory

The IP protocol (well
known name or
protocol number).

anySourceHost

boolean

Optional

Either the
anySourceHost or
sourceHost
parameter must be
present. Both
cannot be present.

Matches all the
source host
addresses.

sourceHost

AclHost

Optional

Either the
anySourceHost or
sourceHost
parameter must be
present. Both
cannot be present.

The ACL source host
details.

sourcePortFilter

AclExtendedEntryPortFilter

Optional

Valid only when
protocol value is TCP
or UDP. Otherwise
ignored.

The filter for source
port.

anyDestinationHost

boolean

Optional

Either the
anyDestinationHost
or destinationHost
parameters must be
present. Both
cannot be present.

Matches all the
destination host
addresses.

Advertising