a10_system_bfd

Synopsis

BFD 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; ‘ip_checksum_error’= IP packet checksum errors; ‘udp_checksum_error’= UDP packet checksum errors; ‘session_not_found’= Session not found; ‘multihop_mismatch’= Multihop session or packet mismatch; ‘version_mismatch’= BFD version mismatch; ‘length_too_small’= Packets too small; ‘data_is_short’= Packet data length too short; ‘invalid_detect_mult’= Invalid detect multiplier; ‘invalid_multipoint’= Invalid multipoint setting; ‘invalid_my_disc’= Invalid my descriptor; ‘invalid_ttl’= Invalid TTL; ‘auth_length_invalid’= Invalid authentication length; ‘auth_mismatch’= Authentication mismatch; ‘auth_type_mismatch’= Authentication type mismatch; ‘auth_key_id_mismatch’= Authentication key-id mismatch; ‘auth_key_mismatch’= Authentication key mismatch; ‘auth_seqnum_invalid’= Invalid authentication sequence number; ‘auth_failed’= Authentication failures; ‘local_state_admin_down’= Local admin down session state; ‘dest_unreachable’= Destination unreachable; ‘no_ipv6_enable’= No IPv6 enable; ‘other_error’= Other errors;

stats

dict

Field stats

ip_checksum_error

str

IP packet checksum errors

udp_checksum_error

str

UDP packet checksum errors

session_not_found

str

Session not found

multihop_mismatch

str

Multihop session or packet mismatch

version_mismatch

str

BFD version mismatch

length_too_small

str

Packets too small

data_is_short

str

Packet data length too short

invalid_detect_mult

str

Invalid detect multiplier

invalid_multipoint

str

Invalid multipoint setting

invalid_my_disc

str

Invalid my descriptor

invalid_ttl

str

Invalid TTL

auth_length_invalid

str

Invalid authentication length

auth_mismatch

str

Authentication mismatch

auth_type_mismatch

str

Authentication type mismatch

auth_key_id_mismatch

str

Authentication key-id mismatch

auth_key_mismatch

str

Authentication key mismatch

auth_seqnum_invalid

str

Invalid authentication sequence number

auth_failed

str

Authentication failures

local_state_admin_down

str

Local admin down session state

dest_unreachable

str

Destination unreachable

no_ipv6_enable

str

No IPv6 enable

other_error

str

Other errors

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