He is trying to configure multiple extcommunity-rt in his policy, however how we should add multiple entries ? From what I can see, it supports only one, in the following way:
set policy route-map default-in rule 1000 set extcommunity-rt ‘600000:1’
However, we can’t use it like:
set policy route-map default-in rule 1000 set extcommunity-rt ‘600000:1 600000:2 600000:3’
set policy route-map default-in rule 1000 set extcommunity-rt ‘600000:1’
set policy route-map default-in rule 1000 set extcommunity-rt ‘600000:2’
set policy route-map default-in rule 1000 set extcommunity-rt ‘600000:3’
Hi, @fernando, indeed it works like this in 1.4, but the thing is that my customer is using 1.3.3 LTS and it will not work like this unfortunately, it simply doesn’t accept multiple asns like your example.
By the way, I just saw the task open, yeah, previously in 1.3 (rolling) you simply couldn’t use extcommunity-rt, as it was broken, now it kinda works but allows only one target it seems, I hope it get fixed then.
Hey @Apachez, yeah of course using the CLI is the best method, but while it doesn’t works, do we have any other way to manipulate this directly in frr ?