Description

This article provides information on one of VRF config examples.

Solution

Sample config

 

ce1 {

  instance-type vrf;

  protocols {

    ospf {

      area 0.0.0.0 {

        interface xe-0/0/3.0;

      }

      export bgp-to-ospf;

    }

  }

  interface xe-0/0/3.0;

  interface lo0.1;

  route-distinguisher 22.22.22.22:100;

  vrf-target target:100:100;

  vrf-table-label;

}

 

Modification History

2024-10-09 : Article Created

Related Information

https://www.juniper.net/documentation/us/en/software/junos/vpn-l3/topics/example/mpls-qfx-series-vpn-layer3.html#configure-the-local-pe-pe-device-for-a-mpls-based-layer--vpn