a10_ipv6_access_list
Synopsis
Configure a IPv6 Access List
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 |
Named Access List |
||
rules list |
Field rules |
||
seq_num int |
Sequence Number |
||
action str |
‘deny’= Deny; ‘permit’= Permit; ‘l3-vlan-fwd-disable’= Disable L3 forwarding between VLANs; |
||
remark str |
Access list entry comment (Notes for this ACL) |
||
icmp bool |
Internet Control Message Protocol |
||
tcp bool |
protocol TCP |
||
udp bool |
protocol UDP |
||
ipv6 bool |
Any Internet Protocol |
||
service_obj_group str |
Service object group (Source object group name) |
||
geo_location str |
Specify geo-location name |
||
icmp_type int |
ICMP type number |
||
any_type bool |
Any ICMP type |
||
special_type str |
‘echo-reply’= Type 129, echo reply; ‘echo-request’= help Type 128, echo request; ‘packet-too-big’= Type 2, packet too big; ‘param-prob’= Type 4, parameter problem; ‘time-exceeded’= Type 3, time exceeded; ‘dest-unreachable’= Type 1, destination unreachable; |
||
any_code bool |
Any ICMP code |
||
icmp_code int |
ICMP code number |
||
special_code str |
‘addr-unreachable’= Code 3, address unreachable; ‘admin-prohibited’= Code 1, admin prohibited; ‘no-route’= Code 0, no route to destination; ‘not-neighbour’= Code 2, not neighbor; ‘port-unreachable’= Code 4, destination port unreachable; |
||
src_any bool |
Any source host |
||
src_host str |
A single source host (Host address) |
||
src_subnet str |
Source Address |
||
src_object_group str |
Network object group (Source network object group name) |
||
src_eq int |
Match only packets on a given source port (port number) |
||
src_gt int |
Match only packets with a greater port number |
||
src_lt int |
Match only packets with a lower port number |
||
src_range int |
match only packets in the range of port numbers (Starting Port Number) |
||
src_port_end int |
Ending Port Number |
||
dst_any bool |
Any destination host |
||
dst_host str |
A single destination host (Host address) |
||
dst_subnet str |
Destination Address |
||
dst_object_group str |
Destination network object group name |
||
dst_eq int |
Match only packets on a given destination port (port number) |
||
dst_gt int |
Match only packets with a greater port number |
||
dst_lt int |
Match only packets with a lesser port number |
||
dst_range int |
Match only packets in the range of port numbers (Starting Destination Port Number) |
||
dst_port_end int |
Edning Destination Port Number |
||
fragments bool |
IP fragments |
||
vlan int |
VLAN ID |
||
ethernet str |
Ethernet interface (Port number) |
||
trunk str |
Ethernet trunk (trunk number) |
||
dscp int |
DSCP |
||
established bool |
TCP established |
||
acl_log bool |
Log matches against this entry |
||
uuid str |
uuid of the object |
||
user_tag str |
Customized tag |
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.