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

if (
(bgp-communities includes 65001:500)
 or 
(bgp-communities includes 65001:501)
 or 
(bgp-communities includes 65001:502)
 or 
(bgp-communities includes 65001:503)
)
{
    set gw JP-TOKYO; accept;
}
else
{
 reject;
} 