Community discussions

MikroTik App
 
savage
Forum Guru
Forum Guru
Topic Author
Posts: 1264
Joined: Mon Oct 18, 2004 12:07 am
Location: Cape Town, South Africa
Contact:

ROSv7.13.3 - bgp-ext-communities

Fri Feb 23, 2024 12:56 pm

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.
 
savage
Forum Guru
Forum Guru
Topic Author
Posts: 1264
Joined: Mon Oct 18, 2004 12:07 am
Location: Cape Town, South Africa
Contact:

Re: ROSv7.13.3 - bgp-ext-communities

Fri Feb 23, 2024 1:05 pm

[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-
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7058
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: ROSv7.13.3 - bgp-ext-communities

Mon Feb 26, 2024 12:00 pm

Who is online

Users browsing this forum: No registered users and 2 guests