a10_cgnv6_sixrd_domain

Synopsis

sixrd 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

6rd Domain name

br_ipv4_address

str

6rd BR IPv4 address

ipv6_prefix

str

IPv6 prefix

ce_ipv4_network

str

Customer Edge IPv4 network

ce_ipv4_netmask

str

Mask length

mtu

int

Tunnel MTU

uuid

str

uuid of the object

user_tag

str

Customized tag

sampling_enable

list

Field sampling_enable

counters1

str

‘all’= all; ‘outbound-tcp-packets-received’= Outbound TCP packets received; ‘outbound-udp-packets-received’= Outbound UDP packets received; ‘outbound-icmp- packets-received’= Outbound ICMP packets received; ‘outbound-other-packets- received’= Outbound other packets received; ‘outbound-packets-drop’= Outbound packets dropped; ‘outbound-ipv6-dest-unreachable’= Outbound IPv6 destination unreachable; ‘outbound-fragment-ipv6’= Outbound Fragmented IPv6; ‘inbound-tcp- packets-received’= Inbound TCP packets received; ‘inbound-udp-packets- received’= Inbound UDP packets received; ‘inbound-icmp-packets-received’= Inbound ICMP packets received; ‘inbound-other-packets-received’= Inbound other packets received; ‘inbound-packets-drop’= Inbound packets dropped; ‘inbound- ipv4-dest-unreachable’= Inbound IPv4 destination unreachable; ‘inbound- fragment-ipv4’= Inbound Fragmented IPv4; ‘inbound-tunnel-fragment-ipv6’= Inbound Fragmented IPv6 in tunnel; ‘vport-matched’= Traffic match SLB virtual port; ‘unknown-delegated-prefix’= Unknown 6rd delegated prefix; ‘packet-too- big’= Packet too big; ‘not-local-ip’= Not local IP; ‘fragment-error’= Fragment processing errors; ‘other-error’= Other errors;

stats

dict

Field stats

outbound_tcp_packets_received

str

Outbound TCP packets received

outbound_udp_packets_received

str

Outbound UDP packets received

outbound_icmp_packets_received

str

Outbound ICMP packets received

outbound_other_packets_received

str

Outbound other packets received

outbound_packets_drop

str

Outbound packets dropped

outbound_ipv6_dest_unreachable

str

Outbound IPv6 destination unreachable

outbound_fragment_ipv6

str

Outbound Fragmented IPv6

inbound_tcp_packets_received

str

Inbound TCP packets received

inbound_udp_packets_received

str

Inbound UDP packets received

inbound_icmp_packets_received

str

Inbound ICMP packets received

inbound_other_packets_received

str

Inbound other packets received

inbound_packets_drop

str

Inbound packets dropped

inbound_ipv4_dest_unreachable

str

Inbound IPv4 destination unreachable

inbound_fragment_ipv4

str

Inbound Fragmented IPv4

inbound_tunnel_fragment_ipv6

str

Inbound Fragmented IPv6 in tunnel

vport_matched

str

Traffic match SLB virtual port

unknown_delegated_prefix

str

Unknown 6rd delegated prefix

packet_too_big

str

Packet too big

not_local_ip

str

Not local IP

fragment_error

str

Fragment processing errors

other_error

str

Other errors

name

str

6rd 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