a10_slb_template_tcp

Synopsis

L4 TCP switch config

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

name

str/required

Fast TCP Template Name

logging

str

‘init’= init only log; ‘term’= termination only log; ‘both’= both initial and termination log;

idle_timeout

int

Idle Timeout value (Interval of 60 seconds), default 120 seconds (idle timeout in second, default 120)

half_open_idle_timeout

int

TCP Half Open Idle Timeout (sec), default off (half open idle timeout in second, default off)

half_close_idle_timeout

int

TCP Half Close Idle Timeout (sec), default off (half close idle timeout in second, default off)

initial_window_size

int

Set the initial window size (number)

force_delete_timeout

int

The maximum time that a session can stay in the system before being delete (number (second))

force_delete_timeout_100ms

int

The maximum time that a session can stay in the system before being delete (number in 100ms)

alive_if_active

bool

keep connection alive if active traffic

qos

int

QOS level (number)

insert_client_ip

bool

Insert client ip into TCP option

lan_fast_ack

bool

Enable fast TCP ack on LAN

reset_fwd

bool

send reset to server if error happens

reset_rev

bool

send reset to client if error happens

reset_follow_fin

bool

send reset to client or server upon receiving first fin

disable

bool

send reset to client when server is disabled

down

bool

send reset to client when server is down

re_select_if_server_down

bool

re-select another server if service port is down

del_session_on_server_down

bool

Delete session if the server/port goes down (either disabled/hm down)

proxy_header

dict

Field proxy_header

proxy_header_action

str

‘insert’= Insert proxy header;

proxy_header_version

str

‘v1’= version 1; ‘v2’= version 2;

uuid

str

uuid of the object

user_tag

str

Customized tag

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