Hi All,
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.
Code:
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;}
Am I missing something? This is a input filter on an eBGP peer.
Statistics: Posted by savage — Fri Feb 23, 2024 12:56 pm