aggregate-address
Creates an aggregate entry in a BGP routing table. The no version removes the aggregate.
[ no ] aggregate-address { address mask | ipv6Prefix }
[ as-set | summary-only | attribute-map attributeMapTag |
advertise-map advertiseMapTag | suppress-map suppressMapName ]*
- addressAggregate IPv4 address
- maskAggregate IPv4 mask
- ipv6PrefixAggregate IPv6 prefix
- as-setIf the as-set option is not specified, the path attributes of the aggregate route are set in the same way as locally originated routes, except that the atomic_aggregate and aggregator attributes are added. If the as-set option is used, the path attributes of the aggregate route are determined by combining the path attributes of the aggregated routes as described in RFC 1771. If the as-set option is used, the path attributes of the aggregate route may change whenever one of the aggregated routes changes, causing the aggregate route to be readvertised.
- summary-onlyFilters all more specific routes from updates. summary-only not only creates the aggregate route but also suppresses advertisements of more-specific routes to all neighbors. If you only want to suppress advertisements to certain neighbors, you may use the neighbor distribute-list command, with caution. If a more-specific route leaks out, all BGP speakers will prefer that route over the less-specific aggregate you are generating (using longest-match routing). Alternatively, you can use the suppress-map keyword to suppress specific routes.
- attributeMapTagString of up to 32 characters that identifies the route map used to set the attributes of the aggregate route
- advertiseMapTagString of up to 32 characters that identifies the route map used to set the routes to create AS-SET origin communities in the range
- suppressMapNameString of up to 32 characters that identifies a route map that filters routes to be suppressed
- *Indicates that one or more parameters can be repeated multiple times in a list in the command line
Address Family Configuration, Router Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.