[mpls-linux-general] 回复: mpls-linux-general Digest, Vol 47, Issue 1
Status: Beta
Brought to you by:
jleu
From: 亮 崔 <fun...@ya...> - 2010-06-25 01:16:21
|
hi , I saw you were talking about a patch for linux-mpls. Meanwhile,I 'm working at mpls/vpn, I really want to vrf patch, thank you very much if you can send me the patch of vrf . Regards, funkliang e-mail:fun...@ya... --- 10年6月16日,周三, mpl...@li... <mpl...@li...> 写道: 发件人: mpl...@li... <mpl...@li...> 主题: mpls-linux-general Digest, Vol 47, Issue 1 收件人: mpl...@li... 日期: 2010年6月16日,周三,下午6:22 Send mpls-linux-general mailing list submissions to mpl...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/mpls-linux-general or, via email, send a message with subject or body 'help' to mpl...@li... You can reach the person managing the list at mpl...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of mpls-linux-general digest..." Today's Topics: 1. Re: can use mpls-linux support mpls/vpn ? (Leucio Ricci) 2. Re: can use mpls-linux support mpls/vpn ? (Renato Westphal) 3. Re: can use mpls-linux support mpls/vpn ? (Jorge Boncompte [DTI2]) 4. linux-mpls and network namespaces (Mathieu Peresse) 5. Re: linux-mpls and network namespaces (Jorge Boncompte [DTI2]) ---------------------------------------------------------------------- Message: 1 Date: Mon, 10 May 2010 10:38:28 +0200 From: Leucio Ricci <leu...@gm...> Subject: Re: [mpls-linux-general] can use mpls-linux support mpls/vpn ? To: hmy <hua...@gm...> Cc: mpl...@li... Message-ID: <AAN...@ma...> Content-Type: text/plain; charset="iso-8859-1" hi huang, we've just developed a mpls network with a couple of vpn. mpls-linux can do it...but with some trouble. the main problem is the ldp support that unluckly it's not stable. anyway, after a careful design, you can manually assign the label. for further infos...mail here On 10 May 2010 08:55, hmy <hua...@gm...> wrote: > hello,guys > > I want use the mpls-linux and quagga to support the mpls/vpn > service , but i don't know that mpls-linux can do this ? > please help me. > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > -- Ricci Leuciantonio -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 2 Date: Mon, 10 May 2010 12:53:25 -0300 From: Renato Westphal <ren...@gm...> Subject: Re: [mpls-linux-general] can use mpls-linux support mpls/vpn ? To: Leucio Ricci <leu...@gm...> Cc: mpl...@li... Message-ID: <AAN...@ma...> Content-Type: text/plain; charset="iso-8859-1" Some weeks ago I've done some tests with rudimentary VPNs, without VRFs and LDP. I have used: - command "network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD" to distribute vpnv4 routes - extcommunity-list and route-maps to deal with RTs; - extend bgpd daemon to automatically update the nhlfe/ilm/xc tables when receiving bgp_update messages I could interact with Cisco machines (using GNS3) with no problems, but i had to set the LSPs manually and there were no isolation (VRFs). Also, the following RFCs are already implemented on Quagga: - RFC 2842: Capabilities Advertisement with BGP-4 Standards Track; - RFC 2858: Multiprotocol Extensions for BGP-4 Standards Track; - RFC 4360: BGP Extended Communities Attribute Standards Track; - RFC 3107: Carrying Label Information in BGP-4 Standards Track (there were a label codification bug on the MP_REACH_NLRI attribute that I've already fixed); Unfortunaly, adding VRF support makes things a lot harder, however i'm working on this (extending quagga). There is still a long way to go, but most of the job is already done. Renato. 2010/5/10 Leucio Ricci <leu...@gm...> > hi huang, > we've just developed a mpls network with a couple of vpn. mpls-linux can do > it...but with some trouble. the main problem is the ldp support that > unluckly it's not stable. anyway, after a careful design, you can manually > assign the label. > > for further infos...mail here > > > On 10 May 2010 08:55, hmy <hua...@gm...> wrote: > >> hello,guys >> >> I want use the mpls-linux and quagga to support the mpls/vpn >> service , but i don't know that mpls-linux can do this ? >> please help me. >> >> >> ------------------------------------------------------------------------------ >> >> >> _______________________________________________ >> mpls-linux-general mailing list >> mpl...@li... >> https://lists.sourceforge.net/lists/listinfo/mpls-linux-general >> >> > > > -- > Ricci Leuciantonio > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 3 Date: Tue, 11 May 2010 10:44:22 +0200 From: "Jorge Boncompte [DTI2]" <jo...@dt...> Subject: Re: [mpls-linux-general] can use mpls-linux support mpls/vpn ? To: mpl...@li... Message-ID: <4BE...@dt...> Content-Type: text/plain; charset=ISO-8859-1 El 10/05/2010 17:53, Renato Westphal escribi?: > Some weeks ago I've done some tests with rudimentary VPNs, without VRFs > and LDP. I have used: > > * command "network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD" to > distribute vpnv4 routes > * extcommunity-list and route-maps to deal with RTs; > * extend bgpd daemon to automatically update the nhlfe/ilm/xc tables > when receiving bgp_update messages > > I could interact with Cisco machines (using GNS3) with no problems, but > i had to set the LSPs manually and there were no isolation (VRFs). > > Also, the following RFCs are already implemented on Quagga: > > * > > RFC 2842: Capabilities Advertisement with BGP-4 Standards Track; > > * > > RFC 2858: Multiprotocol Extensions for BGP-4 Standards Track; > > * > > RFC 4360: BGP Extended Communities Attribute Standards Track; > > * > > RFC 3107: Carrying Label Information in BGP-4 Standards Track > (there were a label codification bug on the MP_REACH_NLRI > attribute that I've already fixed); > > > Unfortunaly, adding VRF support makes things a lot harder, however i'm > working on this (extending quagga). There is still a long way to go, but > most of the job is already done. > Hi Renato, I have a patch to support full VRF support on zebra daemon. It is almost agnostic about the kernel interface. Currently i have a porting layer to a custom kernel patches I did to implement named network namespaces or current kernels. I have to check if the quagga MPLS patches apply cleanly, they almost did a while ago. I am now cleaning some stuff and I want to publish some code or git tree in a week or two. At some point I had a test network with BGP feeding the VPNV4 prefixes into my kernel, with LDP working, the only thing I needed to have a full working VPN setup was PHP. But it was all a bit ad-hoc. -- ============================================================== Jorge Boncompte - Ingenieria y Gestion de RED DTI2 - Desarrollo de la Tecnologia de las Comunicaciones -------------------------------------------------------------- C/ Abogado Enriquez Barrios, 5 14004 CORDOBA (SPAIN) Tlf: +34 957 761395 / FAX: +34 957 450380 ============================================================== - Sin pistachos no hay Rock & Roll... - Without wicker a basket cannot be made. ============================================================== ------------------------------ Message: 4 Date: Mon, 14 Jun 2010 11:50:32 +0200 From: Mathieu Peresse <mat...@gm...> Subject: [mpls-linux-general] linux-mpls and network namespaces To: mpl...@li... Message-ID: <AAN...@ma...> Content-Type: text/plain; charset="iso-8859-1" Hi Jorge and all, I saw you were talking about a patch for linux-mpls that uses named network namespaces, I would like to know if you are still working on the subject and if any patches are available ? I recently posted a (RFC) patch for the ip command that use named network namespaces to configure net namespaces like VRFs , using Eric Biederman's recent set of patches that allows a net namespace to get named, using the filesystem as an "anchor point". Please see: https://lists.linux-foundation.org/pipermail/containers/2010-June/024699.html (should maybe have posted to devel, but the most recent post here was talking about this very subject so...) Thanks, -- a+ mathieu -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 5 Date: Wed, 16 Jun 2010 12:22:05 +0200 From: "Jorge Boncompte [DTI2]" <jo...@dt...> Subject: Re: [mpls-linux-general] linux-mpls and network namespaces To: mpl...@li... Message-ID: <4C1...@dt...> Content-Type: text/plain; charset=ISO-8859-1 El 14/06/2010 11:50, Mathieu Peresse escribi?: > Hi Jorge and all, > > I saw you were talking about a patch for linux-mpls that uses named > network namespaces, I would like to know if you are still working on the > subject and if any patches are available ? > I recently posted a (RFC) patch for the ip command that use named > network namespaces to configure net namespaces like VRFs , using Eric > Biederman's recent set of patches that allows a net namespace to get > named, using the filesystem as an "anchor point". > > Please > see: https://lists.linux-foundation.org/pipermail/containers/2010-June/024699.html > > (should maybe have posted to devel, but the most recent post here was > talking about this very subject so...) I still work on it, i have been using myself some patches from Vivien Chappelier to have ID for netns's that I patched on top to have names too. I did the correspondig patches for ip utility too. We have been using it on our network for some years already. I have a patched Quagga too with support for this infrastructure that I am cleaning up, trying to put it in a git repository and learning git at the same time (so it is going slowly ;). I already knew about Biederman's patches and wanted to take a look at using them for Quagga as they seem to be the ones that are going to be accepted upstream. I don't have too much time now to do research but if you can sent me or point to the needed patches I'll add support in Quagga and publish it. Regards, Jorge -- ============================================================== Jorge Boncompte - Ingenieria y Gestion de RED DTI2 - Desarrollo de la Tecnologia de las Comunicaciones -------------------------------------------------------------- C/ Abogado Enriquez Barrios, 5 14004 CORDOBA (SPAIN) Tlf: +34 957 761395 / FAX: +34 957 450380 ============================================================== - There is only so much duct tape you can put on something before it just becomes a giant ball of duct tape. ============================================================== ------------------------------ ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo ------------------------------ _______________________________________________ mpls-linux-general mailing list mpl...@li... https://lists.sourceforge.net/lists/listinfo/mpls-linux-general End of mpls-linux-general Digest, Vol 47, Issue 1 ************************************************* |