hi,
i need to set multiple communities in my output bgp filter but seems not possible. If i set something like:
chain=Filter Out match-chain=Filter bgp-communities=“” invert-match=no action=passthrough set-bgp-prepend-path=“” set-bgp-communities=0:6939
it work, but if i need to set something like
17 chain=Filter Out match-chain=Filter bgp-communities=“” invert-match=no action=passthrough set-bgp-prepend-path=“” append-bgp-communities=0:6939
18 chain=Filter Out match-chain=Filter bgp-communities=“” invert-match=no action=passthrough set-bgp-prepend-path=“” append-bgp-communities=0:39107
it not work.
I tried creating two chain with same name but it take only last one. How can i fix it?