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

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

set protocols rip distribute-list prefix-list { in in-list | out out-list }
delete protocols rip distribute-list prefix-list { in | out }
show protocols rip distribute-list prefix-list { in | out }
in-list
The identifier of a defined prefix list. The prefix list is applied to filter inbound RIP packets.
out-list
The identifier of a defined prefix list. The prefix list is applied to filter outbound RIP packets.

Configuration mode

protocols {
	rip {
		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 RIP packets.

Use the delete form of this command to remove filtering of RIP packets by prefix list.

Use the show form of this command to display the configuration for filtering of RIP packets by prefix list.