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

Route maps: Multiple set extcommunity rt for one match

gautamzone
Level 1
Level 1

Dear friends,

Is it possible to have multiple set extcommunity rt's for one match statement.

The reason being that i want to leak routes from one PE to another but i have to leak the same routes (in match clause) to more than one vrf. Thats the reason i feel the need for multiple set extcommunity rt's for a single match clause.

1 Reply 1

Wouter Prins
Level 1
Level 1

Hello gautamzone,

This set statement of the route-map should do what you want:

--

match x

set extcommunity rt 65001:1 65001:2 additive

--

The additive keyword is set so the current communities are still present.

HTH,

Wouter