4 aggregate-address, 5 bgp aggregate-nexthop-check – Accton Technology ES4626 User Manual
Page 528

528
Example:
Switch(config)#router bgp 100
Switch(config-router)#address-family vpnv4
Switch(config-router-af)#
13.8.3.4 aggregate-address
Command: aggregate-address
no aggregate-address
Function:
Configure the aggregate-address. The “no aggregate-address
” command deletes the aggregate-address
Parameter:
IP address, length of mask
[summary-only]: Send summary only ignoring specific route
[as-set]: Show AS on the path in list, each AS is shown once.
Default:
No aggregate configuration
Command Mode:
BGP route mode
Usage Guide:
Address aggregation reduces spreading routing messages outside. Use
summary-only option so to spread aggregate route to the neighbors without spreading
specific route. as-set option will list AS from each route covered by the aggregation only
once without repeat.
Example:
Switch(config-router)# aggregate-address 100.1.0.0/16 summary-only
Switch(config-router)# aggregate-address 100.2.0.0/16 summary-only as-set
Switch(config-router)# aggregate-address 100.3.0.0/16 as-set
13.8.3.5 bgp aggregate-nexthop-check
Command: bgp aggregate-nexthop-check
no bgp aggregate-nexthop-check
Function:
Configures whether BGP checks all the route next-hop in aggregating. The
“no bgp aggregate-nexthop-check” command cancels this configuration, namely not
check the next-hop accordance of aggregate route
Parameter:
None
Default:
No nexthop checked during aggregating
Command Mode:
Global mode
Usage Guide:
When check is enabled, the aggregate will not be performed if the
next-hop of the covered routes are not in accordance. When checking is disabled, all
covered route will be aggregated into the aggregate route.
Example:
Switch(config)#bgp aggregate-nexthop-check