RedistributeOSPF
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 | |||
---|---|---|---|---|---|---|
tagNumber | False | integer | A number to tag the routes redistributed into OSPF. Ranges from 0 to 4294967295 Field level constraints: must be between 0 and 4294967295 (inclusive). (Note: Additional constraints might exist) |
|||
subnets | False | boolean | If true, considers subnets for redistribution into OSPF. Default is false. | |||
routeMetric | False | object | Represents the configuration of the metrics to use while redistributing routes | |||
routeMap | False | object | A route map object that specifies the routing process that generates the default route if the route map is satisfied Allowed types are: [RouteMap] |
|||
processId | True | string | The process id of the OSPF process Field level constraints: cannot be null, must match pattern \d|[1-9]\d+, must be between 1 and 65535 (inclusive). (Note: Additional constraints might exist) |
|||
matchExternal1 | True | boolean | If true, redistributes external type 1 routes Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
matchExternal2 | True | boolean | If true, redistributes external type 2 routes Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
matchInternal | True | boolean | If true, redistributes OSPF internal routes Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
matchNssaExternal1 | True | boolean | If true, redistributes nssa-external type 1 routes Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
matchNssaExternal2 | True | boolean | If true, redistributes nssa-external type 2 routes 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. |