To configure the routing instance on the provider’s PE router to send labeled routes to the carrier customer’s CE router, include the following statements:
- instance-type vrf;
- interface interface-name;
- route-distinguisher value;
- vrf-import policy-name;
- vrf-export policy-name;
- protocols {
-
- bgp {
-
- group group-name {
- peer-as as-number;
-
- neighbor address {
-
- family inet {
-
labeled-unicast;
- }
- }
- }
- }
- }
You can include these statements at the following hierarchy levels: