Setup Guide

Table Of Contents
In the show ip bgp command, aggregates contain an a in the first column (shown in bold) and routes suppressed by the
aggregate contain an s in the first column.
DellEMC#show ip bgp
BGP table version is 0, local router ID is 10.101.15.13
Status codes: s suppressed, d damped, h history, * valid, > best
Path source: I - internal, a - aggregate, c - confed-external, r - redistributed, n -
network
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 7.0.0.0/29 10.114.8.33 0 0 18508 ?
*> 7.0.0.0/30 10.114.8.33 0 0 18508 ?
*>a 9.0.0.0/8 192.0.0.0 32768 18508 701 {7018 2686 3786} ?
*> 9.2.0.0/16 10.114.8.33 0 18508 701 i
*> 9.141.128.0/24 10.114.8.33 0 18508 701 7018 2686 ?
DellEMC#
Configuring BGP aggregate routes
To create an aggregate route entry in the BGP routing table, use the following commands.
The aggregate route is advertised from the autonomous system.
Enter the router configuration mode and the AS number for the specific BGP routing process.
CONFIG mode
router bgp as-number
Create an aggregate entry in the BGP routing table.
CONFIG-ROUTER-BGP mode
aggregateaddress address-mask
Use the aggregate-address command without any keywords to create an aggregate entry if any specific BGP routes are
available in the specified range.
DellEMC# configure terminal
DellEMC(conf)# router bgp 100
DellEMC(conf-router_bgp)# aggregate-address 10.1.1.0/24
DellEMC(conf-router_bgp)# exit
DellEMC(conf)#
Following is the sample output of show ip bgp command.
DellEMC# show ip bgp
BGP local RIB : Routes to be Added 0, Replaced 0, Withdrawn 0
BGP local router ID is 30.30.30.30
Status codes: s suppressed, S stale, d dampened, h history, * valid, > best
Path source: I - internal, a - aggregate, c - confed-external, r - redistributed
n - network, D - denied, S - stale
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*>r 3.3.3.0/24 0.0.0.0 0 32768 ?
s>r 10.1.1.0/30 0.0.0.0 0 32768 ?
*>r 30.30.30.30/32 0.0.0.0 0 32768 ?
*>a 10.1.1.0/24 0.0.0.0 32768 ?
Suppressing BGP aggregate routes
The routes that are suppressed are not advertised to any of the BGP neighbors. You can suppress the aggregate routes using
the suppress-map or summary-only options in the aggregate-address configuration. To suppress the advertisement
of the aggregate routes using BGP, use the following commands.
Create an aggregate entry and suppress the advertisement of specific routes to all neighbors.
CONFIG-ROUTER-BGP mode
Border Gateway Protocol (BGP)
189