NeighborRoutes
Description
Represents Neighbor Routes settings such as Neighbor Default Originate, Neighbor Advertise Map (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 | |||
---|---|---|---|---|---|---|
advertisementInterval | False | integer | Sets the minimum interval between the sending of BGP routing updates. Valid values are from 0 to 600. Field level constraints: must be between 0 and 600 (inclusive). (Note: Additional constraints might exist) |
|||
neighborAdvertiseMaps | True | [object] | Represents neighbor advertise-maps for BGP conditional advertisement feature. The condition is defined by a route map called non-exist-map for conditions that do not exist or by a route map called exist-map for conditions that do exist. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
neighborDefaultOriginate | False | object | An instance of type NeighborDefaultOriginate that allows a BGP speaker (the local router) to send the default route 0.0.0.0 to a neighbor for use as a default route. | |||
removePrivateAs | True | boolean | If true, removes private autonomous system numbers from outbound routing updates. Default value is false. 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. |