07-16-2013 10:04 AM - edited 03-07-2019 02:26 PM
I read/heard somewhere that we can generate default route in BGP using "aggregate-address" command... I did not understand this. Could any expert explain this to me how default route is generated?
Thanks.
Solved! Go to Solution.
07-16-2013 10:45 AM
Hi Kashish,
In principle you could use the aggregate-address command to generate a default route but in practice IOS does not allow you to do that and returns the following error message:
r1(config-router)#aggregate-address 0.0.0.0 0.0.0.0 summary-only
% Aggregating to create default makes no sense,
use a network statement instead.
r1(config-router)#
Regards
07-16-2013 12:09 PM
Hi Kashish,
This has been the behavior for as long as I can remember.
Regards
07-16-2013 10:45 AM
Hi Kashish,
In principle you could use the aggregate-address command to generate a default route but in practice IOS does not allow you to do that and returns the following error message:
r1(config-router)#aggregate-address 0.0.0.0 0.0.0.0 summary-only
% Aggregating to create default makes no sense,
use a network statement instead.
r1(config-router)#
Regards
07-16-2013 11:42 AM
Thanks Harold.
Did this command use to work on old IOS versions and getting deprecated in favor of network command for newer ones? Just curious.
07-16-2013 12:09 PM
Hi Kashish,
This has been the behavior for as long as I can remember.
Regards
07-16-2013 12:14 PM
Thanks, This helps!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide