Hi,
I received /126 from my ISP to configure IPv6 on my routeros, and want to configure it to connect bgp peer v6.
WAN of ISP: 2804:7f4:4001:28::1/126
My LAN: 2804:7f4:4001:28::2/126
Look what I did:
[radionet@BORDA-RADIONET-BGP] > ipv a pr
Flags: X - disabled, I - invalid, D - dynamic, G - global, L - link-local
# ADDRESS FROM-POOL INTERFACE ADVERTISE
0 G 2804:7f4:4001:28::2/126 ether1 no
ether1 is my WAN where I have IPv4 running with BGP.
IPv6 routes:
[radionet@BORDA-RADIONET-BGP] > ipv r print detail
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, o - ospf, b - bgp, U - unreachable
0 A S dst-address=2000::/3 gateway=2804:7f4:4001:28::1 gateway-status=2804:7f4:4001:28::1 reachable via ether1 distance=1 scope=30 target-scope=10
1 ADC dst-address=2804:7f4:4001:28::/126 gateway=ether1 gateway-status=ether1 reachable distance=0 scope=10
[radionet@BORDA-RADIONET-BGP] > ping 2804:7f4:4001:28::1 c=1
SEQ HOST SIZE TTL TIME STATUS
0 2804:7f4:4001:28::1 timeout
sent=1 received=0 packet-loss=100%
And the log of BGP says:
15:18:49 route,bgp,info Failed to open TCP connection: No route to host
15:18:49 route,bgp,info RemoteAddress=2804:7f4:4001:28::1
What am I missing?
Thank you!