// Frouting filter configuration for MikroTik 7.14+
// Generated automatically
// Date: 2024-01-20T12:00:00.000Z

if (
(bgp-communities includes 65001:200)
 or 
(bgp-communities includes 65001:201)
 or 
(bgp-communities includes 65001:202)
 or 
(bgp-communities includes 65001:203)
)
{
    set gw NL-AMSTERDAM; accept;
}
else
{
 reject;
} 