a10_interface_ve_ip_ospf_ospf_ip
Synopsis
IP address configuration 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 |
||
ve_ifnum str/required |
Key to identify parent object |
||
ip_addr str/required |
Address of interface |
||
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)) |
||
cost int |
Interface cost |
||
database_filter str |
‘all’= Filter all LSA; |
||
out bool |
Outgoing LSA |
||
dead_interval int |
Interval after which a neighbor is declared dead (Seconds) |
||
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_value str |
The OSPF password (1-16) |
||
encrypted str |
Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string) |
||
mtu_ignore bool |
Ignores the MTU in DBD packets |
||
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.