NeighborAdvertiseMap
Description
Represents 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. (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 | |||
---|---|---|---|---|---|---|
routeMap | True | object | An instance of type RouteMap that represents the route map that will be advertised if the conditions of the exist map or non-exist map are met. Field level constraints: cannot be null. (Note: Additional constraints might exist) Allowed types are: [RouteMap] |
|||
existMap | True | boolean | Value True selects exist map and value false specifies non-exist map.. Default value is false. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
existRouteMap | True | object | An instance of type RouteMap that represents exist or non exist map. The name is compared with the routes in the BGP table to determine whether the advertise-map route is advertised or not. Field level constraints: cannot be null. (Note: Additional constraints might exist) Allowed types are: [RouteMap] |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |