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 static route6 <subnet> blackhole

Configures a black hole IPv6 static route.

set protocols static route6 subnet blackhole [ distance number ]
delete protocols static route6 subnet blackhole [ distance number ]
show protocols static route6 subnet blackhole [ distance number ]
route6 subnet
Multi-node. An IPv6 static route. The format is a destination subnet of the form IPv6- address/prefix (h:h:h:h:h:h:h:h/x).

You can define multiple static routes by creating multiple route configuration nodes.

blackhole distance
The black hole distance for this route. Routes with a smaller distance are selected before those with a larger distance.

Configuration mode

protocols {
	static {
		route6 subnet {
			blackhole {
				distance distance
			}
		}
	}

}

A black hole static route silently discards packets that are matched.

Use the set form of this command to configure a black hole IPv6 static route.

Use the delete form of this command to configure a black hole IPv6 static route.

Use the show form of this command to view a black hole IPv6 static route.