a10_ddos_l4_udp

Synopsis

l4 udp counters

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

stats

dict

Field stats

udp_sess_create

str

UDP Sessions Created

inudp

str

UDP Total Packets Received

instateless

str

UDP Stateless Packets

udp_total_drop

str

UDP Total Packets Dropped

udp_drop_dst

str

UDP Dst Packets Dropped

udp_drop_src

str

UDP Src Packets Dropped

udp_drop_black_user_cfg_src

str

UDP Src Blacklist User Packets Dropped

udp_src_dst_drop

str

UDP SrcDst Packets Dropped

udp_drop_black_user_cfg_src_dst

str

UDP SrcDst Blacklist User Packets Dropped

udp_port_zero_drop

str

UDP Port 0 Packets Dropped

udp_wellknown_src_port_drop

str

UDP SrcPort Wellknown Dropped

udp_retry_start

str

UDP Retry Init

udp_retry_pass

str

UDP Retry Passed

udp_retry_fail

str

UDP Retry Failed

udp_retry_timeout

str

UDP Retry Timeout

udp_payload_too_big_drop

str

UDP Payload Too Large Dropped

udp_payload_too_small_drop

str

UDP Payload Too Small Dropped

ntp_monlist_req_drop

str

NTP Monlist Request Dropped

ntp_monlist_resp_drop

str

NTP Monlist Response Dropped

udp_conn_prate_drop

str

UDP Conn Pkt Rate Dropped

dst_udp_filter_match

str

Dst Filter Match

dst_udp_filter_not_match

str

Dst Filter No Match

dst_udp_filter_action_blacklist

str

Dst Filter Action Blacklist

dst_udp_filter_action_drop

str

Dst Filter Action Drop

dst_udp_filter_action_default_pass

str

Dst Filter Action Default Pass

dst_udp_filter_action_whitelist

str

Dst Filter Action WL

udp_auth_pass

str

UDP Auth Passed

src_udp_filter_match

str

Src Filter Match

src_udp_filter_not_match

str

Src Filter No Match

src_udp_filter_action_blacklist

str

Src Filter Action Blacklist

src_udp_filter_action_drop

str

Src Filter Action Drop

src_udp_filter_action_default_pass

str

Src Filter Action Default Pass

src_udp_filter_action_whitelist

str

Src Filter Action WL

src_dst_udp_filter_match

str

SrcDst Filter Match

src_dst_udp_filter_not_match

str

SrcDst Filter No Match

src_dst_udp_filter_action_blacklist

str

SrcDst Filter Action Blacklist

src_dst_udp_filter_action_drop

str

SrcDst Filter Action Drop

src_dst_udp_filter_action_default_pass

str

SrcDst Filter Action Default Pass

src_dst_udp_filter_action_whitelist

str

SrcDst Filter Action WL

udp_wellknown_src_port

str

UDP SrcPort Wellknown

udp_wellknown_src_port_bl

str

UDP SrcPort Wellknown Blacklisted

udp_retry_pass_wl

str

UDP Retry Pass WL

udp_retry_fail_bl

str

UDP Retry Fail Blacklisted

udp_payload_too_big

str

UDP Payload Too Large

udp_payload_too_big_bl

str

UDP Payload Too Large Blacklisted

udp_payload_too_small

str

UDP Payload Too Small

udp_payload_too_small_bl

str

UDP Payload Too Small Blacklisted

ntp_monlist_req

str

NTP Monlist Request

ntp_monlist_req_bl

str

NTP Monlist Request Blacklisted

ntp_monlist_resp

str

NTP Monlist Response

ntp_monlist_resp_bl

str

NTP Monlist Response Blacklsited

udp_conn_prate_exceed

str

UDP Conn Pkt Rate Exceeded

udp_conn_prate_bl

str

UDP Conn Pkt Rate Blacklisted

udp_any_exceed

str

UDP Exceeded

udp_drop_bl

str

UDP Blacklist Packets Dropped

udp_frag_rcvd

str

UDP Frag Received

udp_frag_drop

str

UDP Frag Dropped

udp_auth_drop

str

UDP Auth Dropped

udp_total_bytes_rcv

str

UDP Total Bytes Received

udp_total_bytes_drop

str

UDP Total Bytes Dropped

udp_retry_gap_drop

str

UDP Retry-Gap 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.

Authors

  • A10 Networks