a10_fw_alg_pptp

Synopsis

Change Firewall PPTP ALG Settings

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

default_port_disable

str

‘default-port-disable’= Disable PPTP ALG default port 1723;

uuid

str

uuid of the object

sampling_enable

list

Field sampling_enable

counters1

str

‘all’= all; ‘calls-established’= Calls Established; ‘call-req-pns-call-id- mismatch’= Call ID Mismatch on Call Request; ‘call-reply-pns-call-id-mismatch’= Call ID Mismatch on Call Reply; ‘gre-session-created’= GRE Session Created; ‘gre-session-freed’= GRE Session Freed; ‘call-req-retransmit’= Call Request Retransmit; ‘call-req-new’= Call Request New; ‘call-req-ext-alloc-failure’= Call Request Ext Alloc Failure; ‘call-reply-call-id-unknown’= Call Reply Unknown Client Call ID; ‘call-reply-retransmit’= Call Reply Retransmit; ‘call- reply-ext-ext-alloc-failure’= Call Request Ext Alloc Failure; ‘smp-app-type- mismatch’= SMP App Type Mismatch; ‘smp-client-call-id-mismatch’= SMP Client Call ID Mismatch; ‘smp-sessions-created’= SMP Session Created; ‘smp-sessions- freed’= SMP Session Freed; ‘smp-alloc-failure’= SMP Session Alloc Failure; ‘gre-conn-creation-failure’= GRE Conn Alloc Failure; ‘gre-conn-ext-creation- failure’= GRE Conn Ext Alloc Failure; ‘gre-no-fwd-route’= GRE No Fwd Route; ‘gre-no-rev-route’= GRE No Rev Route; ‘gre-no-control-conn’= GRE No Control Conn; ‘gre-conn-already-exists’= GRE Conn Already Exists; ‘gre-free-no-ext’= GRE Free No Ext; ‘gre-free-no-smp’= GRE Free No SMP; ‘gre-free-smp-app-type- mismatch’= GRE Free SMP App Type Mismatch; ‘control-freed’= Control Session Freed; ‘control-free-no-ext’= Control Free No Ext; ‘control-free-no-smp’= Control Free No SMP; ‘control-free-smp-app-type-mismatch’= Control Free SMP App Type Mismatch;

stats

dict

Field stats

calls_established

str

Calls Established

call_req_pns_call_id_mismatch

str

Call ID Mismatch on Call Request

call_reply_pns_call_id_mismatch

str

Call ID Mismatch on Call Reply

gre_session_created

str

GRE Session Created

gre_session_freed

str

GRE Session Freed

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