a10_cgnv6_nat46_stateless_global

Synopsis

Stateless NAT46 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; ‘outbound_ipv4_received’= Outbound IPv4 packets received; ‘outbound_ipv4_drop’= Outbound IPv4 packets dropped; ‘outbound_ipv4_fragment_received’= Outbound IPv4 fragment packets received; ‘outbound_ipv6_unreachable’= Outbound IPv6 destination unreachable; ‘outbound_ipv6_fragmented’= Outbound IPv6 packets fragmented; ‘inbound_ipv6_received’= Inbound IPv6 packets received; ‘inbound_ipv6_drop’= Inbound IPv6 packets dropped; ‘inbound_ipv6_fragment_received’= Inbound IPv6 fragment packets received; ‘inbound_ipv4_unreachable’= Inbound IPv4 destination unreachable; ‘inbound_ipv4_fragmented’= Inbound IPv4 packets fragmented; ‘packet_too_big’= Packet too big; ‘fragment_error’= Fragment processing errors; ‘icmpv6_to_icmp’= ICMPv6 to ICMP; ‘icmpv6_to_icmp_error’= ICMPv6 to ICMP errors; ‘icmp_to_icmpv6’= ICMP to ICMPv6; ‘icmp_to_icmpv6_error’= ICMP to ICMPv6 errors; ‘ha_standby’= HA is standby; ‘other_error’= Other errors; ‘conn_count’= conn count;

stats

dict

Field stats

outbound_ipv4_received

str

Outbound IPv4 packets received

outbound_ipv4_drop

str

Outbound IPv4 packets dropped

outbound_ipv4_fragment_received

str

Outbound IPv4 fragment packets received

outbound_ipv6_unreachable

str

Outbound IPv6 destination unreachable

outbound_ipv6_fragmented

str

Outbound IPv6 packets fragmented

inbound_ipv6_received

str

Inbound IPv6 packets received

inbound_ipv6_drop

str

Inbound IPv6 packets dropped

inbound_ipv6_fragment_received

str

Inbound IPv6 fragment packets received

inbound_ipv4_unreachable

str

Inbound IPv4 destination unreachable

inbound_ipv4_fragmented

str

Inbound IPv4 packets fragmented

packet_too_big

str

Packet too big

fragment_error

str

Fragment processing errors

icmpv6_to_icmp

str

ICMPv6 to ICMP

icmpv6_to_icmp_error

str

ICMPv6 to ICMP errors

icmp_to_icmpv6

str

ICMP to ICMPv6

icmp_to_icmpv6_error

str

ICMP to ICMPv6 errors

ha_standby

str

HA is standby

other_error

str

Other errors

conn_count

str

conn count

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