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

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

set protocols rip distribute-list interface interface prefix-list { in in-list | out out-list }
delete protocols rip distribute-list interface interface prefix-list { in | out }
show protocols rip distribute-list interface interfaceprefix-list { in | out }
interface
The identifier of an interface. Supported interface types are:
  • Data plane
  • Loopback

For more information about these interface types, refer to Supported Interface Types.

in-list
The identifier of a defined prefix list. The prefix list is applied to the interface to filter inbound RIP packets.
out-list
The identifier of a defined prefix list. The prefix list is applied to the interface to filter outbound RIP packets.

Configuration mode

protocols {
	rip {
		distribute-list {
			interface interface {
				prefix-list {
					in in-list
					out out-list
				}
			}
		}
	}
}

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

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

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