home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols bgp <asn> address-family ipv4-unicast aggregate-address <ipv4net>

Specifies a block of IP addresses to aggregate.

set protocols bgp asn address-family ipv4-unicast aggregate-address ipv4net { as-set | summary-only }
delete protocols bgp asn address-family ipv4-unicast aggregate-address ipv4net [ as-set | summary-only ]
show protocols bgp asn address-family ipv4-unicast aggregate-address ipv4net
asn
The number of the AS in which this router resides.
ipv4net
The network from which routes are to be aggregated. The format is ip-address/prefix.
as-set
Specifies that the routes resulting from aggregation include the AS set.
summary-only
Specifies that aggregated routes are summarized. These routes are not be announced.

Configuration mode


protocols {
    bgp asn {
        address-family {
            ipv4-unicast {
                aggregate-address ipv4net {
                    as-set
                    summary-only
                }
            }
        }
    }
}

Use the set form of this command to specify a contiguous block of IP addresses to aggregate.

Use the delete form of this command to delete an aggregate address.

Use the show form of this command to view aggregate address configuration settings.