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 distribute-list prefix-list

Applies a prefix list to filter inbound or outbound RIPng packets.

set protocols ripng distribute-list prefix-list { in in-list | out out-list }
delete protocols ripng distribute-list prefix-list { in | out }
show protocols ripng distribute-list prefix-list { in | out }
in in-list
Specifies the identifier of a defined prefix list. The prefix list filters inbound RIPng packets.
out out-list
Specifies the identifier of a defined prefix list. The prefix list filters outbound RIPng packets.

Configuration mode


protocols {
	ripng {
		distribute-list {
			prefix-list {
				in in-list
				out out-list
			}
		}
	}
}

Use the set form of this command to apply a prefix list to filter inbound or outbound RIPng packets.

Use the delete form of this command to remove the filtering of RIPng inbound or outbound packets by a prefix list.

Use the show form of this command to display RIPng prefix list filtering configuration.