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

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

set protocols rip distribute-list interface interface access-list { in in-list | out out-list ]
delete protocols rip distribute-list interface interface access-list { in | out }
show protocols rip distribute-list interface interface access-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 access list. The access list is applied to the interface to filter inbound RIP packets.
out-list
The identifier of a defined access list. The access list is applied to the interface to filter outbound RIP packets.

Configuration mode

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

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

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