bgp community v7

  • On Router A i have bgp communuty like :
    /routing/filter/rule
    add chain=bgp_in rule="set bgp-large-communities 200001:200001:10 "

/routing/filter/large-community-set
add set=myLargeComSet communities=200001:200001:10

\

  • On Router B i woudl to say
    if the bgp communities is 200001:200001:10 then decrease the distance to 80

im not too sure how can i type this.

any?

if (bgp-large-communities equal 200001:200001:10) { <add actions here> }"

so the key is equal, I wasn’t able to find on the wiki. Thanks

Filters support completion, you can press to get available options