a10_cgnv6_stateful_firewall_alg_ftp
Synopsis
Configure FTP ALG for NAT stateful firewall (default= enabled)
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 |
||
ftp_value str |
‘disable’= Disable ALG; |
||
uuid str |
uuid of the object |
||
sampling_enable list |
Field sampling_enable |
||
counters1 str |
‘all’= all; ‘client-port-request’= PORT Requests From Client; ‘client-eprt- request’= EPRT Requests From Client; ‘server-pasv-reply’= PASV Replies From Server; ‘server-epsv-reply’= EPSV Replies From Server; ‘port-retransmits’= PORT Retransmits; ‘pasv-retransmits’= PASV Retransmits; ‘smp-app-type-mismatch’= SMP App Type Mismatch; ‘retransmit-sanity-check-failure’= Retransmit Sanity Check Failure; ‘smp-conn-alloc-failure’= SMP Helper Conn Alloc Failure; ‘port-helper- created’= PORT Helper Created; ‘pasv-helper-created’= PASV Helper Created; ‘port-helper-acquire-in-del-q’= PORT Helper Acquire In Del Queue; ‘port-helper- acquire-already-used’= PORT Helper Acquire Already Used; ‘pasv-helper-acquire- in-del-q’= PASV Helper Acquire In Del Queue; ‘pasv-helper-acquire-already- used’= PASV Helper Acquire Already Used; ‘port-helper-freed-used’= PORT Helper Freed Used; ‘port-helper-freed-unused’= PORT Helper Freed Unused; ‘pasv-helper- freed-used’= PASV Helper Freed Used; ‘pasv-helper-freed-unused’= PASV Helper Freed Unused; |
||
stats dict |
Field stats |
||
client_port_request str |
PORT Requests From Client |
||
client_eprt_request str |
EPRT Requests From Client |
||
server_pasv_reply str |
PASV Replies From Server |
||
server_epsv_reply str |
EPSV Replies From Server |
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.