[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring a Routing Instance to Send Routes to the CE Router

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:


[Contents] [Prev] [Next] [Index] [Report an Error]