09-01-2023 08:59 AM
Hi all
I can't issue the following command.
no auto summary command under router bgp 65000
conf t
router bgp 65000
no auto summary
it goes under address-family ipv4 will that be an issue?
address-family ipv4
no auto summary
Solved! Go to Solution.
09-01-2023 12:25 PM
Hi @Mukesh ,
"no auto-summary" has been the default behavior for BGP for years now, so no need to configure it.
Regards,
09-01-2023 09:12 AM
depends on use case :
To configure automatic summarization of subnet routes into network-level routes, use the auto-summary command in address family or router configuration mode. To disable automatic summarization and send subprefix routing information across classful network boundaries, use the no form of this command.
auto-summary
no auto-summary
Since BGP can support multi-protocol you can use address-family ipv4 (unicast or Multicast)
09-01-2023 12:25 PM
Hi @Mukesh ,
"no auto-summary" has been the default behavior for BGP for years now, so no need to configure it.
Regards,
09-01-2023 12:48 PM
Hello @Mukesh ,
Auto-summary behavior has changed across Cisco IOS software releases. Initially, auto-summary was enabled by default. However, with Cisco bug ID CSCdu81680 this behavior has changed. In the latest Cisco IOS, auto-summary is disabled by default.
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