a10_aam_authentication_server_radius

Synopsis

RADIUS Authentication Server

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’, ‘absent’]

State of the object to be created.

ansible_host

str/required

Host for AXAPI authentication

ansible_username

str/required

Username for AXAPI authentication

ansible_password

str/required

Password for AXAPI authentication

ansible_port

int/required

Port for AXAPI authentication

a10_device_context_id

int

[‘1-8’]

Device ID for aVCS configuration

a10_partition

str

Destination/target partition for object/command

uuid

str

uuid of the object

sampling_enable

list

Field sampling_enable

counters1

str

‘all’= all; ‘authen_success’= Total Authentication Success; ‘authen_failure’= Total Authentication Failure; ‘authorize_success’= Total Authorization Success; ‘authorize_failure’= Total Authorization Failure; ‘access_challenge’= Total Access-Challenge Message Receive; ‘timeout_error’= Total Timeout; ‘other_error’= Total Other Error; ‘request’= Total Request; ‘request-normal’= Total Normal Request; ‘request-dropped’= Total Dropped Request; ‘response- success’= Total Success Response; ‘response-failure’= Total Failure Response; ‘response-error’= Total Error Response; ‘response-timeout’= Total Timeout Response; ‘response-other’= Total Other Response; ‘job-start-error’= Total Job Start Error; ‘polling-control-error’= Total Polling Control Error; ‘accounting- request-sent’= Accounting-Request Sent; ‘accounting-success’= Accounting Success; ‘accounting-failure’= Accounting Failure;

instance_list

list

Field instance_list

name

str

Specify RADIUS authentication server name

host

dict

Field host

secret

bool

Specify the RADIUS server’s secret

secret_string

str

The RADIUS server’s secret

encrypted

str

Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)

port

int

Specify the RADIUS server’s authentication port, default is 1812

port_hm

str

Check port’s health status

port_hm_disable

bool

Disable configured port health check configuration

interval

int

Specify the interval time for resend the request (second), default is 3 seconds (The interval time(second), default is 3 seconds)

retry

int

Specify the retry number for resend the request, default is 5 (The retry number, default is 5)

health_check

bool

Check server’s health status

health_check_string

str

Health monitor name

health_check_disable

bool

Disable configured health check configuration

accounting_port

int

Specify the RADIUS server’s accounting port, default is 1813

acct_port_hm

str

Specify accounting port health check method

acct_port_hm_disable

bool

Disable configured accounting port health check configuration

auth_type

str

‘pap’= PAP authentication. Default; ‘mschapv2’= MS-CHAPv2 authentication; ‘mschapv2-pap’= Use MS-CHAPv2 first. If server doesn’t support it, try PAP;

uuid

str

uuid of the object

sampling_enable

list

Field sampling_enable

packet_capture_template

str

Name of the packet capture template to be bind with this object

stats

dict

Field stats

authen_success

str

Total Authentication Success

authen_failure

str

Total Authentication Failure

authorize_success

str

Total Authorization Success

authorize_failure

str

Total Authorization Failure

access_challenge

str

Total Access-Challenge Message Receive

timeout_error

str

Total Timeout

other_error

str

Total Other Error

request

str

Total Request

request_normal

str

Total Normal Request

request_dropped

str

Total Dropped Request

response_success

str

Total Success Response

response_failure

str

Total Failure Response

response_error

str

Total Error Response

response_timeout

str

Total Timeout Response

response_other

str

Total Other Response

job_start_error

str

Total Job Start Error

polling_control_error

str

Total Polling Control Error

accounting_request_sent

str

Accounting-Request Sent

accounting_success

str

Accounting Success

accounting_failure

str

Accounting Failure

instance_list

list

Field instance_list

Examples


Return Values

modified_values (changed, dict, )

Values modified (or potential changes if using check_mode) as a result of task operation

axapi_calls (always, list, )

Sequential list of AXAPI calls made by the task

endpoint (, str, [‘/axapi/v3/slb/virtual_server’, ‘/axapi/v3/file/ssl-cert’])

The AXAPI endpoint being accessed.

http_method (, str, [‘POST’, ‘GET’])

HTTP method being used by the primary task to interact with the AXAPI endpoint.

request_body (, complex, )

Params used to query the AXAPI

response_body (, complex, )

Response from the AXAPI

Status

  • This module is not guaranteed to have a backwards compatible interface. [preview]

  • This module is maintained by community.

Authors

  • A10 Networks