Ospf area associated with this ospf process. Valid values are a string, formatted as an IP address (i.e. "0.0.0.0") or as an integer between 1 and 4294967295.
auth_key_id
-
Authentication key id when auth_mode is 'hmac-sha256', 'md5' or 'hmac-md5. Valid value is an integer is in the range from 1 to 255.
auth_mode
-
Choices:
none
null
hmac-sha256
md5
hmac-md5
simple
Specifies the authentication type.
auth_text_md5
-
Specifies a password for MD5, HMAC-MD5, or HMAC-SHA256 authentication. The value is a string of 1 to 255 case-sensitive characters, spaces not supported.
auth_text_simple
-
Specifies a password for simple authentication. The value is a string of 1 to 8 characters.
cost
-
The cost associated with this interface. Valid values are an integer in the range from 1 to 65535.
dead_interval
-
Time interval an ospf neighbor waits for a hello packet before tearing down adjacencies. Valid values are an integer in the range from 1 to 235926000.
hello_interval
-
Time between sending successive hello packets. Valid values are an integer in the range from 1 to 65535.
interface
-
/ required
Full name of interface, i.e. 40GE1/0/10.
process_id
-
/ required
Specifies a process ID. The value is an integer ranging from 1 to 4294967295.
silent_interface
boolean
Choices:
no ←
yes
Setting to true will prevent this interface from receiving HELLO packets. Valid values are 'true' and 'false'.
state
-
Choices:
present ←
absent
Determines whether the config should be present or not on the device.
-name:eth_trunk module testhosts:cloudengineconnection:localgather_facts:novars:cli:host:"{{inventory_hostname}}"port:"{{ansible_ssh_port}}"username:"{{username}}"password:"{{password}}"transport:clitasks:-name:Enables OSPF and sets the cost on an interfacece_interface_ospf:interface:10GE1/0/30process_id:1area:100cost:100provider:'{{cli}}'-name:Sets the dead interval of the OSPF neighborce_interface_ospf:interface:10GE1/0/30process_id:1area:100dead_interval:100provider:'{{cli}}'-name:Sets the interval for sending Hello packets on an interfacece_interface_ospf:interface:10GE1/0/30process_id:1area:100hello_interval:2provider:'{{cli}}'-name:Disables an interface from receiving and sending OSPF packetsce_interface_ospf:interface:10GE1/0/30process_id:1area:100silent_interface:trueprovider:'{{cli}}'