a10_cgnv6_nat64_hw_accelerate

Synopsis

NAT64 HW accelerate counters

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; ‘entry-create’= HW Entries Created; ‘entry-create-failure’= HW Entry Creation Failed; ‘entry-create-fail-server-down’= HW Entry Creation Failed - server down; ‘entry-create-fail-max-entry’= HW Entry Creation Failed - max entries exceeded; ‘entry-free’= HW Entries Freed; ‘entry-free-opp-entry’= HW Entries Freed - opposite tuple entry aged-out; ‘entry-free-no-hw-prog’= HW Entry Freed - no HW prog; ‘entry-free-no-conn’= HW Entry Freed - no matched conn; ‘entry-free-no-sw-entry’= HW Entry Freed - no software entry; ‘entry- counter’= HW Entries Count; ‘entry-age-out’= HW Entries Aged Out; ‘entry-age- out-idle’= HW Entries Aged Out - idle timeout; ‘entry-age-out-tcp-fin’= HW Entries Aged Out - TCP FIN; ‘entry-age-out-tcp-rst’= HW Entries Aged Out - TCP RST; ‘entry-age-out-invalid-dst’= HW Entries Aged Out - invalid dst; ‘entry- force-hw-invalidate’= HW Entries Force HW Invalidate; ‘entry-invalidate-server- down’= HW Entries Invalidate due to server down; ‘tcam-create’= TCAM Flows Created; ‘tcam-free’= TCAM Flows Freed; ‘tcam-counter’= TCAM Flow Count;

stats

dict

Field stats

entry_create

str

HW Entries Created

entry_create_failure

str

HW Entry Creation Failed

entry_create_fail_server_down

str

HW Entry Creation Failed - server down

entry_create_fail_max_entry

str

HW Entry Creation Failed - max entries exceeded

entry_free

str

HW Entries Freed

entry_free_opp_entry

str

HW Entries Freed - opposite tuple entry aged-out

entry_free_no_hw_prog

str

HW Entry Freed - no HW prog

entry_free_no_conn

str

HW Entry Freed - no matched conn

entry_free_no_sw_entry

str

HW Entry Freed - no software entry

entry_counter

str

HW Entries Count

entry_age_out

str

HW Entries Aged Out

entry_age_out_idle

str

HW Entries Aged Out - idle timeout

entry_age_out_tcp_fin

str

HW Entries Aged Out - TCP FIN

entry_age_out_tcp_rst

str

HW Entries Aged Out - TCP RST

entry_age_out_invalid_dst

str

HW Entries Aged Out - invalid dst

entry_force_hw_invalidate

str

HW Entries Force HW Invalidate

entry_invalidate_server_down

str

HW Entries Invalidate due to server down

tcam_create

str

TCAM Flows Created

tcam_free

str

TCAM Flows Freed

tcam_counter

str

TCAM Flow Count

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