C613-50170-01 Rev B
Command Reference for x510 Series
902
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
DISTRIBUTE
-
LIST
(RIP)
distribute-list (RIP)
Overview
Use this command to filter incoming or outgoing route updates using the
access-list or the prefix-list.
Use the
no
variant of this command to disable this feature.
Syntax
distribute-list {
<access-list>
| prefix
<prefix-list>}
{in|out}
[
<interface>
]
no distribute-list {
<access-list>
| prefix
<prefix-list>}
{in|out} [
<interface>
]
Default
Disabled
Mode
RIP Router Configuration
Usage
Filter out incoming or outgoing route updates using access-list or prefix-list. If you
do not specify the name of the interface, the filter will be applied to all interfaces.
Examples
In this example the following commands are used to apply an access list called
myfilter to filter incoming routing updates in
vlan2
awplus#
configure terminal
awplus(config)#
router rip
awplus(config-router)#
distribute-list prefix myfilter in vlan2
Related
Commands
Parameter
Description
prefix
Filter prefixes in routing updates.
<access-list>
Specifies the IPv4 access-list number or name to use.
<prefix-list>
Specifies the name of the IPv4 prefix-list to use.
in
Filter incoming routing updates.
out
Filter outgoing routing updates.
<
interface
>
The interface on which distribute-list applies. For instance:
vlan2