DES-7200 Configuration Guide Chapter 6 BGP
Configuration
6-52
bgp log-neighbor-changes
neighbor 192.168.5.8 remote-as 200
neighbor 192.168.5.8 filter-list 5 in
neighbor 192.168.5.8 filter-list 4 out
Router B configuration:
!
router bgp 200
bgp log-neighbor-changes
neighbor 192.168.5.6 remote-as 100
6.30.4 Configuring Route Aggregation
Use the aggregate-address command to configure an aggregated route in the
route configuration mode. Once any route is within the configured range, this
aggregated route will take into effect.
The concrete configuration is shown as follows:
router bgp 100
aggregate-address 193.0.0.0 255.0.0.0
Configure one aggregate route:
router bgp 100
aggregate-address 193.0.0.0 255.0.0.0 as-set
The as-path segment of the aggregated route is an collection of ASs:
router bgp 100
aggregate-address 193.0.0.0 255.0.0.0 summary-only
The aggregated route will not be advertised
6.30.5 Configuring Confederation
When configuring a confederatin, you need to use the bgp confederation
identifier command to configure the AS number for external connection, and use
the bgp confederation peers command to configure confederation members.
The concrete configuration is shown as follows:
router bgp 6003
bgp confederation identifier 666
bgp confederation peers 6001 6002
neighbor 171.69.232.57 remote-as 6001
neighbor 171.69.232.55 remote-as 6002
neighbor 200.200.200.200 remote-as 701