a10_visibility_packet_capture_global_templates_template_trigger_sys_obj_stats_change_system_fpga_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

mrx_drop

bool

Enable automatic packet-capture for Total MRX Drop

hrx_drop

bool

Enable automatic packet-capture for Total HRX Drop

siz_drop

bool

Enable automatic packet-capture for Total Size Drop

fcs_drop

bool

Enable automatic packet-capture for Total FCS Drop

land_drop

bool

Enable automatic packet-capture for Total LAND Attack Drop

empty_frag_drop

bool

Enable automatic packet-capture for Total Empty frag Drop

mic_frag_drop

bool

Enable automatic packet-capture for Total Micro frag Drop

ipv4_opt_drop

bool

Enable automatic packet-capture for Total IPv4 opt Drop

ipv4_frag

bool

Enable automatic packet-capture for Total IP frag Drop

bad_ip_hdr_len

bool

Enable automatic packet-capture for Total Bad IP hdr len Drop

bad_ip_flags_drop

bool

Enable automatic packet-capture for Total Bad IP Flags Drop

bad_ip_ttl_drop

bool

Enable automatic packet-capture for Total Bad IP TTL Drop

no_ip_payload_drop

bool

Enable automatic packet-capture for Total No IP Payload Drop

oversize_ip_payload

bool

Enable automatic packet-capture for Total Oversize IP PL Drop

bad_ip_payload_len

bool

Enable automatic packet-capture for Total Bad IP PL len Drop

bad_ip_frag_offset

bool

Enable automatic packet-capture for Total Bad IP frag off Drop

bad_ip_chksum_drop

bool

Enable automatic packet-capture for Total Bad IP csum Drop

icmp_pod_drop

bool

Enable automatic packet-capture for Total ICMP POD Drop

tcp_bad_urg_offet

bool

Enable automatic packet-capture for Total TCP bad urg off Drop

tcp_short_hdr

bool

Enable automatic packet-capture for Total TCP short hdr Drop

tcp_bad_ip_len

bool

Enable automatic packet-capture for Total TCP Bad IP Len Drop

tcp_null_flags

bool

Enable automatic packet-capture for Total TCP null flags Drop

tcp_null_scan

bool

Enable automatic packet-capture for Total TCP null scan Drop

tcp_fin_sin

bool

Enable automatic packet-capture for Total TCP SYN&FIN Drop

tcp_xmas_flags

bool

Enable automatic packet-capture for Total TCP XMAS FLAGS Drop

tcp_xmas_scan

bool

Enable automatic packet-capture for Total TCP XMAS scan Drop

tcp_syn_frag

bool

Enable automatic packet-capture for Total TCP SYN frag Drop

tcp_frag_hdr

bool

Enable automatic packet-capture for Total TCP frag header Drop

tcp_bad_chksum

bool

Enable automatic packet-capture for Total TCP bad csum Drop

udp_short_hdr

bool

Enable automatic packet-capture for Total UDP short hdr Drop

udp_bad_ip_len

bool

Enable automatic packet-capture for Total UDP bad leng Drop

udp_kb_frags

bool

Enable automatic packet-capture for Total UDP KB frag Drop

udp_port_lb

bool

Enable automatic packet-capture for Total UDP port LB Drop

udp_bad_chksum

bool

Enable automatic packet-capture for Total UDP bad csum Drop

runt_ip_hdr

bool

Enable automatic packet-capture for Total Runt IP hdr Drop

runt_tcpudp_hdr

bool

Enable automatic packet-capture for Total Runt TCPUDP hdr Drop

tun_mismatch

bool

Enable automatic packet-capture for Total Tun mismatch 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