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 ipv6-unicast aggregate-address <ipv6net>

Specifies a contiguous block of IPv6 addresses to aggregate.

set protocols bgp asn address-family ipv6-unicast aggregate-address ipv6net [ summary-only ]
delete protocols bgp asn address-family ipv6-unicast aggregate-address ipv6net
show protocols bgp asn address-family ipv6-unicast aggregate-address
asn
The number of the AS in which this router resides.
ip6net
The IPv6 network from which routes are to be aggregated. The format is ipv6-address/prefix.
summary-only
Specifies that aggregated routes are summarized. These routes are not announced.

Configuration mode


protocols {
    bgp asn {
        address-family {
            ipv6-unicast {
                aggregate-address ipv6net {
                    summary-only
                }
            }
        }
    }
}

This command applies to IPv6 unicast routes only.

Use the set form of this command to specify a contiguous block of IPv6 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.