Technical data

BLADE OS 5.1 Application Guide
BMD00136, November 2009 Chapter 10: Border Gateway Protocol
143
3. Configure internal peer router 1 and external peer router 2.
4. Configure redistribution for Peer 1.
5. Configure aggregation policy control.
Configure the routes that you want aggregated.
>> # router bgp
>> (config-router-bgp)# neighbor 1 enable
>> (config-router-bgp)# neighbor 1 remote-address 10.1.1.4
>> (config-router-bgp)# neighbor 1 remote-as 135
>> (config-router-bgp)# neighbor 2 enable
>> (config-router-bgp)# neighbor 2 remote-address 20.20.20.2
>> (config-router-bgp)# neighbor 2 remote-as 200
>> (config-router-bgp)# neighbor 1 redistribute default-action redistribute
>> (config-router-bgp)# neighbor 1 redistribute fixed
>> (config-router-bgp)# aggregate-address 1 135.0.0.0 255.0.0.0
>> (config-router-bgp)# aggregate-address 1 enable