BGP filtering

From: Evan Weston <evan_weston_at_hotmail.com>
Date: Tue, 23 Jun 2009 20:42:52 +1000

G'day all,

 

Just wondering if there's a difference between these two methods of
filtering besides the obvious i.e one way is a route-map and the other is a
prefix list. I ask because some vendor workbooks seem to prefer the
route-map method in their solution guides.

 

 

ip prefix-list AGGREGATE1 seq 5 deny 2.2.0.0/22

ip prefix-list AGGREGATE1 seq 10 permit 0.0.0.0/0 le 32

 

neighbour x.x.x.x prefix-list AGGREGATE1 out

 

ip prefix-list AGGREGATE2 seq 5 permit 2.2.0.0/22

!

route-map BGP_OUT deny 10

 match ip address prefix-list AGGREGATE2

!

route-map BGP_OUT permit 20

 

neighbour x.x.x.x route-map BGP_OUT out

 

Evan

Blogs and organic groups at http://www.ccie.net
Received on Tue Jun 23 2009 - 20:42:52 ART

This archive was generated by hypermail 2.2.0 : Wed Jul 01 2009 - 20:02:37 ART