a10_ddos_l4_icmp

Synopsis

l4 icmp 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

icmp_src_drop

str

ICMP Src Packets Dropped

icmp_dst_drop

str

ICMP Dst Packets Dropped

icmp_wildcard_bl

str

ICMP Type Wildcard Blacklisted

src_icmp_bl_user_config

str

ICMP Src Blacklisted User Packets Dropped

icmp_rcvd

str

ICMP Total Packets Received

icmp_echo_rcvd

str

ICMP Echo Received

icmp_other_rcvd

str

ICMP other Received

icmp_src_dst_drop

str

ICMP SrcDst Packets Dropped

icmp_src_dst_bl_drop_user_cfg

str

ICMP SrcDst Blacklisted User Packets Dropped

icmp_type_deny_drop

str

ICMP Type Dropped

icmp_v4_rfc_undef_drop

str

ICMPv4 RFC Undef Type Dropped

icmp_v6_rfc_undef_drop

str

ICMPv6 RFC Undef Type Dropped

icmp_wildcard_deny_drop

str

ICMP Type Wildcard Dropped

icmp_rate_exceed0

str

ICMP Type Rate 1 Exceeded

icmp_rate_exceed1

str

ICMP Type Rate 2 Exceeded

icmp_rate_exceed2

str

ICMP Type Rate 3 Exceeded

icmp_type

str

ICMP Type

icmp_type_bl

str

ICMP Type Blacklisted

icmp_rate_exceed0_drop

str

ICMP Type Rate 1 Dropped

icmp_rate_exceed0_bl

str

ICMP Type Rate 1 Blacklisted

icmp_rate_exceed1_drop

str

ICMP Type Rate 2 Dropped

icmp_rate_exceed1_bl

str

ICMP Type Rate 2 Blacklisted

icmp_rate_exceed2_drop

str

ICMP Type Rate 3 Dropped

icmp_rate_exceed2_bl

str

ICMP Type Rate 3 Blacklisted

icmp_wildcard

str

ICMP Type Wildcard

icmp_any_exceed

str

ICMP Exceeded

icmp_drop_bl

str

ICMP Blacklisted Packets Dropped

icmp_frag_rcvd

str

ICMP Frag Received

icmp_frag_drop

str

ICMP Frag Dropped

icmp_total_bytes_rcv

str

ICMP Total Bytes Received

icmp_total_drop

str

ICMP Total Packets Dropped

icmp_total_bytes_drop

str

ICMP Total Bytes Dropped

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