a10_system_fpga_drop
Synopsis
Field fpga_drop
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; ‘mrx-drop’= Total MRX Drop; ‘hrx-drop’= Total HRX Drop; ‘siz-drop’= Total Size Drop; ‘fcs-drop’= Total FCS Drop; ‘land-drop’= Total LAND Attack Drop; ‘empty-frag-drop’= Total Empty frag Drop; ‘mic-frag-drop’= Total Micro frag Drop; ‘ipv4-opt-drop’= Total IPv4 opt Drop; ‘ipv4-frag’= Total IP frag Drop; ‘bad-ip-hdr-len’= Total Bad IP hdr len Drop; ‘bad-ip-flags-drop’= Total Bad IP Flags Drop; ‘bad-ip-ttl-drop’= Total Bad IP TTL Drop; ‘no-ip-payload- drop’= Total No IP Payload Drop; ‘oversize-ip-payload’= Total Oversize IP PL Drop; ‘bad-ip-payload-len’= Total Bad IP PL len Drop; ‘bad-ip-frag-offset’= Total Bad IP frag off Drop; ‘bad-ip-chksum-drop’= Total Bad IP csum Drop; ‘icmp-pod-drop’= Total ICMP POD Drop; ‘tcp-bad-urg-offet’= Total TCP bad urg off Drop; ‘tcp-short-hdr’= Total TCP short hdr Drop; ‘tcp-bad-ip-len’= Total TCP Bad IP Len Drop; ‘tcp-null-flags’= Total TCP null flags Drop; ‘tcp-null- scan’= Total TCP null scan Drop; ‘tcp-fin-sin’= Total TCP SYN&FIN Drop; ‘tcp- xmas-flags’= Total TCP XMAS FLAGS Drop; ‘tcp-xmas-scan’= Total TCP XMAS scan Drop; ‘tcp-syn-frag’= Total TCP SYN frag Drop; ‘tcp-frag-hdr’= Total TCP frag header Drop; ‘tcp-bad-chksum’= Total TCP bad csum Drop; ‘udp-short-hdr’= Total UDP short hdr Drop; ‘udp-bad-ip-len’= Total UDP bad leng Drop; ‘udp-kb-frags’= Total UDP KB frag Drop; ‘udp-port-lb’= Total UDP port LB Drop; ‘udp-bad- chksum’= Total UDP bad csum Drop; ‘runt-ip-hdr’= Total Runt IP hdr Drop; ‘runt- tcpudp-hdr’= Total Runt TCPUDP hdr Drop; ‘tun-mismatch’= Total Tun mismatch Drop; ‘qdr-drop’= Total QDR Drop; |
||
stats dict |
Field stats |
||
mrx_drop str |
Total MRX Drop |
||
hrx_drop str |
Total HRX Drop |
||
siz_drop str |
Total Size Drop |
||
fcs_drop str |
Total FCS Drop |
||
land_drop str |
Total LAND Attack Drop |
||
empty_frag_drop str |
Total Empty frag Drop |
||
mic_frag_drop str |
Total Micro frag Drop |
||
ipv4_opt_drop str |
Total IPv4 opt Drop |
||
ipv4_frag str |
Total IP frag Drop |
||
bad_ip_hdr_len str |
Total Bad IP hdr len Drop |
||
bad_ip_flags_drop str |
Total Bad IP Flags Drop |
||
bad_ip_ttl_drop str |
Total Bad IP TTL Drop |
||
no_ip_payload_drop str |
Total No IP Payload Drop |
||
oversize_ip_payload str |
Total Oversize IP PL Drop |
||
bad_ip_payload_len str |
Total Bad IP PL len Drop |
||
bad_ip_frag_offset str |
Total Bad IP frag off Drop |
||
bad_ip_chksum_drop str |
Total Bad IP csum Drop |
||
icmp_pod_drop str |
Total ICMP POD Drop |
||
tcp_bad_urg_offet str |
Total TCP bad urg off Drop |
||
tcp_short_hdr str |
Total TCP short hdr Drop |
||
tcp_bad_ip_len str |
Total TCP Bad IP Len Drop |
||
tcp_null_flags str |
Total TCP null flags Drop |
||
tcp_null_scan str |
Total TCP null scan Drop |
||
tcp_fin_sin str |
Total TCP SYN&FIN Drop |
||
tcp_xmas_flags str |
Total TCP XMAS FLAGS Drop |
||
tcp_xmas_scan str |
Total TCP XMAS scan Drop |
||
tcp_syn_frag str |
Total TCP SYN frag Drop |
||
tcp_frag_hdr str |
Total TCP frag header Drop |
||
tcp_bad_chksum str |
Total TCP bad csum Drop |
||
udp_short_hdr str |
Total UDP short hdr Drop |
||
udp_bad_ip_len str |
Total UDP bad leng Drop |
||
udp_kb_frags str |
Total UDP KB frag Drop |
||
udp_port_lb str |
Total UDP port LB Drop |
||
udp_bad_chksum str |
Total UDP bad csum Drop |
||
runt_ip_hdr str |
Total Runt IP hdr Drop |
||
runt_tcpudp_hdr str |
Total Runt TCPUDP hdr Drop |
||
tun_mismatch str |
Total Tun mismatch Drop |
||
qdr_drop str |
Total QDR Drop |
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.