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 access-list

Applies an access list to filter inbound or outbound RIPng packets.

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

Configuration mode


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

Use the set form of this command to apply an access 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 an access list.

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