a10_cgnv6_l4

Synopsis

CGNV6 L4 Statistics

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; ‘no-fwd-route’= No Forward Route for Session; ‘no-rev-route’= No Reverse Route for Session; ‘out-of-session-memory’= Out of Session Memory; ‘tcp-rst-sent’= TCP RST Sent; ‘ipip-icmp-reply-sent’= IPIP ICMP Echo Reply Sent; ‘icmp-filtered-sent’= ICMP Administratively Filtered Sent; ‘icmp-host- unreachable-sent’= ICMP Host Unreachable Sent; ‘icmp-reply-no-session-drop’= ICMP Reply No Session Drop; ‘ipip-truncated’= IPIP Truncated Packet; ‘ip-src- invalid-unicast’= IPv4 Source Not Valid Unicast; ‘ip-dst-invalid-unicast’= IPv4 Destination Not Valid Unicast; ‘ipv6-src-invalid-unicast’= IPv6 Source Not Valid Unicast; ‘ipv6-dst-invalid-unicast’= IPv6 Destination Not Valid Unicast; ‘rate_drop_reset_unkn’= Rate Drop reset; ‘bad-l3-protocol’= Bad Layer 3 Protocol; ‘special-ipv4-no-route’= Stateless IPv4 No Forward Route; ‘special- ipv6-no-route’= Stateless IPv6 No Forward Route; ‘icmp-reply-sent’= ICMP Echo Reply Sent; ‘icmpv6-reply-sent’= ICMPv6 Echo Reply Sent; ‘out-of-state- dropped’= L4 Out of State packets; ‘ttl-exceeded-sent’= ICMP TTL Exceeded Sent; ‘cross-cpu-alg-gre-no-match’= ALG GRE Cross CPU No Matching Session; ‘cross- cpu-alg-gre-preprocess-err’= ALG GRE Cross CPU Preprocess Error; ‘lsn-fast- setup’= LSN Fast Setup Attempt; ‘lsn-fast-setup-err’= LSN Fast Setup Error; ‘nat64-fast-setup’= NAT64 Fast Setup Attempt; ‘nat64-fast-setup-err’= NAT64 Fast Setup Error; ‘dslite-fast-setup’= DS-Lite Fast Setup Attempt; ‘dslite- fast-setup-err’= DS-Lite Fast Setup Error; ‘fast-setup-delayed-err’= Fast Setup Delayed Error; ‘fast-setup-mtu-too-small’= Fast Setup MTU Too Small; ‘fixed- nat44-fast-setup’= Fixed NAT Fast Setup Attempt; ‘fixed-nat44-fast-setup-err’= Fixed NAT Fast Setup Error; ‘fixed-nat64-fast-setup’= Fixed NAT Fast Setup Attempt; ‘fixed-nat64-fast-setup-err’= Fixed NAT Fast Setup Error; ‘fixed-nat- dslite-fast-setup’= Fixed NAT Fast Setup Attempt; ‘fixed-nat-dslite-fast-setup- err’= Fixed NAT Fast Setup Error; ‘fixed-nat-fast-setup-delayed-err’= Fixed NAT Fast Setup Delayed Error; ‘fixed-nat-fast-setup-mtu-too-small’= Fixed NAT Fast Setup MTU Too Small; ‘static-nat-fast-setup’= Static NAT Fast Setup Attempt; ‘static-nat-fast-setup-err’= Static NAT Fast Setup Error; ‘dst-nat-needed- drop’= Destination NAT Needed Drop; ‘invalid-nat64-translated-addr’= Invalid NAT64 Translated IPv4 Address; ‘tcp-rst-loop-drop’= RST Loop Drop; ‘static-nat- alloc’= Static NAT Alloc; ‘static-nat-free’= Static NAT Free; ‘process-l4’= Process L4; ‘preprocess-error’= Preprocess Error; ‘process-special’= Process Special; ‘process-continue’= Process Continue; ‘process-error’= Process Error; ‘fw-match-no-rule-drop’= Firewall Matched No CGNv6 Rule Drop; ‘ip-unknown- process’= Process IP Unknown; ‘src-nat-pool-not-found’= Src NAT Pool Not Found; ‘dst-nat-pool-not-found’= Dst NAT Pool Not Found; ‘l3-ip-src-invalid-unicast’= IPv4 L3 Source Invalid Unicast; ‘l3-ip-dst-invalid-unicast’= IPv4 L3 Destination Invalid Unicast; ‘l3-ipv6-src-invalid-unicast’= IPv6 L3 Source Invalid Unicast; ‘l3-ipv6-dst-invalid-unicast’= IPv6 L3 Destination Invalid Unicast; ‘fw-zone-mismatch-rerouting-drop’= Rerouting Zone Mismatch Drop; ‘nat- range-list-acl-deny’= Nat range-list ACL deny; ‘nat-range-list-acl-permit’= Nat range-list ACL permit; ‘fw-next-action-incorrect-drop’= FW Next Action Incorrect Drop;

stats

dict

Field stats

no_fwd_route

str

No Forward Route for Session

no_rev_route

str

No Reverse Route for Session

out_of_session_memory

str

Out of Session Memory

tcp_rst_sent

str

TCP RST Sent

ipip_icmp_reply_sent

str

IPIP ICMP Echo Reply Sent

icmp_filtered_sent

str

ICMP Administratively Filtered Sent

icmp_host_unreachable_sent

str

ICMP Host Unreachable Sent

icmp_reply_no_session_drop

str

ICMP Reply No Session Drop

ipip_truncated

str

IPIP Truncated Packet

ip_src_invalid_unicast

str

IPv4 Source Not Valid Unicast

ip_dst_invalid_unicast

str

IPv4 Destination Not Valid Unicast

ipv6_src_invalid_unicast

str

IPv6 Source Not Valid Unicast

ipv6_dst_invalid_unicast

str

IPv6 Destination Not Valid Unicast

rate_drop_reset_unkn

str

Rate Drop reset

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