a10_visibility_packet_capture_global_templates_template_trigger_sys_obj_stats_change_vpn_error_trigger_stats_rate

Synopsis

Configure stats to trigger packet capture on increment rate

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

template_name

str/required

Key to identify parent object

threshold_exceeded_by

int

Set the threshold to the number of times greater than the previous duration to start the capture, default is 5

duration

int

Time in seconds to look for the anomaly, default is 60

bad_opcode

bool

Enable automatic packet-capture for bad_opcode

bad_sg_write_len

bool

Enable automatic packet-capture for bad_sg_write_len

bad_len

bool

Enable automatic packet-capture for bad_len

bad_ipsec_protocol

bool

Enable automatic packet-capture for bad_ipsec_protocol

bad_ipsec_auth

bool

Enable automatic packet-capture for bad_ipsec_auth

bad_ipsec_padding

bool

Enable automatic packet-capture for bad_ipsec_padding

bad_ip_version

bool

Enable automatic packet-capture for bad_ip_version

bad_auth_type

bool

Enable automatic packet-capture for bad_auth_type

bad_encrypt_type

bool

Enable automatic packet-capture for bad_encrypt_type

bad_ipsec_spi

bool

Enable automatic packet-capture for bad_ipsec_spi

bad_checksum

bool

Enable automatic packet-capture for bad_checksum

bad_ipsec_context

bool

Enable automatic packet-capture for bad_ipsec_context

bad_ipsec_context_direction

bool

Enable automatic packet-capture for bad_ipsec_context_direction

bad_ipsec_context_flag_mismatch

bool

Enable automatic packet-capture for bad_ipsec_context_flag_mismatch

ipcomp_payload

bool

Enable automatic packet-capture for ipcomp_payload

bad_selector_match

bool

Enable automatic packet-capture for bad_selector_match

bad_fragment_size

bool

Enable automatic packet-capture for bad_fragment_size

bad_inline_data

bool

Enable automatic packet-capture for bad_inline_data

bad_frag_size_configuration

bool

Enable automatic packet-capture for bad_frag_size_configuration

dummy_payload

bool

Enable automatic packet-capture for dummy_payload

bad_ip_payload_type

bool

Enable automatic packet-capture for bad_ip_payload_type

bad_min_frag_size_auth_sha384_512

bool

Enable automatic packet-capture for bad_min_frag_size_auth_sha384_512

bad_esp_next_header

bool

Enable automatic packet-capture for bad_esp_next_header

bad_gre_header

bool

Enable automatic packet-capture for bad_gre_header

bad_gre_protocol

bool

Enable automatic packet-capture for bad_gre_protocol

ipv6_extension_headers_too_big

bool

Enable automatic packet-capture for ipv6_extension_headers_too_big

ipv6_hop_by_hop_error

bool

Enable automatic packet-capture for ipv6_hop_by_hop_error

error_ipv6_decrypt_rh_segs_left_error

bool

Enable automatic packet-capture for error_ipv6_decrypt_rh_segs_left_error

ipv6_rh_length_error

bool

Enable automatic packet-capture for ipv6_rh_length_error

ipv6_outbound_rh_copy_addr_error

bool

Enable automatic packet-capture for ipv6_outbound_rh_copy_addr_error

error_IPv6_extension_header_bad

bool

Enable automatic packet-capture for error_IPv6_extension_header_bad

bad_encrypt_type_ctr_gcm

bool

Enable automatic packet-capture for bad_encrypt_type_ctr_gcm

ah_not_supported_with_gcm_gmac_sha2

bool

Enable automatic packet-capture for ah_not_supported_with_gcm_gmac_sha2

tfc_padding_with_prefrag_not_supported

bool

Enable automatic packet-capture for tfc_padding_with_prefrag_not_supported

bad_srtp_auth_tag

bool

Enable automatic packet-capture for bad_srtp_auth_tag

bad_ipcomp_configuration

bool

Enable automatic packet-capture for bad_ipcomp_configuration

dsiv_incorrect_param

bool

Enable automatic packet-capture for dsiv_incorrect_param

bad_ipsec_unknown

bool

Enable automatic packet-capture for bad_ipsec_unknown

uuid

str

uuid of the object

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