a10_router_bgp_address_family_ipv6

Synopsis

ipv6 Address family

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’]

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

bgp

dict

Field bgp

dampening

bool

Enable route-flap dampening

dampening_half

int

Reachability Half-life time for the penalty(minutes)

dampening_start_reuse

int

Value to start reusing a route

dampening_start_supress

int

Value to start suppressing a route

dampening_max_supress

int

Maximum duration to suppress a stable route(minutes)

dampening_unreachability

int

Un-reachability Half-life time for the penalty(minutes)

route_map

str

Route-map to specify criteria for dampening (Route-map name)

distance

dict

Field distance

distance_ext

int

Distance for routes external to the AS

distance_int

int

Distance for routes internal to the AS

distance_local

int

Distance for local routes

maximum_paths_value

int

Supported BGP multipath numbers

originate

bool

Distribute an IPv6 default route

aggregate_address_list

list

Field aggregate_address_list

aggregate_address

str

Configure BGP aggregate entries (Aggregate IPv6 prefix)

as_set

bool

Generate AS set path information

summary_only

bool

Filter more specific routes from updates

auto_summary

bool

Enable automatic network number summarization

synchronization

bool

Perform IGP synchronization

uuid

str

uuid of the object

network

dict

Field network

synchronization

dict

Field synchronization

ipv6_network_list

list

Field ipv6_network_list

neighbor

dict

Field neighbor

peer_group_neighbor_list

list

Field peer_group_neighbor_list

ipv4_neighbor_list

list

Field ipv4_neighbor_list

ipv6_neighbor_list

list

Field ipv6_neighbor_list

ethernet_neighbor_ipv6_list

list

Field ethernet_neighbor_ipv6_list

ve_neighbor_ipv6_list

list

Field ve_neighbor_ipv6_list

trunk_neighbor_ipv6_list

list

Field trunk_neighbor_ipv6_list

redistribute

dict

Field redistribute

connected_cfg

dict

Field connected_cfg

floating_ip_cfg

dict

Field floating_ip_cfg

nat64_cfg

dict

Field nat64_cfg

nat_map_cfg

dict

Field nat_map_cfg

lw4o6_cfg

dict

Field lw4o6_cfg

static_nat_cfg

dict

Field static_nat_cfg

ip_nat_cfg

dict

Field ip_nat_cfg

ip_nat_list_cfg

dict

Field ip_nat_list_cfg

isis_cfg

dict

Field isis_cfg

ospf_cfg

dict

Field ospf_cfg

rip_cfg

dict

Field rip_cfg

static_cfg

dict

Field static_cfg

vip

dict

Field vip

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