The MPLS-OPS Archive[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index][Thread Index][Author Index][Subject Index] Re: Cisco or Juniper BGP/MPLS VPN for CSC using IPv4BGP label
[ccing the wider audience, as it might be useful to others as well.] At 05:36 PM 7/21/2002, M. ELK wrote: Rajiv Actually, it is the ethernet3/0 that connects to the CSC-PE1. Ehternet4/0 connects to the PE1 and hence, needs LDP to be configured. So as per the topology: CE1----PE1----CSC-CE1--------CSC-PE1---------CSC-PE2-------CSC-CE2-----PE2-------CE2 Here is how we deduce (by looking at the IP addressing i.e pp.0.0.0/8): CSC-CE1# ! interface Ethernet3/0 ip address pp.0.0.1 255.0.0.0 ! CSC-PE1# ! interface Ethernet3/1 ip vrf forwarding vpn1 ip address pp.0.0.2 255.0.0.0 ! is config with A- " Mpls label protocol ldp" and B-"Mpls ip" . So to design CsC, we have two options. We use - either eBGPipv4+Label on the PE-CE - or IGP+LDP on the PE-CE. IOS CLI will even prevent us configuring the both. ;-)
Nope. That's not the case.
Since CSC-PE1 is exchanging labels and prefixes with CSC-CE1 via eBGP, configuring MPLS is not required. is it implicity with "nei pp.0.0.1 send label" ie: Yes. That's true. And if you had to do following: "sh mpls int ethernet3/1 de". You would see that the BGP tagging is enabled on the interface. Enabling MPLS on an interface could be done via number of way such as configuring LDP, configuring TE, configuring MP-BGP (for Inter-AS) or configuring eBGPipv4+label. is this the reason behind eBGP multihop between CSC-CE and CSC-PE is not supported as if ebgp is supported we could not relate the You are right.
If I understand you correctly, then you have one interface (not connecting to CSC-PE1) already enabled with LDP. And you want to know whether you could configure eBGPipv4+label on the PE-CE link i.e. ethernet4/0 and have MPLS get enabled on it. The answer is YES. And yes, no ldp hello will be seen on ethernet4/0 that connects to CSC-PE1. LDP hello will be only sent on the interface on which "mpls ip" is configured.
I am not sure where this restriction came from. Let me take a look into it and I will get back to you. is the POS fall under such restriction (since it is just PPP over Sonet ) Actually, POS is packet over sonet. :-) you could have other encapsulation (that ppp) on the POS as well. For example, frame-relay over POS: http://www.cisco.com/warp/public/127/frame_19180.html By analogy is it also applicable for CSC-CE1 to CSC-PE1 ?? . I don't think that this restriction holds true. But as I said, I will get back to you.
Sure. I will be more than glad to help. Are you planning to implement CsC in your network ? Rajiv
|
|