route-map dilemma

From: Cisco Fanatic <ebay_products_at_hotmail.com>
Date: Tue, 3 Nov 2009 16:12:18 -0800

All,

Playing with route-map ...

!
router bgp 65210
  aggregate-address 172.19.248.0 255.255.248.0 summary-only attribute-map AGG
  redistribute static route-map TAG_ROUTES
  redistribute ospf 1 route-map TAG_ROUTES
!
route-map TAG_ROUTES permit 10
 match ip address prefix-list ROUTES <--
 set origin igp
 set community 65210:10
!

If a route-map references in a match condition a prefix-list that is not
defined, is that considered a match or not?

Any link which can explain ..

-Yuri
Received on Tue Nov 03 2009 - 16:12:18 ART

This archive was generated by hypermail 2.2.0 : Tue Dec 01 2009 - 06:36:28 ART