a10_axdebug_filter_config

Synopsis

Global debug filter

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

number

int/required

Specify filter id

l3_proto

str

‘arp’= arp; ‘neighbor’= neighbor;

dst

bool

Destination

src

bool

Src

ip

bool

IP

ipv4_address

str

ip address

ipv4_netmask

str

IP subnet mask

ipv6

bool

IPV6

ipv6_address

str

ipv6 address

mac

bool

mac address

mac_addr

str

mac address

port

bool

port configurations

dst_ip

bool

dest IP

dst_ipv4_address

str

dest ip address

src_ip

bool

src IP

src_ipv4_address

str

src ip address

dst_mac

bool

dest mac address

dst_mac_addr

str

dest mac address

src_mac

bool

src mac address

src_mac_addr

str

src mac address

dst_port

bool

dest port number

dst_port_num

int

dest Port number

src_port

bool

src port number

src_port_num

int

src Port number

port_num_min

int

min port number

port_num_max

int

max port number

proto

bool

ip protocol number

proto_val

str

‘icmp’= icmp; ‘icmpv6’= icmpv6; ‘tcp’= tcp; ‘udp’= udp;

prot_num

int

protocol number

offset

int

byte offset

length

int

byte length

oper_range

str

‘gt’= greater than; ‘gte’= greater than or equal to; ‘se’= smaller than or equal to; ‘st’= smaller than; ‘eq’= equal to; ‘range’= select a range;

hex

bool

Define hex value

min_hex

str

min value

max_hex

str

max value

comp_hex

str

value to compare

integer

bool

Define decimal value

integer_min

int

min value

integer_max

int

max value

integer_comp

int

value to compare

word

bool

Define hex value

WORD0

str

WORD0 to compare

WORD1

str

WORD min value

WORD2

str

WORD max value

inner_ip

bool

IP in IP or IP in IPv6 packets

inner_ipv4_address

str

IP address

inner_ipv4_netmask

str

IP subnet mask

inner_ipv6

bool

IPv6 in IPv6 or IPv6 in IPv4 packets

inner_ipv6_address

str

IPv6 address

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.

Authors

  • A10 Networks