Re: Community range to match on import filter.

2018-04-26 Thread Osmos City
Cool Tim, right!, just works as expected that way. Thanks. Jorge. > El 26 abr 2018, a las 15:44, Tim Weippert escribió: > > Hi Jorge, > > i had not exactly your config, but i get used of many checks on extended > community like: > > if ( bgp_ext_community ~ [ (rt, MYAS, 6200..6299)

Re: Community range to match on import filter.

2018-04-26 Thread Tim Weippert
Hi Jorge, i had not exactly your config, but i get used of many checks on extended community like: if ( bgp_ext_community ~ [ (rt, MYAS, 6200..6299) ] ) then { ; } and they work as expected. So i would think on standard communities it should work like: if ( bgp_community ~ [ (65000

Community range to match on import filter.

2018-04-26 Thread Osmos City
Hi there, just wondering how to migrate to Bird configuration this entry from another RR: “regex 65000:50[0-9][0-9]” applied to a BGP import route-map on community match. Tried on Bird: “if ([(65000,5000..5099)]) ~ bgp_community then “action" After that, no prefixes h