Versions tested on: CCR 6.37.5 and 6.38.5
Steps followed on each router:
1. Add loopback bridge.
2. Add mac-address to loopback bridge (Unique to each bridge) example: 01:00:00:00:01:BB
3. Added /64 v6 ip to loopback bridge. Each router with own loopback bridge on separate /64 example: xxxx:xxx:1:2::1/64, xxxx:xxx:1:3::1/64
4. Added the point to point IPv6 subnets between routers. (Tried with /127, /126 and /64's same result)
Code: Select all
/routing ospf-v3 instance
set [ find default=yes ] redistribute-connected=as-type-1 redistribute-static=as-type-1 router-id=xxx.xxx.216.67
Code: Select all
/routing ospf-v3 interface
add area=backbone interface=bonding-core1 network-type=point-to-point
add area=backbone interface=bonding-core2 network-type=point-to-point
add area=backbone interface=ether2 network-type=point-to-point
add area=backbone interface=loopback network-type=point-to-point passive=yes
These routes never ends up in IPv6 routing table as expected with correct Gateway (fe80:: type though), interface, cost and states.
These routes never ends up in the IPv6 Routing table.
Pinging various loopback interfaces does not work. If static routes are added, icmp works.
No firewall rules, ipv4 or 6
IPv6 BGP routes does work and shows up in IPv6 routing table.
Any ideas??
Kind regards and thank you for your time.