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

Configuring BGP

In the BGP configuration for the carrier-of-carriers customer’s CE router, configure a group that includes the labeled-unicast statement to extend VPN service to the PE router connected to the end customer’s CE router:

bgp {
group group-name {
type internal;
local-address address;
neighbor address {
family inet {
labeled-unicast;
}
}
}
}

You can include the bgp statement at the following hierarchy levels:

To configure a group to send labeled internal routes to the provider’s PE router, include the bgp statement:

bgp {
group group-name {
export internal;
peer-as as-number;
neighbor address {
family inet {
labeled-unicast;
}
}
}
}

You can include the bgp statement at the following hierarchy levels:


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