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 ripng aggregate-address <ipv6net>

Specifies an aggregate RIPng route announcement.

set protocols ripng aggregate-address ipv6net
delete protocols ripng aggregate-address ipv6net
show protocols ripng aggregate-address [ ipv6net ]
ipv6net
An IPv6 network from which routes are to aggregate. The format is ipv6-address/prefix.

Configuration mode


protocols {
	ripng {
		aggregate-address ipv6net 
	}
}

Use this command for IPv6 address aggregation.

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 display aggregate address configuration settings.