a10_cgnv6_map_translation_domain

Synopsis

MAP Translation domain

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

name

str/required

MAP-T domain name

description

str

MAP-T domain description

mtu

int

Domain MTU

tcp

dict

Field tcp

mss_clamp

dict

Field mss_clamp

uuid

str

uuid of the object

user_tag

str

Customized tag

sampling_enable

list

Field sampling_enable

counters1

str

‘all’= all; ‘inbound_packet_received’= Inbound IPv4 Packets Received; ‘inbound_frag_packet_received’= Inbound IPv4 Fragment Packets Received; ‘inbound_addr_port_validation_failed’= Inbound IPv4 Destination Address Port Validation Failed; ‘inbound_rev_lookup_failed’= Inbound IPv4 Reverse Route Lookup Failed; ‘inbound_dest_unreachable’= Inbound IPv6 Destination Address Unreachable; ‘outbound_packet_received’= Outbound IPv6 Packets Received; ‘outbound_frag_packet_received’= Outbound IPv6 Fragment Packets Received; ‘outbound_addr_validation_failed’= Outbound IPv6 Source Address Validation Failed; ‘outbound_rev_lookup_failed’= Outbound IPv6 Reverse Route Lookup Failed; ‘outbound_dest_unreachable’= Outbound IPv4 Destination Address Unreachable; ‘packet_mtu_exceeded’= Packet Exceeded MTU; ‘frag_icmp_sent’= ICMP Packet Too Big Sent; ‘interface_not_configured’= Interfaces not Configured Dropped; ‘bmr_prefixrules_configured’= BMR prefix rules configured; ‘helper_count’= Helper Count; ‘active_dhcpv6_leases’= Active DHCPv6 leases;

packet_capture_template

str

Name of the packet capture template to be bind with this object

health_check_gateway

dict

Field health_check_gateway

address_list

list

Field address_list

ipv6_address_list

list

Field ipv6_address_list

withdraw_route

str

‘all-link-failure’= Withdraw routes on health-check failure of all IPv4 gateways or all IPv6 gateways; ‘any-link-failure’= Withdraw routes on health- check failure of any gateway (default);

uuid

str

uuid of the object

default_mapping_rule

dict

Field default_mapping_rule

rule_ipv6_prefix

str

Rule IPv6 prefix

uuid

str

uuid of the object

basic_mapping_rule

dict

Field basic_mapping_rule

rule_ipv4_address_port_settings

str

‘prefix-addr’= Each CE is assigned an IPv4 prefix; ‘single-addr’= Each CE is assigned an IPv4 address; ‘shared-addr’= Each CE is assigned a shared IPv4 address;

ea_length

int

Length of Embedded Address (EA) bits

share_ratio

int

Port sharing ratio for each NAT IP. Must be Power of 2 value

port_start

int

Starting Port, Must be Power of 2 value or zero

uuid

str

uuid of the object

prefix_rule_list

list

Field prefix_rule_list

stats

dict

Field stats

inbound_packet_received

str

Inbound IPv4 Packets Received

inbound_frag_packet_received

str

Inbound IPv4 Fragment Packets Received

inbound_addr_port_validation_failed

str

Inbound IPv4 Destination Address Port Validation Failed

inbound_rev_lookup_failed

str

Inbound IPv4 Reverse Route Lookup Failed

inbound_dest_unreachable

str

Inbound IPv6 Destination Address Unreachable

outbound_packet_received

str

Outbound IPv6 Packets Received

outbound_frag_packet_received

str

Outbound IPv6 Fragment Packets Received

outbound_addr_validation_failed

str

Outbound IPv6 Source Address Validation Failed

outbound_rev_lookup_failed

str

Outbound IPv6 Reverse Route Lookup Failed

outbound_dest_unreachable

str

Outbound IPv4 Destination Address Unreachable

packet_mtu_exceeded

str

Packet Exceeded MTU

frag_icmp_sent

str

ICMP Packet Too Big Sent

interface_not_configured

str

Interfaces not Configured Dropped

bmr_prefixrules_configured

str

BMR prefix rules configured

name

str

MAP-T domain name

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