a10_router_ipv6_rip

Synopsis

Routing Information Protocol (RIPng)

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

cisco_metric_behavior

str

‘enable’= Enables updating metric consistent with Cisco; ‘disable’= Disables updating metric consistent with Cisco; (Enable/Disable updating metric consistent with Cisco)

default_information

str

‘originate’= originate; (Distribute default route)

default_metric

int

Set a metric of redistribute routes (Default metric)

recv_buffer_size

int

Set the RIPNG UDP receive buffer size (the RIPNG UDP receive buffer size value)

timers

dict

Field timers

timers_cfg

dict

Field timers_cfg

aggregate_address_cfg

list

Field aggregate_address_cfg

aggregate_address

str

Set aggregate RIP route announcement (Aggregate network)

route_cfg

list

Field route_cfg

route

str

Static route advertisement (debugging purpose) (IP prefix)

ripng_neighbor

dict

Field ripng_neighbor

ripng_neighbor_cfg

list

Field ripng_neighbor_cfg

passive_interface_list

list

Field passive_interface_list

ethernet

str

Ethernet interface (Port number)

loopback

str

Loopback interface (Port number)

trunk

str

Trunk interface (Trunk interface number)

tunnel

str

Tunnel interface (Tunnel interface number)

ve

str

Virtual ethernet interface (Virtual ethernet interface number)

uuid

str

uuid of the object

distribute_list

dict

Field distribute_list

acl_cfg

list

Field acl_cfg

uuid

str

uuid of the object

prefix

dict

Field prefix

offset_list

dict

Field offset_list

acl_cfg

list

Field acl_cfg

uuid

str

uuid of the object

redistribute

dict

Field redistribute

redist_list

list

Field redist_list

vip_list

list

Field vip_list

uuid

str

uuid of the object

route_map

dict

Field route_map

map_cfg

list

Field map_cfg

uuid

str

uuid of the object

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