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

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

set protocols ripng distribute-list interface interface-name prefix-list { in in-list | out out-list }
delete protocols ripng distribute-list interface interface-name prefix-list { in | out }
show protocols ripng distribute-list interface interface-name prefix-list { in | out }
interface-name
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 in-list
Specifies the identifier of a defined prefix list. The prefix list applies to the specified interface to filter inbound RIPng packets.
out out-list
Specifies the identifier of a defined prefix list. The prefix list applies to the specified interface to filter outbound RIPng packets.

Configuration mode


protocols {
	ripng {
		distribute-list {
			interface interface-name {
				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 RIPng packets.

Use the delete form of this command to remove the filtering of RIPng inbound or outbound packets on an interface by a prefix list.

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