a10_cgnv6_icmp
Synopsis
CGNV6 ICMP Statistics
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 |
||
uuid str |
uuid of the object |
||
sampling_enable list |
Field sampling_enable |
||
counters1 str |
‘all’= all; ‘icmp-unknown-type’= ICMP Unknown Type; ‘icmp-no-port-info’= ICMP Port Info Not Included; ‘icmp-no-session-drop’= ICMP No Matching Session Drop; ‘icmpv6-unknown-type’= ICMPv6 Unknown Type; ‘icmpv6-no-port-info’= ICMPv6 Port Info Not Included; ‘icmpv6-no-session-drop’= ICMPv6 No Matching Session Drop; ‘icmp-to-icmp’= ICMP to ICMP Conversion; ‘icmp-to-icmpv6’= ICMP to ICMPv6 Conversion; ‘icmpv6-to-icmp’= ICMPv6 to ICMP Conversion; ‘icmpv6-to-icmpv6’= ICMPv6 to ICMPv6 Conversion; ‘icmp-bad-type’= Bad Embedded ICMP Type; ‘icmpv6-bad-type’= Bad Embedded ICMPv6 Type; ‘64-known-drop’= NAT64 Forward Known ICMPv6 Drop; ‘64-unknown-drop’= NAT64 Forward Unknown ICMPv6 Drop; ‘64-midpoint-hop’= NAT64 Forward Unknown Source Drop; ‘46-known-drop’= NAT64 Reverse Known ICMP Drop; ‘46-unknown-drop’= NAT64 Reverse Known ICMPv6 Drop; ‘46-no-prefix-for-ipv4’= NAT64 Reverse No Prefix Match for IPv4; ‘46-bad-encap- ip-header-len’= 4to6 Bad Encapsulated IP Header Length; ‘icmp-to-icmp-err’= ICMP to ICMP Conversion Error; ‘icmp-to-icmpv6-err’= ICMP to ICMPv6 Conversion Error; ‘icmpv6-to-icmp-err’= ICMPv6 to ICMP Conversion Error; ‘icmpv6-to- icmpv6-err’= ICMPv6 to ICMPv6 Conversion Error; ‘encap-cross-cpu-no-match’= ICMP Embedded Cross CPU No Matching Session; ‘encap-cross-cpu-preprocess-err’= ICMP Embedded Cross CPU Preprocess Error; ‘icmp-to-icmp-unknown-l4’= ICMP Embedded Unknown L4 Protocol; ‘icmp-to-icmpv6-unknown-l4’= ICMP to ICMPv6 Embedded Unknown L4 Protocol; ‘icmpv6-to-icmp-unknown-l4’= ICMPv6 to ICMP Embedded Unknown L4 Protocol; ‘icmpv6-to-icmpv6-unknown-l4’= ICMPv6 to ICMPv6 Embedded Unknown L4 Protocol; ‘static-nat’= ICMP Static NAT; ‘echo-to-pool- reply’= Ping to Pool Reply; ‘echo-to-pool-drop’= Ping to Pool Drop; ‘error-to- pool-drop’= Error to Pool Drop; ‘echo-to-pool-reply-v6’= Ping6 to Pool Reply; ‘echo-to-pool-drop-v6’= Ping6 to Pool Drop; ‘error-to-pool-drop-v6’= Error to IPv6 Pool Drop; ‘error-ip-mismatch’= ICMP IP address mismatch; |
||
stats dict |
Field stats |
||
icmp_unknown_type str |
ICMP Unknown Type |
||
icmp_no_port_info str |
ICMP Port Info Not Included |
||
icmp_no_session_drop str |
ICMP No Matching Session Drop |
||
icmpv6_unknown_type str |
ICMPv6 Unknown Type |
||
icmpv6_no_port_info str |
ICMPv6 Port Info Not Included |
||
icmpv6_no_session_drop str |
ICMPv6 No Matching Session Drop |
||
icmp_to_icmp str |
ICMP to ICMP Conversion |
||
icmp_to_icmpv6 str |
ICMP to ICMPv6 Conversion |
||
icmpv6_to_icmp str |
ICMPv6 to ICMP Conversion |
||
icmpv6_to_icmpv6 str |
ICMPv6 to ICMPv6 Conversion |
||
icmp_bad_type str |
Bad Embedded ICMP Type |
||
icmpv6_bad_type str |
Bad Embedded ICMPv6 Type |
||
64_known_drop str |
NAT64 Forward Known ICMPv6 Drop |
||
64_unknown_drop str |
NAT64 Forward Unknown ICMPv6 Drop |
||
64_midpoint_hop str |
NAT64 Forward Unknown Source Drop |
||
46_known_drop str |
NAT64 Reverse Known ICMP Drop |
||
46_unknown_drop str |
NAT64 Reverse Known ICMPv6 Drop |
||
46_no_prefix_for_ipv4 str |
NAT64 Reverse No Prefix Match for IPv4 |
||
icmp_to_icmp_err str |
ICMP to ICMP Conversion Error |
||
icmp_to_icmpv6_err str |
ICMP to ICMPv6 Conversion Error |
||
icmpv6_to_icmp_err str |
ICMPv6 to ICMP Conversion Error |
||
icmpv6_to_icmpv6_err str |
ICMPv6 to ICMPv6 Conversion Error |
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.