IPv6 BGP over IPv4 IPSEC
I have two sites, A(FGT60E) and B (FGT60D).
They are connected via IPSEC Tunnel.
The IPv4 LAN subnets for both sites are advertised via BGP and working.
I recently introduced IPv6 on both sites.
IPv6 is activated on BGP. "network6" is also configured to advertise under BGP configuration.
I am able to see the IPv6 subnets being advertise on both Fortigates bgp table. However, the IPv6 received route is not in the routing table...
Site A:
BGP table version is 12, local router ID is 10.10.22.1 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, S Stale Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight RouteTag Path [style="background-color: #ffff00;"]*> fd01:101:101:13::/64[/style] ::ffff:a0d:2 0 0 0 64013 i *> fd01:101:101:ab00::/64 100 32768 0 i Total number of prefixes 2
ROUTING TABLE:
IPv6 Routing Table Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, B - BGP * - candidate default
Timers: Uptime
C ::1/128 via ::, root, 19:10:28 C fd01:101:101:ab00::/64 via ::, internal, 17:18:37 C fe80::/64 via ::, internal, 17:52:44 K ff00::/8 via ::, tun_fgfm, 19:10:12
Site B:
BGP table version is 14, local router ID is 10.13.0.2 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, S Stale Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight RouteTag Path [style="background-color: #ffff00;"]*> fd01:101:101:13::/64[/style] 100 32768 0 i *> fd01:101:101:ab00::/64 ::ffff:a0d:1 0 0 0 64001 i Total number of prefixes 2
ROUTING TABLE:
IPv6 Routing Table Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, B - BGP * - candidate default
Timers: Uptime
C ::1/128 via ::, root, 19:25:35 C fd01:101:101:13::/64 via ::, internal, 14:55:10 C fe80::/10 via ::, internal, 14:55:10
What seems to be the issue??