Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageros
/routing/filter/community-ext-list
add list=myRTList communities="rt:1.1.1.1:222"
/routing/filter/rule/
add 
chain=myChain rule="delete bgp-ext-communities sso,other,myRTList;"

...

Code Block
languageros
/routing/filter/rule/
add 
chain=myChain rule="if (bgp-as-path .1234.) {accept}"

...

Code Block
languageros
/routing/filter/community-list
add communities=111:222 list=myCommunityList

/routing/filter/rule/
add 
chain=myChain rule="if (bgp-communities equal-list myCommunityList) {delete bgp-communities wk,other; accept;}"

...