Maybe this is f’ed?!
IPv6 BGP recursion doesn’t work on RouterOS version 6. Gotta wait for version 7.
from
https://www.reddit.com/r/mikrotik/comments/8kbqdp/ipv6_bgp_unreachable_nexthop_through_loopback/
Is this what’s happening here?
http://forum.mikrotik.com/t/ipv6-recursive-nexthops-via-ibgp/38211/1
here it says …
This is a known bug.
Recursive lookup is not working if gateway is link local address. To make BGP routes work you need static route with global address as gateway.
I originally did have it like so…
0 A S dst-address=::/0 gateway=2001:568:8561:38ff:72f1:86ff:fe85:1531 gateway-status=2001:568:8561:38ff:72f1:86ff:fe85:1531 reachable via bridge distance=1 scope=30 target-scope=10
It is the address of the providers router’s ipv6 for WAN. Still ping is Destination host unreachable while firewall rule accept input shows in: bridge out:(unknown 0) src-mac *.*15.30 proto ICMP type 136 code 0 the pinger’s ipv6->ff02::1 len 96 so it’s going to the broadcast doing Discovery? but it can’t sent the ICMP type 128 which it does for local address pinging.
Same problem it seems…
I can ping IPv6 gateways and routes appear to install correctly but I can not ping remote IPv6 addresses
https://forum.mikrotik.com/viewtopic.php?f=14&t=42268&start=50#p688104