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

Configuring BGP

To configure a group to collate the customer’s internal routes, include the bgp statement:

bgp {
group group-name {
type internal;
local-address address;
neighbor address;
}
}

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

The customer’s CE router must be able to send labels to the VPN service provider’s router. Enable this by including the labeled-unicast statement under 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]