a10_cgnv6_lsn_alg_pptp

Synopsis

Change LSN 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

pptp_value

str

‘enable’= Enable PPTP ALG for LSN;

uuid

str

uuid of the object

sampling_enable

list

Field sampling_enable

counters1

str

‘all’= all; ‘calls-established’= Calls Established; ‘mismatched-pns-call-id’= Mismatched PNS Call ID; ‘gre-sessions-created’= GRE Sessions Created; ‘gre- sessions-freed’= GRE Sessions Freed; ‘no-gre-session-match’= No Matching GRE Session; ‘smp-sessions-created’= SMP Sessions Created; ‘smp-sessions-freed’= SMP Sessions Freed; ‘smp-session-creation-failure’= SMP Session Creation Failures; ‘extension-creation-failure’= Extension Creation Failures; ‘ha-sent’= HA Info Sent; ‘ha-rcv’= HA Info Received; ‘ha-no-mem’= HA Memory Allocation Failure; ‘ha-conflict’= HA Call ID Conflicts; ‘ha-overwrite’= HA Call ID Overwrites; ‘ha-call-sent’= HA Call Sent; ‘ha-call-rcv’= HA Call Received; ‘ha- smp-conflict’= HA SMP Conflicts; ‘ha-smp-in-del-q’= HA SMP Deleted; ‘smp-app- type-mismatch’= SMP ALG App Type Mismatch; ‘quota-inc’= Quota Incremented; ‘quota-dec’= Quota Decremented; ‘quota-inc-not-found’= Quota Not Found on Increment; ‘quota-dec-not-found’= Quota Not Found on Decrement; ‘call-req-pns- call-id-mismatch’= Call ID Mismatch on Call Request; ‘call-reply-pns-call-id- mismatch’= Call ID Mismatch on Call Reply; ‘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-retransmit-wrong-control’= Call Reply Retransmit Wrong Control; ‘call- reply-retransmit-acquired’= Call Reply Retransmit Acquired; ‘call-reply-ext- alloc-failure’= Call Request Ext Alloc Failure; ‘smp-client-call-id-mismatch’= SMP Client Call ID Mismatch; ‘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

mismatched_pns_call_id

str

Mismatched PNS Call ID

gre_sessions_created

str

GRE Sessions Created

gre_sessions_freed

str

GRE Sessions Freed

no_gre_session_match

str

No Matching GRE Session

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

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