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

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

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

Configuration mode


protocols {
	ripng {
		distribute-list {
			interface interface-name {
				access-list {
					in in-list
					out out-list
				}
			}
		}
	}
}

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

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