a10_cgnv6_template_pcp¶
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 |
|
name str/required |
PCP Template name |
|
allow_third_party_from_lan bool |
Allow third party request coming from LAN (default is disabled) |
|
allow_third_party_from_wan bool |
Allow third party request coming from WAN (default is disabled) |
|
check_client_nonce bool |
To validate NONCE value in PCP request (default= disabled) |
|
disable_map_filter bool |
To disable processing of FILTER options in MAP request |
|
announce bool |
PCP ANNOUNCE Opcode (default is enabled) |
|
map bool |
PCP MAP Opcode (default is enabled) |
|
peer bool |
PCP PEER Opcode (default is enabled) |
|
maximum int |
To set maximum lifetime of PCP mappings (default 1440 minutes) |
|
minimum int |
To set minimum lifetime of PCP mappings (default 2 minutes) |
|
pcp_server_port int |
PCP server listening port (default 5351) (PCP UDP destination port) |
|
source_ip str |
Specify source IP address for IPv4 ANNOUNCE message |
|
source_ipv6 str |
Specify source IPv6 address for IPv6 ANNOUNCE message |
|
uuid str |
uuid of the object |
|
user_tag str |
Customized tag |