a10_cgnv6_lw_4o6_global

Synopsis

Configure LW-4over6 parameters

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

hairpinning

str

‘filter-all’= Disable all Hairpinning; ‘filter-none’= Allow all Hairpinning (default); ‘filter-self-ip’= Block Hairpinning to same IP; ‘filter-self-ip- port’= Block hairpinning to same IP and Port combination;

icmp_inbound

str

‘drop’= Drop Inbound ICMP packets; ‘handle’= Handle Inbound ICMP packets(default);

nat_prefix_list

str

Configure LW-4over6 NAT Prefix List (LW-4over6 NAT Prefix Class-list)

no_forward_match

dict

Field no_forward_match

send_icmpv6

bool

Send ICMPv6 Type 1 Code 5

no_reverse_match

dict

Field no_reverse_match

send_icmp

bool

Send ICMP Type 3 Code 1

use_binding_table

str

Bind LW-4over6 binding table for use (LW-4over6 Binding Table Name)

inside_src_access_list

int

Access List for inside IPv4 addresses (ACL ID)

uuid

str

uuid of the object

sampling_enable

list

Field sampling_enable

counters1

str

‘all’= all; ‘entry_count’= Total Entries Configured; ‘self_hairpinning_drop’= Self-Hairpinning Drops; ‘all_hairpinning_drop’= All Hairpinning Drops; ‘no_match_icmpv6_sent’= No-Forward-Match ICMPv6 Sent; ‘no_match_icmp_sent’= No- Reverse-Match ICMP Sent; ‘icmp_inbound_drop’= Inbound ICMP Drops; ‘fwd_lookup_failed’= Forward Route Lookup Failed; ‘rev_lookup_failed’= Reverse Route Lookup Failed; ‘interface_not_configured’= LW-4over6 Interfaces not Configured Drops; ‘no_binding_table_matches_fwd’= No Forward Binding Table Entry Match Drops; ‘no_binding_table_matches_rev’= No Reverse Binding Table Entry Match Drops; ‘session_count’= LW-4over6 Session Count; ‘system_address_drop’= LW-4over6 System Address Drops;

stats

dict

Field stats

entry_count

str

Total Entries Configured

self_hairpinning_drop

str

Self-Hairpinning Drops

all_hairpinning_drop

str

All Hairpinning Drops

no_match_icmpv6_sent

str

No-Forward-Match ICMPv6 Sent

no_match_icmp_sent

str

No-Reverse-Match ICMP Sent

icmp_inbound_drop

str

Inbound ICMP Drops

fwd_lookup_failed

str

Forward Route Lookup Failed

rev_lookup_failed

str

Reverse Route Lookup Failed

interface_not_configured

str

LW-4over6 Interfaces not Configured Drops

no_binding_table_matches_fwd

str

No Forward Binding Table Entry Match Drops

no_binding_table_matches_rev

str

No Reverse Binding Table Entry Match Drops

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