Cannot ping with routing table on ROS v7

After upgrading my mikrotik to v7, i can’t ping 8.8.8.8 routing-table=isp1
i try with vrf with this script, then i try to ping

ping 8.8.8.8 vrf=vrf1

no route to host


/ip route
add comment=vrf-ISP2 disabled=no distance=1 dst-address=0.0.0.0/32 gateway=\
    10.100.111.1 pref-src="" routing-table=vrf2 scope=30 suppress-hw-offload=\
    yes target-scope=10
add comment=vrf-ISP1 disabled=no distance=1 dst-address=0.0.0.0/32 gateway=\
    10.100.112.1 pref-src="" routing-table=vrf1 scope=30 \
    suppress-hw-offload=yes target-scope=10
add comment=monitor-viaISP2 disabled=no distance=1 dst-address=1.1.1.1/32 \
    gateway=10.100.111.1 pref-src="" routing-table=main scope=10 \
    suppress-hw-offload=no target-scope=10
add comment=monitor-viaISP1 disabled=no distance=1 dst-address=4.2.2.2/32 \
    gateway=10.100.112.1 pref-src="" routing-table=main scope=10 \
    suppress-hw-offload=no target-scope=10
add check-gateway=ping comment=routeVRF disabled=no distance=1 dst-address=\
    0.0.0.0/0 gateway=1.1.1.1 pref-src="" routing-table=main scope=30 \
    suppress-hw-offload=no target-scope=11
add check-gateway=ping comment=routeVRF disabled=no distance=2 dst-address=\
    0.0.0.0/0 gateway=4.2.2.2 pref-src="" routing-table=main scope=30 \
    suppress-hw-offload=no target-scope=11

or maybee if any solution how to ping specified ISP like on V6 for v7
ping 8.8.8.8 routing-table=ISP1