C613-50100-01 REV C Command Reference for x930 Series 1498
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
VRF LITE COMMANDS
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.
When running VRF lite, this command can be applied to a specific VRF instance.
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 or RIP Router Address Family Configuration for a VRF
instance.
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
Example (VRF
lite)
This example applies the commands of the previous example, but to a specific VRF
named blue:
awplus# configure terminal
awplus(config)# router rip
awplus(config-router)# address-family ipv4 vrf blue
awplus(config-router-af)# distribute-list prefix myfilter in
vlan2
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