The MPLS-OPS Archive[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index][Thread Index][Author Index][Subject Index] Re: Cisco Multi-VRF CE or VRF Light
Hi, Please see inline... At 01:54 PM 7/27/2002, M. ELK wrote: Hi Well, configuring BGP in the Multi-VRF CE is nearly the same as configuring it on the PE. :) The 2nd Ref (page 11-9) provide a template . Yes. Any doc which list a complete config for Multi-VRF CE using I am not sure if I understand you correctly. The page11-9 indeed provides the necessary config needed to configure the CE router. Are you asking about the both PE and CE config when eBGP is used as a PE-CE protocol.
Yes. So we will end up configuring "address-family ipv4 vrf <name>" for each VRF in the BGP. So the BGP config on the CE will look like as follows: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bgp <AS#1> ! address-family ipv4 vrf v1 neighbor x1 remote-as <AS#2> neighbor x1 activate ! address-family ipv4 vrf v2 neighbor x2 remote-as <AS#2> neighbor x2 activate ! address-family ipv4 vrf v3 neighbor x3 remote-as <AS#2> neighbor x3 activate ! ~~~~~~~~~~~~~~~~~~~~~~~ And the PE's config will look like this: bgp <AS#2> ! address-family ipv4 vrf v1 neighbor x1 remote-as <AS#1> neighbor x1 activate ! address-family ipv4 vrf v2 neighbor x2 remote-as <AS#1> neighbor x2 activate ! address-family ipv4 vrf v3 neighbor x3 remote-as <AS#1> neighbor x3 activate !
Slight correction: PE-CE are not required to run eBGP VPNv4.. rather they run the normal eBGP (ipv4) session. :) As we know, eBGP VPNv4 could be interpreted as MP-eBGP which might be run in the Inter-AS case. a modified in the sense : Well, what if the CE is connected to more than one PE in that VRF. :)
Well, I don't think that the above approach is viable in the current implementation, so I will leave it for others to comment. But if the number of subinterfaces is the concern, then GRE tunnel per VRF could be an alternative.
Well, multi-VRF is for the CE that is not required to run MPLS.. and only needs basic VRF configuration. Nothing fancy. So VRF concept gets used to provide the isolation of routing information at the CE itself, without involving MPLS. We could certainly extend the PE functionality at the CE, but then you end up with CsC architecture and then we don't need multiple interfaces on the PE-CE. It really comes down to the requirement and type of box. Please let me know if I could be of further help. Cheers, Rajiv
|
|