a10_visibility_packet_capture_global_templates_template_trigger_sys_obj_stats_change_ip_anomaly_drop_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

land

bool

Enable automatic packet-capture for Land Attack Drop

emp_frg

bool

Enable automatic packet-capture for Empty Fragment Drop

emp_mic_frg

bool

Enable automatic packet-capture for Micro Fragment Drop

opt

bool

Enable automatic packet-capture for IPv4 Options Drop

frg

bool

Enable automatic packet-capture for IPv4 Fragment Drop

bad_ip_hdrlen

bool

Enable automatic packet-capture for Bad IP Header Len Drop

bad_ip_flg

bool

Enable automatic packet-capture for Bad IP Flags Drop

bad_ip_ttl

bool

Enable automatic packet-capture for Bad IP TTL Drop

no_ip_payload

bool

Enable automatic packet-capture for No IP Payload drop

over_ip_payload

bool

Enable automatic packet-capture for Oversize IP Payload Drop

bad_ip_payload_len

bool

Enable automatic packet-capture for Bad IP Payload Len Drop

bad_ip_frg_offset

bool

Enable automatic packet-capture for Bad IP Fragment Offset Drop

csum

bool

Enable automatic packet-capture for Bad IP Checksum Drop

pod

bool

Enable automatic packet-capture for ICMP Ping of Death Drop

bad_tcp_urg_offset

bool

Enable automatic packet-capture for TCP Bad Urgent Offset Drop

tcp_sht_hdr

bool

Enable automatic packet-capture for TCP Short Header Drop

tcp_bad_iplen

bool

Enable automatic packet-capture for TCP Bad IP Length Drop

tcp_null_frg

bool

Enable automatic packet-capture for TCP Null Flags Drop

tcp_null_scan

bool

Enable automatic packet-capture for TCP Null Scan Drop

tcp_syn_fin

bool

Enable automatic packet-capture for TCP Syn and Fin Drop

tcp_xmas

bool

Enable automatic packet-capture for TCP XMAS Flags Drop

tcp_xmas_scan

bool

Enable automatic packet-capture for TCP XMAS Scan Drop

tcp_syn_frg

bool

Enable automatic packet-capture for TCP Syn Fragment Drop

tcp_frg_hdr

bool

Enable automatic packet-capture for TCP Fragmented Header Drop

tcp_bad_csum

bool

Enable automatic packet-capture for TCP Bad Checksum Drop

udp_srt_hdr

bool

Enable automatic packet-capture for UDP Short Header Drop

udp_bad_len

bool

Enable automatic packet-capture for UDP Bad Length Drop

udp_kerb_frg

bool

Enable automatic packet-capture for UDP Kerberos Fragment Drop

udp_port_lb

bool

Enable automatic packet-capture for UDP Port Loopback Drop

udp_bad_csum

bool

Enable automatic packet-capture for UDP Bad Checksum Drop

runt_ip_hdr

bool

Enable automatic packet-capture for Runt IP Header Drop

runt_tcp_udp_hdr

bool

Enable automatic packet-capture for Runt TCP/UDP Header Drop

ipip_tnl_msmtch

bool

Enable automatic packet-capture for IP-over-IP Tunnel Mismatch Drop

tcp_opt_err

bool

Enable automatic packet-capture for TCP Option Error Drop

ipip_tnl_err

bool

Enable automatic packet-capture for IP-over-IP Tunnel Error Drop

vxlan_err

bool

Enable automatic packet-capture for VXLAN Tunnel Error Drop

nvgre_err

bool

Enable automatic packet-capture for GRE Tunnel Error Drop

gre_pptp_err

bool

Enable automatic packet-capture for GRE PPTP Error Drop

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