Hello Andreas,
Actually When exporting BGP routes, static routes we need to configure with the configure bgp add network command. This takes precedence over BGP discovered routes.
To create a static BGP network, use the following command:
configure bgp add network {address-family [ipv4-unicast | ipv4-multicast | ipv6-
unicast | ipv6-multicast]} {network-policy }
NOTE:
This command adds the route to BGP only if the route is present in the routing table.
Hope this is useful for you.