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

Page 141

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

131

53-1003248-01

Data structures

3

TacacsServerConfiguration

This structure is a high-level description for identifying the TACACS server to the Brocade Virtual
ADX.

TacacsServerFilter

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

TABLE 318

Attributes

Parameters

Type

Presence

Rules

Description

hostIP

string

Optional

Only IPv4
address is
allowed.

This parameter specifies the IP
address of the TACACS or
TACACS+ server.

authenticationPort

unsignedInt

Optional

This
parameter’S
valid value
ranges
between 0 and
65535. The
default port
number is 49.

This parameter specifies the
UDP (for TACACS) or TCP (for
TACACS+) port number of the
authentication port on the
server.

serverRole

tacacsServerRoleEnum

Optional

This parameter Identifies the
TACACS server role.

key

string

Optional

Maximum 32
characters is
allowed and
cannot include
spaces.

This parameter specifies the
ASCII string value that the
tacacs-server used to encrypt
TACACS+ packets before they
are sent over the network. The
value for the key parameter on
the Brocade Virtual ADX should
match the one configured on the
TACACS+ server.

isEncrypted

twoWayToggleBoolEnum

Optional

The default
value is TRUE.

This parameter specifies
whether the encryption is
Enabled or Disabled. By default,
encryption is enabled.

connectionStatus

connectionStatusEnum

Optional(RE
AD-ONLY)

This parameter
is used only
during Get
operation.

Displays the connection state of
the TACACS server.

TABLE 319

Attributes

Parameters

Type

Presence

Rules

Description

simpleFilter

TacacsServerSimpleFilter

Optional

Simple filter name.

Advertising