a10_cgnv6_fixed_nat_inside_ipv4address

Synopsis

Configure Fixed NAT

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

inside_start_address

str/required

IPv4 Inside User Start Address

inside_end_address

str/required

IPv4 Inside User End Address

inside_netmask

str/required

IPv4 Netmask

partition

str/required

Inside User Partition (Partition Name)

nat_ip_list

str

Name of IP List used to specify NAT addresses

nat_start_address

str

Start NAT Address

nat_end_address

str

IPv4 End NAT Address

nat_netmask

str

NAT Addresses IP Netmask

vrid

int

VRRP-A vrid (Specify ha VRRP-A vrid)

dest_rule_list

str

Bind destination based Rule-List (Fixed NAT Rule-List Name)

dynamic_pool_size

int

Configure size of Dynamic pool (Default= 0)

method

str

‘use-all-nat-ips’= Use all the NAT IP addresses configured; ‘use-least-nat- ips’= Use the least number of NAT IP addresses required (default);

offset

dict

Field offset

random

bool

Randomly choose the first NAT IP address

numeric_offset

int

Configure a numeric offset to the first NAT IP address

skip_ports_on_rollover

bool

Not using the first block of ports for NAT IPs smaller than the configured offset

ports_per_user

int

Configure Ports per Inside User (ports-per-user)

respond_to_user_mac

bool

Use the user’s source MAC for the next hop rather than the routing table (Default= off)

session_quota

int

Configure per user quota on sessions

usable_nat_ports

dict

Field usable_nat_ports

usable_start_port

int

Start Port of Usable NAT Ports

usable_end_port

int

End Port of Usable NAT Ports

uuid

str

uuid of the object

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