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

if (
(bgp-communities includes 65001:400)
 or 
(bgp-communities includes 65001:401)
)
{
    set gw US-NEWYORK; accept;
}
else if (
(bgp-communities includes 65001:402)
 or 
(bgp-communities includes 65001:403)
)
{
    set gw US-LOSANGELES; accept;
}
else if (
(bgp-communities includes 65001:404)
)
{
    set gw US-CHICAGO; accept;
}
else
{
 reject;
} 