OcNOS-SP : Layer 3 Guide : Border Gateway Protocol Command Reference : BGP Commands : auto-summary
auto-summary
Use this command to enable sending summarized routes by a BGP speaker to its peers in the router configuration mode or in the address-family configuration mode. Auto-summary is used by a BGP router to advertise summarized routes to its peers. Auto-summary can be enabled if certain routes have already been advertised: in this case, configuring auto-summary advertises the summarized routes first, then corresponding non-summarized routes are withdrawn. If certain routes have already been advertised, and auto-summary is disabled, non-summarized routes are first advertised, then the corresponding summarized routes are withdrawn from all the connected peers.
Use the no parameter with this command to disable this function.
Command Syntax
auto-summary
no auto-summary
Parameters
None
Default
By default, auto-summary is disabled
Command Mode
Address Family mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#router bgp 11
(config-router)#address-family ipv4 unicast
(config-router-af)#auto-summary
 
 
 
Last modified date: 08/28/2023