C613-50631-01 Rev A Command Reference for IE340 Series 1080
AlliedWare Plus™ Operating System - Version 5.5.3-0.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 notes 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.
in Filter incoming routing updates.
out Filter outgoing routing updates.