OSPFProtocolConfiguration
Description
(Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
authentication | False | object | The authentication to set for the OSPF protocol. If null, considered as no authentication | |||
packetCost | False | integer | Specifies the cost of sending a packet on the given OSPF interface. Ranges from 1 to 65535. | |||
priority | False | integer | Specifies the priority to help determine the OSPF designated router for a network. Ranges from 0 to 255 | |||
ptpNonBroadcast | False | boolean | If true, configures the interface network type as point-to-point non-broadcast | |||
filterOutgoingLSA | False | boolean | If true, configures the interface to filter outgoing LSAs | |||
ignoreMtuMismatch | False | boolean | If true, ignores the MTU mismatch among OSPF neighbors during the database description(DBD) exchange | |||
lostNeighborDetectionMechanism | True | object | Represents the configuration for lost neighbor detection mechanism, default is the OSPFDeadIntervalMechanism Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
retransmitInterval | True | integer | The number of seconds between LSA retransmissions for adjacencies belonging to an OSPF interface. Ranges from 1 to 8192, default is 5 Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
transmitDelay | True | integer | Sets the estimated number of seconds required to send a link-state update packet on an OSPF interface. Ranges from 1 to 8192, default is 1 Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |