I have a router.. 2 interfaces..
XXXX:f000:32:88::/127
XXXX:f000:32:89::1/127
I can route XXXX:f000:32:90::/127 -> XXXX:f000:32:88:1 fine...
_but_
I cannot route XXXX:f000:32:90::/127 -> XXXX:f000:32:89::
it says XXXX:f000:32:89:: unreachable
I'm actually trying to send ::/0 to the :0 address and says unreachable but if I send to a :1 on a /127 it works.
Below is some example I set up..
[admin@MikroTik] > ping XXXX:f000:32:89::
HOST SIZE TTL TIME STATUS
XXXX:f000:32:89:: 56 64 0ms echo reply
XXXX:f000:32:89:: 56 64 0ms echo reply
sent=2 received=2 packet-loss=0% min-rtt=0ms avg-rtt=0ms max-rtt=0ms
[admin@MikroTik] /ipv6 route> print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, o - ospf, b - bgp, U - unreachable
# DST-ADDRESS GATEWAY DISTANCE
0 S ::/0 XXXX:f000:32:89:: 1 <--- it thinks is unreachable
1 ADC XXXX:f000:32:88::/127 ether2 0
2 ADC XXXX:f000:32:89::/127 ether1 0
3 A S XXXX:f0001::/64 XXXX:f000:32:88::1 1
[admin@MikroTik] /ipv6 address> print
Flags: X - disabled, I - invalid, D - dynamic, G - global, L - link-local
# ADDRESS FROM-POOL INTERFACE ADVERTISE
0 DL fe80::d6ca:6dff:fed3:2699/64 sfp1-gat... no
1 DL fe80::d6ca:6dff:fed3:269a/64 ether1 no
2 DL fe80::d6ca:6dff:fed3:269e/64 ether5 .. no
3 DL fe80::d6ca:6dff:fed3:269b/64 ether2 no
4 G XXXX:f000:32:88::/127 ether2-bras no
5 G XXXX:f000:32:89::1/127 ether1-core no
This works on ciscos/juniper/other routers fine.. but why not on Mikrotik? anyway I can do this?
Running v6.4