C613-50170-01 Rev B
Command Reference for x510 Series
950
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP
NG
FOR
IP
V
6 C
OMMANDS
DISTRIBUTE
-
LIST
(IP
V
6 RIP
NG
)
distribute-list (IPv6 RIPng)
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-name>
]
[in|out] [
<interface
>]
no distribute-list [
<access-list>
|prefix
<prefix-list-name>
]
[in|out] [
<interface
>]
no distribute-list [prefix
<prefix-list-name>
] [in|out]
[
<interface
>]
Default
Disabled
Mode
Router Configuration
Usage
Filter out incoming or outgoing route updates using the access-list or the
prefix-list. If you do not specify the name of the interface, the filter is applied to all
the interfaces.
Example
To filter incoming or outgoing route updates, use the following commands:
awplus#
configure terminal
awplus(config)#
router ipv6 rip
awplus(config-router)#
distribute-list prefix myfilter in vlan2
Related
Commands
ipv6 access-list extended (named)
Parameter
Description
<access-list>
Specifies the IPv6 access-list number or name to use.
<prefix-list-name>
Filter prefixes in routing updates.
Specify the name of the IPv6 prefix-list to use.
<
interface
>
The interface for which distribute-list applies. For instance:
vlan2
.
in
Filter incoming routing updates.
out
Filter outgoing routing updates.