a10_ddos_tunnel

Synopsis

tunnel 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

ip_tunnel_rcvd

str

IPv4 Tunnel Received

ip_tunnel_rate_limit_inner

str

IPv4 Tunnel Rate Limit Inner Pkts

ip_tunnel_encap

str

IPv4 Tunnel Encap

ip_tunnel_encap_fail

str

IPv4 Tunnel Encap Failed

ip_tunnel_decap

str

IPv4 Tunnel Decap

ip_tunnel_decap_fail

str

IPv4 Tunnel Decap Failed

ip6_tunnel_rcvd

str

IPv6 Tunnel Received

ip6_tunnel_rate_limit_inner

str

IPv6 Tunnel Rate Limit Inner Pkts

ip6_tunnel_encap

str

IPv6 Tunnel Encap

ip6_tunnel_encap_fail

str

IPv6 Tunnel Encap Failed

ip6_tunnel_decap

str

IPv6 Tunnel Decap

ip6_tunnel_decap_fail

str

IPv6 Tunnel Decap Failed

ip_gre_tunnel_rcvd

str

GRE Tunnel Received

ip_gre_tunnel_rate_limit_inner

str

GRE Tunnel Rate Limit Inner Pkts

ip_gre_tunnel_encap

str

GRE Tunnel Encap

ip_gre_tunnel_encap_fail

str

GRE Tunnel Encap Failed

ip_gre_tunnel_decap

str

GRE Tunnel Decap

ip_gre_tunnel_decap_fail

str

GRE Tunnel Decap Failed

ip_gre_tunnel_encap_key

str

GRE Tunnel Encap W/ Key

ip_gre_tunnel_decap_key

str

GRE Tunnel Decap W/ Key

ip_gre_tunnel_decap_drop

str

GRE Tunnel Decap Key Mismatch Dropped

ip6_gre_tunnel_rcvd

str

GRE V6 Tunnel Received

ip6_gre_tunnel_rate_limit_inner

str

GRE V6 Tunnel Rate Limit Inner Pkts

ip6_gre_tunnel_encap

str

GRE V6 Tunnel Encap

ip6_gre_tunnel_encap_fail

str

GRE V6 Tunnel Encap Received Failed

ip6_gre_tunnel_decap

str

GRE V6 Tunnel Decap

ip6_gre_tunnel_decap_fail

str

GRE V6 Tunnel Decap Failed

ip6_gre_tunnel_encap_key

str

GRE V6 Tunnel Encap W/ Key

ip6_gre_tunnel_decap_key

str

GRE V6 Tunnel Decap W/ Key

ip6_gre_tunnel_decap_drop

str

GRE V6 Tunnel Decap No Key Dropped

ip_esp_tunnel_rcvd

str

ESP Tunnel Received

ip_esp_tunnel_inspect

str

ESP Tunnel Inspect

ip_esp_tunnel_inspect_fail

str

ESP Tunnel Inspect Fail

ip6_esp_tunnel_rcvd

str

ESP V6 Tunnel Received

ip6_esp_tunnel_inspect

str

ESP V6 Tunnel Inspect

ip6_esp_tunnel_inspect_fail

str

ESP V6 Tunnel Inspect Fail

ip_vxlan_tunnel_rcvd

str

IP VxLAN Received

ip_vxlan_tunnel_invalid_vni

str

IP VxLAN Invalid VNI

ip_vxlan_tunnel_decap

str

IP VxLAN Decap

ip_vxlan_tunnel_decap_err

str

IP VxLAN Decap Error

ip_gre_tunnel_keepalive_rcvd

str

GRE Tunnel Keep-Alive Received

jumbo_in_tunnel_drop

str

Jumbo Packet in Tunnel 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