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

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

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

out-list:The identifier of a defined access list. The access list is applied to filter outbound RIP packets.

The number of the access list that is used to filter networks in routing updates. The number ranges are as follows:

1-99: IP standard access list.

100-199: IP extended access list.

1300-1999: IP standard access list (expanded range).

2000-2699: IP extended access list (expanded range).

Configuration mode

protocols { rip { distribute list { access list { in inlist out out‐list } } } }
protocols
	rip {
		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 RIP packets.

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

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