ROSv7.13.3 - bgp-ext-communities

Hi All,

if (afi ipv4 && protocol bgp) {
  jump GLOBAL-DENY-v4;
  if (bgp-as-path ^123$) {
    set bgp-local-pref 200;
  }
  set bgp-communities TRANSIT;
  set bgp-ext-communities rt:123:111.111.111.111;
  accept;
}

The bgp-ext-communities are not applied. bgp-communities are however applied?

Am I missing something? This is a input filter on an eBGP peer.

[admin@MikroTik] /routing/filter/community-ext-list> add list=yes communities="rt:123:123"                    
[admin@MikroTik] /routing/filter/community-ext-list> add list=yes communities="rt:123:123.123.123.123" 
invalid value for argument community:
    invalid prefix route distinguisher value
    value of raw contains invalid trailing characters

Guess it’s broken -shrugs-

its not a valid format, see
https://datatracker.ietf.org/doc/html/rfc7153