aggregate (bgp-router-config)
  
    
      Creates and configures an aggregate address entry in the BGP
        database
    
    Supported in the following platforms: 
      
      
        - Service Platforms — NX9500, NX9600
Syntax
      
      aggregate-address <IP/M> {as-set {summary-only}|summary-only}
    
    Parameters
      
      aggregate-address <IP/M> {as-set {summary-only}|summary-only}
      
            
              | aggregate-address <IP/M> | Specify the aggregate IP address and mask | 
            
              | as-set {summary-only} | Optional. Summarizes the AS_PATH attributes of the
                individual routes aggregated 
                  summary-only – Optional. Filters more specific routes from updates | 
          
    
    Examples
      
      nx9500-6C8809(config-device B4-C7-99-6C-88-09-router-bgp)#aggregate-address 192.168.13.10/32 as-set summary-only
      nx9500-6C8809(config-device B4-C7-99-6C-88-09-router-bgp)#show context
 router bgp
  bgp enable
  asn 1
  aggregate-address 192.168.13.10/32 as-set summary-only
   bgp neighbor 192.168.13.199
   remote-as 1
   use route-map UnSupMap_01 in
  bgp neighbor 192.168.13.99
   remote-as 199
   timers connect 10
   timers 20 40
   maximum-prefix 9999 80 restart 50
  bgp neighbor 1.1.1.1
   remote-as 2
   timers connect 10
   timers 20 40
   maximum-prefix 1000000
  bgp-route-limit num-routes 10 reset-time 360
nx9500-6C8809(config-device B4-C7-99-6C-88-09-router-bgp)#