Configure a routing instance on Router D:
- [edit routing-instances]
- gre-config {
- instance-type vrf;
- interface fe-1/0/1.0;
- route-distinguisher 10.255.14.178:69;
- vrf-import import-config;
- vrf-export export-config;
-
- protocols {
-
- ospf {
- export import-config;
-
- area 0.0.0.0 {
- interface all;
- }
- }
- }
- }