Chapter 16 BGP Configuration
Confidential and Proprietary Information of ZTE CORPORATION 233
BGP is running on a network.
1. To configure BGP aggregation advertisement, use
aggregate-address <ip-address> <net-mask> [count
<count>] [as-set] [summary-only] [strict] command in
BGP route mode as shown in
Table 286.
TABLE 286 BGP-AGGREGATE ADDRESS COMMAND
Command
Format
Command Mode Command Function
aggregate-
address <ip-
address> <net-
mask> [count
<count>] [as-set]
[summary-only]
[strict]
BGP Route
This creates an
aggregation policy in
BGP routing table
Result: This establishes an aggregation policy in BGP
routing table.
E
ND OF STEPS
Example: An aggregate address example is shown as follows.
As shown in
Figure 96 , routers R1 and R2 separately advertise
routes 170.10.0.0/16 and 170.20.0.0/16. R3 aggregates the
information about the two routes into a route 170.0.0.0/8 and
advertises the route to R4. After aggregation configuration, the
routing table of R4 can only learn the aggregated route
170.0.0.0/8.
FIGURE 96 BGP-AGGREGATION ADVERTISEMENT
170.20.0.0/16 170.10.0.0/16
3.3.3.0/24
4.4.4.0/24
2.2.2.0/24
AS100 AS200AS300
AS400
R1 R2
R4
R3
Steps