protocols bgp <asn> address-family ipv4-unicast aggregate-address <ipv4net>
Specifies a block of IP addresses to aggregate.
- asn
- The number of the AS in which this router resides.
- ipv4net
- The network from which routes are to be aggregated. The format is ip-address/prefix.
- as-set
- Specifies that the routes resulting from aggregation include the AS set.
- summary-only
- Specifies that aggregated routes are summarized. These routes are not be announced.
Configuration mode
protocols {
bgp asn {
address-family {
ipv4-unicast {
aggregate-address ipv4net {
as-set
summary-only
}
}
}
}
}
Use the set form of this command to specify a contiguous block of IP addresses to aggregate.
Use the delete form of this command to delete an aggregate address.
Use the show form of this command to view aggregate address configuration settings.