Defining neighbor distribute lists – Brocade TurboIron 24X Series Configuration Guide User Manual
Page 744

710
Brocade TurboIron 24X Series Configuration Guide
53-1003053-01
Filtering
The seq 
can configure up to 100 prefix list entries. If you do not specify a sequence number, the software 
numbers them in increments of 5, beginning with prefix list entry 5. The software interprets the 
prefix list entries in numerical order, beginning with the lowest sequence number.
The deny | permit parameter specifies the action the software takes if a neighbor route is in this 
prefix list. 
The prefix-list matches only on this network unless you use the ge 
parameters. (See below.)
The 
in the network mask.
You can specify a range of prefix length for prefixes that are more specific than 
•
If you specify only ge 
•
If you specify only le 
The 
length < ge-value <= le-value <= 32
If you do not specify ge 
network prefix you specify with the 
For the syntax of the neighbor command shown in the example above, refer to
Defining neighbor distribute lists
A neighbor distribute list is a list of BGP4 address filters or ACLs that filter the traffic to or from a 
neighbor. To configure a neighbor distribute list, use either of the following methods. 
To configure a distribute list that uses ACL 1, enter a command such as the following.
TurboIron(config-bgp-router)#neighbor 10.10.10.1 distribute-list 1 in
This command configures the Layer 3 Switch to use ACL 1 to select the routes that the Layer 3 
Switch will accept from neighbor 10.10.10.1.
Syntax: neighbor 
The 
The 
ACL.
The in | out parameter specifies whether the distribute list applies to inbound or outbound routes:
•
in – controls the routes the Layer 3 Switch will accept from the neighbor.
•
out – controls the routes sent to the neighbor.
NOTE
The command syntax shown above is new. However, the neighbor 
software releases. Use the new syntax when you are using an IP ACL with the distribute list. Use the 
old syntax when you are using a BGP4 address filter with the distribute list. 
