a10_interface_ethernet_ip_ospf_ospf_global

Synopsis

Global setting for Open Shortest Path First for IPv4 (OSPF)

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

ethernet_ifnum

str/required

Key to identify parent object

authentication_cfg

dict

Field authentication_cfg

authentication

bool

Enable authentication

value

str

‘message-digest’= Use message-digest authentication; ‘null’= Use no authentication;

authentication_key

str

Authentication password (key) (The OSPF password (key))

bfd_cfg

dict

Field bfd_cfg

bfd

bool

Bidirectional Forwarding Detection (BFD)

disable

bool

Disable BFD

cost

int

Interface cost

database_filter_cfg

dict

Field database_filter_cfg

database_filter

str

‘all’= Filter all LSA;

out

bool

Outgoing LSA

dead_interval

int

Interval after which a neighbor is declared dead (Seconds)

disable

str

‘all’= All functionality;

hello_interval

int

Time between HELLO packets (Seconds)

message_digest_cfg

list

Field message_digest_cfg

message_digest_key

int

Message digest authentication password (key) (Key id)

md5

dict

Field md5

mtu

int

OSPF interface MTU (MTU size)

mtu_ignore

bool

Ignores the MTU in DBD packets

network

dict

Field network

broadcast

bool

Specify OSPF broadcast multi-access network

non_broadcast

bool

Specify OSPF NBMA network

point_to_point

bool

Specify OSPF point-to-point network

point_to_multipoint

bool

Specify OSPF point-to-multipoint network

p2mp_nbma

bool

Specify non-broadcast point-to-multipoint network

priority

int

Router priority

retransmit_interval

int

Time between retransmitting lost link state advertisements (Seconds)

transmit_delay

int

Link state transmit delay (Seconds)

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