AFAggregateAddressIPv4
Description
Specifies aggregation of specific routes into one route. (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 | |||
|---|---|---|---|---|---|---|
| advertiseMap | False | object |
An instance of type
RouteMap
that represents the name of the route map used to select the routes to create AS_SET origin communities.
Allowed types are: [ RouteMap ] |
|||
| attributeMap | False | object |
An instance of type
RouteMap
that represents the name of the route map used to set the attribute of the aggregate route.
Allowed types are: [ RouteMap ] |
|||
| suppressMap | False | object |
An instance of type
RouteMap
that represents the name of the route map used to select the routes to be suppressed.
Allowed types are: [ RouteMap ] |
|||
| asSet | True | boolean |
Generates autonomous system set path information. If true, enables asSet command. Default value is false.
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| summaryOnly | True | boolean |
Filters all more-specific routes from updates. If true, enables summaryOnly command. Default value is false.
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| ipv4AggregateNetwork | True | object |
An instance of type
NetworkObject
that represents the IPv4 aggregate address.
Field level constraints: cannot be null. (Note: Additional constraints might exist) Allowed types are: [ NetworkObject ] |
|||
| type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. | |||