cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
626
Views
0
Helpful
1
Replies

How do you use route-map exact match to ip community-list with multi entries?

danielchau
Level 1
Level 1

Hello,

 

I am trying to use ip community-list together with route-map exact match:

 

ip community-list standard Filter1 permit no-advertise
ip community-list standard Filter1 permit 65004:66

 

However i faced this problem:

 

R(config)#route-map Filter-in
R(config-route-map)#match community Filter1 exact-match
% Exact-match does not apply for expanded lists

I tried both standard and expanded list but also facing this error.

 

Would you please let me now how can i solve this problem?

 

Thanks.

 

Daniel

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @danielchau ,

can you try using an old numbered community-list like

 

ip community-list 2 permit 65004:66

 

To see if in this case exact-match is accepted ?

 

Hope to help

Giuseppe