From: nenad pudar (nenad.pudar@gmail.com)
Date: Tue Nov 22 2005 - 02:31:24 GMT-3
Hi everybody
I have a kind of problem with route-map match statements on Cisco router
I would like the route-map like below and match both communities (logical
AND)
route-map from-bgp-to-isis permit 10
match route-type external
match community 147
match community 47
!
route-map from-bgp-to-isis deny 20
However no matter how I put the config in the router I get
route-map from-bgp-to-isis permit 10
match route-type external
match community 47 147
!
route-map from-bgp-to-isis deny 20
which is logical OR statement which means any of two communities
Does anybody know how can I do this (copy and paste of the config at the
beginning results in the config above)
thanks
nenad
This archive was generated by hypermail 2.1.4 : Thu Dec 01 2005 - 09:12:07 GMT-3