VirtualLink
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 | |||
---|---|---|---|---|---|---|
routerId | True | string | The router id of the remote device running OSPF Field level constraints: cannot be null, must match pattern (?:(?:\d|[1-9]\d{1,2}|2[0-4]\d|25[0-5]).){3}(?:\d|[1-9]\d{1,2}|2[0-4]\d|25[0-5]). (Note: Additional constraints might exist) |
|||
authentication | False | object | Represents the authentication configuration. If null, indicates no authentication | |||
helloInterval | True | integer | Specifies the time in seconds between the hello packets that are sent on an interface. The value must be the same for all routers and access servers that are attached to a common network. Valid values range from 1 to 8192. The default is 10. Field level constraints: cannot be null, must be between 1 and 8192 (inclusive). (Note: Additional constraints might exist) |
|||
deadInterval | True | integer | Specifies the time in seconds that hello packets are not seen before a neighbor indicates that the router is down. The default is four times the hello interval, or 40 seconds. Valid values range from 1 to 8192. Field level constraints: cannot be null, must be between 1 and 8192 (inclusive). (Note: Additional constraints might exist) |
|||
retransmitInterval | True | integer | The time in seconds between LSA retransmissions for adjacencies that belong to the interface. The retransmit interval is the expected round-trip delay between any two routers on the attached network. The value must be greater than the expected round-trip delay, and can range from 1 to 8192. The default is 5. Field level constraints: cannot be null, must be between 1 and 8192 (inclusive). (Note: Additional constraints might exist) |
|||
transmitDelay | True | integer | Specifies the estimated time in seconds that is required to send a link-state update packet on the interface. The integer value must be greater than zero. LSAs in the update packet have their own ages incremented by this amount before transmission. The range of values can be from 1 to 8192. The default is 1. Field level constraints: cannot be null, must be between 1 and 8192 (inclusive). (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. |