a10_router_bgp_redistribute

Synopsis

Redistribute information from another routing protocol

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

bgp_as_number

str/required

Key to identify parent object

connected_cfg

dict

Field connected_cfg

connected

bool

Connected

route_map

str

Route map reference (Pointer to route-map entries)

floating_ip_cfg

dict

Field floating_ip_cfg

floating_ip

bool

Floating IP

route_map

str

Route map reference (Pointer to route-map entries)

lw4o6_cfg

dict

Field lw4o6_cfg

lw4o6

bool

LW4O6 Prefix

route_map

str

Route map reference (Pointer to route-map entries)

static_nat_cfg

dict

Field static_nat_cfg

static_nat

bool

Static NAT Prefix

route_map

str

Route map reference (Pointer to route-map entries)

ip_nat_cfg

dict

Field ip_nat_cfg

ip_nat

bool

IP NAT

route_map

str

Route map reference (Pointer to route-map entries)

ip_nat_list_cfg

dict

Field ip_nat_list_cfg

ip_nat_list

bool

IP NAT list

route_map

str

Route map reference (Pointer to route-map entries)

isis_cfg

dict

Field isis_cfg

isis

bool

ISO IS-IS

route_map

str

Route map reference (Pointer to route-map entries)

ospf_cfg

dict

Field ospf_cfg

ospf

bool

Open Shortest Path First (OSPF)

route_map

str

Route map reference (Pointer to route-map entries)

rip_cfg

dict

Field rip_cfg

rip

bool

Routing Information Protocol (RIP)

route_map

str

Route map reference (Pointer to route-map entries)

static_cfg

dict

Field static_cfg

static

bool

Static routes

route_map

str

Route map reference (Pointer to route-map entries)

nat_map_cfg

dict

Field nat_map_cfg

nat_map

bool

NAT MAP Prefix

route_map

str

Route map reference (Pointer to route-map entries)

vip

dict

Field vip

only_flagged_cfg

dict

Field only_flagged_cfg

only_not_flagged_cfg

dict

Field only_not_flagged_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