beautypg.com

Distribute-list – Allied Telesis AT-S83 User Manual

Page 277

background image

AT-S83 Management Software Command Line Interface User’s Guide

277

DISTRIBUTE-LIST

Syntax

distribute-list LIST in|out IFNAME

no distribute-list

Parameters

LIST

Specifies an access list. Choose from the following:

in

Filter incoming routing updates.

out

Filter outgoing routing updates.

IFNAME

Specifies a name of the interface.

Description

Use the DISTRIBUTE-LIST command to set the access list or the prefix
list to filter incoming or outgoing route updates. By default, this command
is disabled.

Filter out incoming or outgoing route updates using an access-list or a
prefix list. If you do not specify the name of the interface, the filter is
applied to all the interfaces.

Use the no form of this command to disable this feature.

Command Mode

Router mode

Example

The following commands filter incoming route updates using a prefix list
called “myfilter” on interface 6:

switch#configure terminal

switch(config)#router rip

switch(config-router)#distribute-list myfilter in xe6

Related Commands

none