a10_vrrp_a_common

Synopsis

HA VRRP-A Global Commands

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

device_id

int

Unique ID for each VRRP-A box (Device-id number)

set_id

int

Set-ID for HA configuration (Set id from 1 to 15)

disable_default_vrid

bool

Disable default vrid

action

str

‘enable’= enable vrrp-a; ‘disable’= disable vrrp-a;

hello_interval

int

VRRP-A Hello Interval (1-255, in unit of 100millisec, default is 2)

preemption_delay

int

Delay before changing state from Active to Standby (1-255, in unit of 100millisec, default is 60)

dead_timer

int

VRRP-A dead timer in terms of how many hello messages missed, default is 5 (2-255, default is 5)

arp_retry

int

Number of additional gratuitous ARPs sent out after HA failover (1-255, default is 4)

ttl

int

VRRP-A packet IPv4 header TTL (TTL, default is 128)

hop_limit

int

VRRP-A packet IPv6 header hop-limit (hop-limit, default is 64)

track_event_delay

int

Delay before changing state after up/down event (Units of 100 milliseconds (default 30))

get_ready_time

int

set get ready time after ax starting up (60-1200, in unit of 100millisec, default is 60)

inline_mode_cfg

dict

Field inline_mode_cfg

inline_mode

bool

Enable Layer 2 Inline Hot Standby Mode

preferred_port

str

Preferred ethernet Port

preferred_trunk

int

Preferred trunk Port

restart_time

int

Time between restarting ports on standby system after transition

hostid_append_to_vrid

dict

Field hostid_append_to_vrid

hostid_append_to_vrid_default

bool

hostid append to vrid default

hostid_append_to_vrid_value

int

hostid append to vrid num

forward_l4_packet_on_standby

bool

Enables Layer 2/3 forwarding of Layer 4 traffic on the Standby ACOS device

uuid

str

uuid of the object

stats

dict

Field stats

vrrp_common_dummy

str

dummy counter

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