EigrpProcessConfiguration
Description
A common base class for all database nodes that are considered internal part of the Container entity and cannot be stand-alone objects that can freely be referenced by any other Container entity. (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 | |||
---|---|---|---|---|---|---|
autoSummary | False | boolean | A Boolean value, TRUE or FALSE (the default). A TRUE value indicates enabling of automatic network number summarization. | |||
routerId | False | string | An IPv4 address for the EIGRP process. Field level constraints: 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) |
|||
administrativeDistance | True | object | An object of type EIGRP administrative distance that represents the configuration used to set the administrative distances for EIGRP routes. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
routeMetric | False | object | An EIGRP route metric type that represents the EIGRP route characteristics. | |||
logNeighborChanges | False | boolean | A Boolean value, TRUE (the default) or FALSE. A TRUE value enables log neighbor changes. | |||
logNeighborWarningInterval | True | integer | Integer value to hold the neighbor warning interval in seconds. Default is 10 seconds. 0 to disable. Field level constraints: cannot be null, must be between 0 and 65535 (inclusive). (Note: Additional constraints might exist) |
|||
stub | False | object | An EIGRP stub interface type that describes stub characteristics. | |||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |