Hi bros.
I have VPN Hub Spoke topology. CE-PE routing protocols I used OSPF. At Hub PE, I had two vrf (CE-SPOKE and HUB-VPN).
At CE-SPOKE vrf, I received all routes from Spoke CE (172.80.0/24)
root@M5X> show route logical-system AS1-PE-02 table CE-SPOKE.inet.0
CE-SPOKE.inet.0: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
172.80.0.0/24 *[BGP/170] 00:08:10, MED 0, localpref 100, from 203.162.1.5
AS path: I, validation-state: unverified
> to 10.10.10.9 via ge-1/1/3.0, label-switched-path LSP-TO-1.5
and from HUB-CE, it also had this route
root@E4200-03> show route table HUB-CE.inet.0 protocol ospf 172.80.0.0
HUB-CE.inet.0: 10 destinations, 10 routes (10 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
172.80.0.0/24 *[OSPF/150] 00:24:05, metric 0, tag 3489700928
> to 10.10.8.1 via ge-0/0/23.10
But at HUB-VPN vrf at HUB-PE, I did not find this route, although it appeared in ospf database
> show route logical-system AS1-PE-02 table HUB-VPN.inet.0 172.80.0.0
root@M5X> show ospf database logical-system AS1-PE-02 instance HUB-VPN lsa-id 172.80.0.0 extensive
OSPF AS SCOPE link state database
Type ID Adv Rtr Seq Age Opt Cksum Len
Extern 172.80.0.0 10.10.8.1 0x80000001 1579 0xa2 0x2f3b 36
mask 255.255.255.0
Topology default (ID 0)
Type: 2, Metric: 0, Fwd addr: 0.0.0.0, Tag: 208.0.156.64
Aging timer 00:33:41
Installed 00:26:17 ago, expires in 00:33:41
Last changed 00:26:17 ago, Change count: 1
So, what happens ? And how to fix it ?