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

Page 117

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

107

53-1003248-01

Data structures

3

RadiusServerFilter

This structure is a filter which consist of simple and can also add other complex types later.

RadiusServerSimpleFilter

This structure is a high-level description of filter for RADIUS server filter information.

retransmitCount unsignedInt

Optional

This parameter’s valid
value ranges between
0 and 5. The default
value is 3.

This parameter specifies the
maximum number of
retransmission attempts.

timeout

unsignedInt

Optional

This parameter’s valid
value ranges between
1 and 15. The default
value is 3 seconds.

This parameter specifies how
many seconds the Brocade
Virtual ADX device waits for a
response from the RADIUS
server before either retrying the
authentication request, or
determining that the RADIUS
server is unavailable and
moving on to the next
authentication method in the
authentication-method list.

sourceInterface

InterfaceID

Optional

Supported only in
router mode.

Specify interface for source
address in RADIUS packets.

nasIdentifier

string

Optional

Maximum 64
characters is allowed.
The string can be from
1 – 64 characters in
length.

This parameter identifies the
NAS originating the access
request. It is only used in
access-request packets. Either
NAS-IP-Address or NAS-Identifier
must be present in an
access-request packet.

vlan

unsignedInt

Optional

Allowed value range is
1 to 4095.

Specifies the VLAN ID.

TABLE 261

Attributes

Parameters

Type

Presence

Rules

Description

simpleFilter

RadiusServerSimpleFilter

Optional

Simple filter

TABLE 262

Attributes

Parameters Type

Presence

Rules

Description

field

radiusServerFilterFieldEnum

Mandatory

Filter field name.

operator

filterOperatorEnum

Mandatory

Filter operator type.

value

string

Optional

Ignored when
“operator” value is
“RANGE”.

Value of the field for
filtering.

TABLE 260

Attributes

Parameters

Type

Presence

Rules

Description

Advertising