a10_rule_set_rule_action_group

Synopsis

Configure action-group

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

rule_set_name

str/required

Key to identify parent object

ntype

str

‘permit’= permit; ‘deny’= deny; ‘reset’= reset;

permit_log

bool

Enable logging

reset_log

bool

Enable logging

deny_log

bool

Enable logging

logging_template_list

list

Field logging_template_list

permit_log_template_type

str

‘fw-logging-template’= Logging with specified fw template; ‘cgnv6-logging- template’= Logging with specified cgnv6 template; ‘netflow-monitor’= Logging with specified netflow/ipfix monitor;

permit_fw_log

str

Logging template name

permit_cgnv6_log

str

Logging template name

permit_netflow_log

str

Name of netflow monitor

reset_log_template_type

str

‘fw-logging-template’= Logging with specified fw template;

reset_fw_log

str

Logging template name

deny_log_template_type

str

‘fw-logging-template’= Logging with specified fw template;

deny_fw_log

str

Logging template name

listen_on_port

bool

Listen on port

forward

bool

Forward packet

ipsec

bool

Apply IPsec encapsulation

ipsec_group

bool

Apply IPsec Group encapsulation

vpn_ipsec_name

str

VPN IPsec name

vpn_ipsec_group_name

str

VPN IPsec Group name

cgnv6

bool

Apply CGNv6 policy

cgnv6_policy

str

‘lsn-lid’= Apply specified CGNv6 LSN LID; ‘fixed-nat’= Apply CGNv6 Fixed NAT; ‘ds-lite’= Apply CGNv6 DS-Lite;

cgnv6_lsn_lid

int

LSN LID

cgnv6_ds_lite

str

‘lsn-lid’= Apply specified CGNv6 LSN LID;

cgnv6_ds_lite_lsn_lid

int

LSN LID

inspect_payload

bool

Enable DS-Lite tunnel inspection

permit_limit_policy

int

Limit policy Template

permit_respond_to_user_mac

bool

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

reset_respond_to_user_mac

bool

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

set_dscp

bool

DSCP setting

dscp_value

str

‘default’= Default dscp (000000); ‘af11’= AF11 (001010); ‘af12’= AF12 (001100); ‘af13’= AF13 (001110); ‘af21’= AF21 (010010); ‘af22’= AF22 (010100); ‘af23’= AF23 (010110); ‘af31’= AF31 (011010); ‘af32’= AF32 (011100); ‘af33’= AF33 (011110); ‘af41’= AF41 (100010); ‘af42’= AF42 (100100); ‘af43’= AF43 (100110); ‘cs1’= CS1 (001000); ‘cs2’= CS2 (010000); ‘cs3’= CS3 (011000); ‘cs4’= CS4 (100000); ‘cs5’= CS5 (101000); ‘cs6’= CS6 (110000); ‘cs7’= CS7 (111000); ‘ef’= EF (101110);

dscp_number

int

DSCP Number

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