Home > Configuration > Authentication > addauthenticationtacacsaction

addauthenticationtacacsaction

Use this method to creates an action (profile) for a TACACS+ server.
The profile contains all configuration data necessary to communicate with that TACACS+ server.

Syntax



Parameters

name

Name for the TACACS+ profile (action). Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Cannot be changed after TACACS profile is created. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my authentication action" or 'y authentication action').
This is mandatory parameter.

serverip

IP address assigned to the TACACS+ server.

serverport

Port number on which the TACACS+ server listens for connections.
Default value = 49.
Minimum value = 1.

authtimeout

Number of seconds the Citrix ADC waits for a response from the TACACS+ server.
Default value = 3.
Minimum value = 1.

tacacssecret

Key shared between the TACACS+ server and the Citrix ADC. Required for allowing the Citrix ADC to communicate with the TACACS+ server.

authorization

Use streaming authorization on the TACACS+ server.

accounting

Whether the TACACS+ server is currently accepting accounting messages.

auditfailedcmds

The state of the TACACS+ server that will receive accounting messages.

groupattrname

TACACS+ group attribute name. Used for group extraction on the TACACS+ server.

defaultauthenticationgroup

This is the default group that is chosen when the authentication succeeds in addition to extracted groups.

attribute1

Name of the custom attribute to be extracted from server and stored at index '1' (where '1' changes for each attribute)

attribute2

Name of the custom attribute to be extracted from server and stored at index '2' (where '2' changes for each attribute)

attribute3

Name of the custom attribute to be extracted from server and stored at index '3' (where '3' changes for each attribute)

attribute4

Name of the custom attribute to be extracted from server and stored at index '4' (where '4' changes for each attribute)

attribute5

Name of the custom attribute to be extracted from server and stored at index '5' (where '5' changes for each attribute)

attribute6

Name of the custom attribute to be extracted from server and stored at index '6' (where '6' changes for each attribute)

attribute7

Name of the custom attribute to be extracted from server and stored at index '7' (where '7' changes for each attribute)

attribute8

Name of the custom attribute to be extracted from server and stored at index '8' (where '8' changes for each attribute)

attribute9

Name of the custom attribute to be extracted from server and stored at index '9' (where '9' changes for each attribute)

attribute10

Name of the custom attribute to be extracted from server and stored at index '10' (where '10' changes for each attribute)

attribute11

Name of the custom attribute to be extracted from server and stored at index '11' (where '11' changes for each attribute)

attribute12

Name of the custom attribute to be extracted from server and stored at index '12' (where '12' changes for each attribute)

attribute13

Name of the custom attribute to be extracted from server and stored at index '13' (where '13' changes for each attribute)

attribute14

Name of the custom attribute to be extracted from server and stored at index '14' (where '14' changes for each attribute)

attribute15

Name of the custom attribute to be extracted from server and stored at index '15' (where '15' changes for each attribute)

attribute16

Name of the custom attribute to be extracted from server and stored at index '16' (where '16' changes for each attribute)

attributes

List of attribute names separated by ',' which needs to be fetched from tacacs server. Note that preceeding and trailing spaces will be removed. Attribute name can be 127 bytes and total length of this string should not cross 2047 bytes. These attributes have multi-value support separated by ',' and stored as key-value pair in AAA session

Return Value

Returns simpleResult

See Also