a10_visibility_packet_capture_global_templates_template_trigger_sys_obj_stats_change_cgnv6_lsn_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

user_quota_failure

bool

Enable automatic packet-capture for User-Quota Creation Failed

data_sesn_user_quota_exceeded

bool

Enable automatic packet-capture for Data Session User-Quota Exceeded

fullcone_failure

bool

Enable automatic packet-capture for Full-cone Session Creation Failed

fullcone_self_hairpinning_drop

bool

Enable automatic packet-capture for Self-Hairpinning Drop

nat_pool_unusable

bool

Enable automatic packet-capture for NAT Pool Unusable

ha_nat_pool_unusable

bool

Enable automatic packet-capture for HA NAT Pool Unusable

ha_nat_pool_batch_type_mismatch

bool

Enable automatic packet-capture for HA NAT Pool Batch Type Mismatch

sip_alg_quota_inc_failure

bool

Enable automatic packet-capture for SIP ALG User-Quota Exceeded

sip_alg_alloc_rtp_rtcp_port_failure

bool

Enable automatic packet-capture for SIP ALG Alloc RTP/RTCP NAT Ports Failure

sip_alg_alloc_single_port_failure

bool

Enable automatic packet-capture for SIP ALG Alloc Single RTP or RTCP NAT Port Failure

sip_alg_create_single_fullcone_failure

bool

Enable automatic packet-capture for SIP ALG Create Single RTP or RTCP Full-cone Session Failure

sip_alg_create_rtp_fullcone_failure

bool

Enable automatic packet-capture for SIP ALG Create RTP Full-cone Session Failure

sip_alg_create_rtcp_fullcone_failure

bool

Enable automatic packet-capture for SIP ALG Create RTCP Full-cone Session Failure

h323_alg_alloc_single_port_failure

bool

Enable automatic packet-capture for H323 ALG Alloc Single RTP or RTCP NAT Port Failure

h323_alg_create_single_fullcone_failure

bool

Enable automatic packet-capture for H323 ALG Create Single RTP or RTCP Full- cone Session Failure

h323_alg_create_rtp_fullcone_failure

bool

Enable automatic packet-capture for H323 ALG Create RTP Full-cone Session Failure

h323_alg_create_rtcp_fullcone_failure

bool

Enable automatic packet-capture for H323 ALG Create RTCP Full-cone Session Failure

port_overloading_out_of_memory

bool

Enable automatic packet-capture for Port Overloading Out of Memory

port_overloading_inc_overflow

bool

Enable automatic packet-capture for Port Overloading Inc Overflow

fullcone_ext_mem_alloc_failure

bool

Enable automatic packet-capture for LSN Fullcone Extension Memory Allocate Failure

fullcone_ext_mem_alloc_init_faulure

bool

Enable automatic packet-capture for LSN Fullcone Extension Initialization Failure

mgcp_alg_create_rtp_fullcone_failure

bool

Enable automatic packet-capture for MGCP ALG Create RTP Full-cone Session Failure

mgcp_alg_create_rtcp_fullcone_failure

bool

Enable automatic packet-capture for MGCP ALG Create RTCP Full-cone Session Failure

mgcp_alg_port_pair_alloc_from_quota_par

bool

Enable automatic packet-capture for MGCP ALG Port Pair Allocated From Quota Partition Error

user_quota_unusable_drop

bool

Enable automatic packet-capture for User-Quota Unusable Drop

user_quota_unusable

bool

Enable automatic packet-capture for User-Quota Marked Unusable

adc_port_allocation_failed

bool

Enable automatic packet-capture for ADC Port Allocation Failed

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