C613-50100-01 REV C Command Reference for x930 Series 929
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
RIPNG FOR IPV6 COMMANDS
DISTRIBUTE
-LIST (IPV6 RIPNG)
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)
ipv6 nd prefix
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.