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

Configuring BGP

Configure the labeled-unicast statement on the IBGP session to the carrier-of-carriers customer’s CE router (see Configuring the Carrier-of-Carriers Customer’s CE Router), and configure the family-inet-vpn statement for the IBGP session to the carrier-of-carriers PE router on the other side of the network:

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

You can include these statements at the following hierarchy levels:


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