Hi aarsenlev,
Thanks for looking into this.
As requested, please see the configurations below.
================
PE-1 Configurations
=================
set routing-instances VRF-LAB instance-type vrf
set routing-instances VRF-LAB interface em1.0
set routing-instances VRF-LAB route-distinguisher 65535:1000
set routing-instances VRF-LAB vrf-import VRF-LAB-IMPORT
set routing-instances VRF-LAB vrf-export VRF-LAB-EXPORT
set routing-instances VRF-LAB vrf-table-label
set routing-instances VRF-LAB routing-options auto-export
set routing-instances VRF-LAB protocols ospf3 realm ipv4-unicast export OSPF-EXPORT
set routing-instances VRF-LAB protocols ospf3 realm ipv4-unicast import OSPF-IMPORT
set routing-instances VRF-LAB protocols ospf3 realm ipv4-unicast area 0.0.0.0 interface em1.0
set routing-instances VRF-LAB protocols ospf3 export OSPF-EXPORT
set routing-instances VRF-LAB protocols ospf3 import OSPF-IMPORT
set routing-instances VRF-LAB protocols ospf3 area 0.0.0.0 interface em1.0
set policy-options policy-statement OSPF-EXPORT term 10 from protocol bgp
set policy-options policy-statement OSPF-EXPORT term 10 then tag 65535
set policy-options policy-statement OSPF-EXPORT term 10 then accept
set policy-options policy-statement OSPF-IMPORT term 10 from protocol ospf3
set policy-options policy-statement OSPF-IMPORT term 10 from tag 65535
set policy-options policy-statement OSPF-IMPORT term 10 then reject
set policy-options policy-statement OSPF-IMPORT term 1000 then accept
==================
PE-2 Configurations
==================
set routing-instances VRF-LAB instance-type vrf
set routing-instances VRF-LAB interface em3.0
set routing-instances VRF-LAB route-distinguisher 65535:1000
set routing-instances VRF-LAB vrf-import VRF-LAB-IMPORT
set routing-instances VRF-LAB vrf-export VRF-LAB-EXPORT
set routing-instances VRF-LAB vrf-table-label
set routing-instances VRF-LAB routing-options auto-export
set routing-instances VRF-LAB protocols ospf3 realm ipv4-unicast export OSPF-EXPORT
set routing-instances VRF-LAB protocols ospf3 realm ipv4-unicast import OSPF-IMPORT
set routing-instances VRF-LAB protocols ospf3 realm ipv4-unicast area 0.0.0.0 interface em3.0
set routing-instances VRF-LAB protocols ospf3 export OSPF-EXPORT
set routing-instances VRF-LAB protocols ospf3 import OSPF-IMPORT
set routing-instances VRF-LAB protocols ospf3 area 0.0.0.0 interface em3.0
set policy-options policy-statement OSPF-EXPORT term 10 from protocol bgp
set policy-options policy-statement OSPF-EXPORT term 10 then tag 65535
set policy-options policy-statement OSPF-EXPORT term 10 then accept
set policy-options policy-statement OSPF-IMPORT term 10 from protocol ospf3
set policy-options policy-statement OSPF-IMPORT term 10 from tag 65535
set policy-options policy-statement OSPF-IMPORT term 10 then reject
set policy-options policy-statement OSPF-IMPORT term 1000 then accept
================
CE-1 Configurations
================
interface GigabitEthernet1/0
description *** TO PE-1 ***
ip address 30.1.1.2 255.255.255.252
negotiation auto
ipv6 enable
ospfv3 1 ipv4 area 0
!
interface GigabitEthernet2/0
description *** TO CE-2 ***
ip address 30.1.1.9 255.255.255.252
negotiation auto
ipv6 enable
ospfv3 cost 100
ospfv3 1 ipv4 area 0
router ospfv3 1
router-id 100.100.100.102
!
address-family ipv4 unicast
exit-address-family
================
CE-2 Configurations
================
interface GigabitEthernet3/0
description *** TO PE-2 ***
ip address 30.1.1.6 255.255.255.252
negotiation auto
ipv6 enable
ospfv3 1 ipv4 area 0
!
interface GigabitEthernet3/0
description *** TO CE-1 ***
ip address 30.1.1.10 255.255.255.252
negotiation auto
ipv6 enable
ospfv3 cost 100
ospfv3 1 ipv4 area 0
router ospfv3 1
router-id 100.100.100.101
!
address-family ipv4 unicast
exit-address-family
!
Thanks.