mpls-linux-general Mailing List for MPLS for Linux (Page 15)
Status: Beta
Brought to you by:
jleu
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(26) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(22) |
Feb
(19) |
Mar
(19) |
Apr
(45) |
May
(52) |
Jun
(101) |
Jul
(79) |
Aug
(24) |
Sep
(43) |
Oct
(54) |
Nov
(71) |
Dec
(53) |
2002 |
Jan
(111) |
Feb
(123) |
Mar
(67) |
Apr
(61) |
May
(75) |
Jun
(26) |
Jul
(36) |
Aug
(41) |
Sep
(79) |
Oct
(85) |
Nov
(58) |
Dec
(39) |
2003 |
Jan
(26) |
Feb
(61) |
Mar
(80) |
Apr
(56) |
May
(39) |
Jun
(44) |
Jul
(28) |
Aug
(25) |
Sep
(4) |
Oct
(20) |
Nov
(38) |
Dec
(9) |
2004 |
Jan
(14) |
Feb
(14) |
Mar
(68) |
Apr
(17) |
May
(45) |
Jun
(42) |
Jul
(41) |
Aug
(23) |
Sep
(46) |
Oct
(89) |
Nov
(55) |
Dec
(33) |
2005 |
Jan
(74) |
Feb
(39) |
Mar
(105) |
Apr
(96) |
May
(43) |
Jun
(48) |
Jul
(21) |
Aug
(22) |
Sep
(33) |
Oct
(28) |
Nov
(29) |
Dec
(81) |
2006 |
Jan
(37) |
Feb
(32) |
Mar
(147) |
Apr
(37) |
May
(33) |
Jun
(28) |
Jul
(15) |
Aug
(20) |
Sep
(15) |
Oct
(23) |
Nov
(30) |
Dec
(40) |
2007 |
Jan
(20) |
Feb
(24) |
Mar
(65) |
Apr
(69) |
May
(41) |
Jun
(53) |
Jul
(39) |
Aug
(76) |
Sep
(53) |
Oct
(43) |
Nov
(26) |
Dec
(24) |
2008 |
Jan
(19) |
Feb
(67) |
Mar
(91) |
Apr
(75) |
May
(47) |
Jun
(63) |
Jul
(68) |
Aug
(39) |
Sep
(44) |
Oct
(33) |
Nov
(62) |
Dec
(84) |
2009 |
Jan
(14) |
Feb
(39) |
Mar
(55) |
Apr
(63) |
May
(16) |
Jun
(9) |
Jul
(4) |
Aug
(6) |
Sep
(1) |
Oct
(2) |
Nov
(10) |
Dec
(5) |
2010 |
Jan
(3) |
Feb
(1) |
Mar
(5) |
Apr
(13) |
May
(4) |
Jun
(5) |
Jul
(2) |
Aug
(8) |
Sep
(6) |
Oct
(1) |
Nov
(2) |
Dec
(2) |
2011 |
Jan
(1) |
Feb
(21) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(6) |
Sep
|
Oct
|
Nov
(2) |
Dec
(6) |
2012 |
Jan
(5) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(5) |
Aug
(3) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
From: J. N. <oc...@gm...> - 2008-06-30 10:49:42
|
Hi all again, I have been in exams during last months and now I am gonna to go back in my purpose to integrate RSVP-TE in MPLS-Linux machine to do some proves on it. I'm wondering if there is any advance on it? Thanks a lot |
From: Zaida V. <za...@gm...> - 2008-06-26 19:16:54
|
Do you have any references (links, docs,...) about network namespaces? You mentioned it before but I haven't been able to find it. It would be really interesting to take a look at that info, as we have already proposed two alternatives based on different tables in zebra but we are not taken into account that project (the one about network namespaces). It's no sense to implement something that will not work with it at all. About the two alternatives we were contemplating: The first one consisted on creating different tables in bgp based on a 'tag' wich would be associated with a vrf in zebra, and each vrf with a different socket (netlink) to install the routes in the kernel in separate tables (FIB). We are still not sure if this is possible (I'll have to investigate the code a little bit more ) The second solution would be to create different zebra process' one per vrf, and each of them will be associated with a different socket. The problem here will be mainly how the one and only bgpd daemon should manage more than one zebra. Is this a too crazy idea? I mean, having many zebrad at the same time for different vrfs? Will everything crash? =) Note that we came accross this ideas just looking at raw code and have no idea of how it will get on with what you just said. I hope I explained myself, Zaida Varona On Thu, Jun 26, 2008 at 4:08 PM, James R. Leu <jl...@mi...> wrote: > There exists a patch for quagga that implemented the full > VRF support on top of linux-vrf. It would be interesting to > port this to network namespace on linux 2.6.25+ > > On Thu, Jun 19, 2008 at 03:17:18PM +0200, Zaida Varona wrote: > > Just a quick question... Does zebra have multitable support for Linux? I > > have searched on internet and the only info I have seems quite old. > > > > Some people have pointed out that "rib->table=vrf_id" in" > > zebra_rib.c/rib_add_route()" should make it, but some other believe > that's > > not the best approach. > > > > If it's not supported yet, advice about how it should be done, or what > > should be taken into account, is thanked ^^ > > > > > > > > Zaida Varona > > > > > > P.S.: Before anybody sends me to de quagga mailing list, I'm working on > > making BGP work in a BGP/MPLS IP VPN based on the MPLS-LINUX project. I'm > > new to all this so be kind :) and sorry for my english :S > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php > > _______________________________________________ > > mpls-linux-devel mailing list > > mpl...@li... > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-devel > > > -- > James R. Leu > jl...@mi... > |
From: \G\ <bal...@gm...> - 2008-06-26 15:38:37
|
Hi > If you are willing to help out with the effort I can give you some > guidance. Yeah i am ready to help i am thinking of having one version of linux kernel as a starting point for MPLS VPN and want to implement VRF support also for quagga. Cheers, Balaji On Thu, Jun 26, 2008 at 7:17 PM, James R. Leu <jl...@mi...> wrote: > MPLS BGP VPN support does not exist in quagga. Many of the components > for it exist, but no work has been done to bring it all together into > one implementation. > > If you are willing to help out with the effort I can give you some > guidance. > > On Sun, Jun 22, 2008 at 11:50:04AM -0700, Charles N Wyble wrote: >> "G" wrote: >> > Hi >> > >> > I would like to know with Mpls-linux package is it possible to use a >> > linux box as a Provider Edge router ? >> >> I would like to know this as well. I am going to be deploying Quagga >> onto a Zeroshell server. For BGP/OSPF and hopefully MPLS. >> >> > I would like to test a basic BGP >> > MPLS VPN setup with Quagga. >> >> As would I. >> >> > Is it possible ? if someone has done it >> > before, it would be really helpful if some one could share some steps >> > for the same. >> > >> >> Check out www.netkit.org for some useful UML/quagga stuff. >> >> -- >> Charles N Wyble (818) 280-7059 >> http://charlesnw.blogspot.com >> >> >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://sourceforge.net/services/buy/index.php >> _______________________________________________ >> mpls-linux-general mailing list >> mpl...@li... >> https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > -- > James R. Leu > jl...@mi... > |
From: James R. L. <jl...@mi...> - 2008-06-26 13:47:12
|
MPLS BGP VPN support does not exist in quagga. Many of the components for it exist, but no work has been done to bring it all together into one implementation. If you are willing to help out with the effort I can give you some guidance. On Sun, Jun 22, 2008 at 11:50:04AM -0700, Charles N Wyble wrote: > "G" wrote: > > Hi > > > > I would like to know with Mpls-linux package is it possible to use a > > linux box as a Provider Edge router ? > > I would like to know this as well. I am going to be deploying Quagga > onto a Zeroshell server. For BGP/OSPF and hopefully MPLS. > > > I would like to test a basic BGP > > MPLS VPN setup with Quagga. > > As would I. > > > Is it possible ? if someone has done it > > before, it would be really helpful if some one could share some steps > > for the same. > > > > Check out www.netkit.org for some useful UML/quagga stuff. > > -- > Charles N Wyble (818) 280-7059 > http://charlesnw.blogspot.com > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu jl...@mi... |
From: James R. L. <jl...@mi...> - 2008-06-26 13:44:57
|
Just to confirm Adrian's thoughts, the quagga RPM you downloaded is not MPLS enabled. To further that, the quagga.diff you are trying to work with is incredibly old. If you are determined to use quagga-mpls you best bet to it use perforce (p4) and pull down the quagga-mpls and ldp-portable source and use the 'make-rpm-jleu' script in quagga-mpls. Good luck. On Thu, Jun 26, 2008 at 08:37:45AM +0300, Adrian Popa wrote: > I'm not 100% certain that the quagga you installed is the patched quagga > version. > > Please issue the following commands on you system (as root): > > updatedb > locate ldpd > > These will search for ldpd - which is a binary file that comes with the > patched quagga. If you have it in a bin directory, you're most likely > running the correct quagga version. > > I don't remember if vtysh has the commands used by ldpd, but if it doesn't, > you can start ldpd, bind it to a port ( -P I think), and telnet to that > port, and you will get a shell with the relevant ldp commands. > > Good luck! > Adrian > > On Thu, Jun 26, 2008 at 7:55 AM, G <bal...@gm...> wrote: > > > Hi Adrian > > > > I ve installed the following packages > > > > quagga-0.99.9-1.1192505213.fc6.plus.i386.rpm from mpls-test repository > > Kernel 2.6.15.1 (Compiled with the MPLS Patches) > > IPtables - 1.3.5-1.2.1 (Compiled with the Patches) > > > > I have the following problem after installing quagga rpm i dont get > > all the CLIs infact i dont see the LDP binary at all with quagga ? Am > > i missing something ? > > > > Kindly help me with a solution > > > > Cheers, > > Balaji > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu jl...@mi... |
From: Adrian P. <adr...@gm...> - 2008-06-26 07:11:28
|
I'm not qualified to help you with the compile problems, but from what I remember - the patch requiered you to run some scripts that changed (somehow) files from /usr/include/linux (or from somewhere near that)... Please take into consideration that these sources depend on you kernel - meaning that /usr/include/linux should point (from what I remember) to your kernel source/include (the kernel you compiled with mpls support). James can help you more with this. PS. Have you tried to get the src rpm for the patched quagga? It should be easier to compile. Also, please remember that when you compile quagga, you should disable ipv6, and I couldn't compile it with vtysh... Cheers, Adrian On Thu, Jun 26, 2008 at 9:18 AM, G <bal...@gm...> wrote: > Hi > > With respect to compilation error that i get am i missing something > coz i am able to give the command mpls in linux and it shows some > outputs with some options and when i give ifconfig mpls0 i get some > interface details also. > > Kindly help me with a solution > > Thanks for your time > > Cheers, > Balaji > > On 6/26/08, G <bal...@gm...> wrote: > > Hi Adrian > > > > Thanks for the information. > > > > I am desparately trying for compiling the version quagga-0.99.6 with > > the quagga-mpls.diff and i get the following error > > > > Please find the file attached > > > > I need your help desparately for this :) > > > > Cheers > > Balaji > > > > > > > > > > > > On 6/26/08, Adrian Popa <adr...@gm...> wrote: > > > I'm not 100% certain that the quagga you installed is the patched > quagga > > > version. > > > > > > Please issue the following commands on you system (as root): > > > > > > updatedb > > > locate ldpd > > > > > > These will search for ldpd - which is a binary file that comes with > the > > > patched quagga. If you have it in a bin directory, you're most likely > > > running the correct quagga version. > > > > > > I don't remember if vtysh has the commands used by ldpd, but if it > doesn't, > > > you can start ldpd, bind it to a port ( -P I think), and telnet to > that > > > port, and you will get a shell with the relevant ldp commands. > > > > > > Good luck! > > > Adrian > > > > > > > > > On Thu, Jun 26, 2008 at 7:55 AM, G <bal...@gm...> wrote: > > > > > > > > Hi Adrian > > > > > > > > I ve installed the following packages > > > > > > > > quagga-0.99.9-1.1192505213.fc6.plus.i386.rpm from > > > mpls-test repository > > > > Kernel 2.6.15.1 (Compiled with the MPLS Patches) > > > > IPtables - 1.3.5-1.2.1 (Compiled with the Patches) > > > > > > > > I have the following problem after installing quagga rpm i dont get > > > > all the CLIs infact i dont see the LDP binary at all with quagga ? > Am > > > > i missing something ? > > > > > > > > Kindly help me with a solution > > > > > > > > Cheers, > > > > Balaji > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > Check out the new SourceForge.net Marketplace. > > > > It's the best place to buy or sell services for > > > > just about anything Open Source. > > > > http://sourceforge.net/services/buy/index.php > > > > _______________________________________________ > > > > mpls-linux-general mailing list > > > > mpl...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > > > > > > > > > > > |
From: \G\ <bal...@gm...> - 2008-06-26 06:18:48
|
Hi With respect to compilation error that i get am i missing something coz i am able to give the command mpls in linux and it shows some outputs with some options and when i give ifconfig mpls0 i get some interface details also. Kindly help me with a solution Thanks for your time Cheers, Balaji On 6/26/08, G <bal...@gm...> wrote: > Hi Adrian > > Thanks for the information. > > I am desparately trying for compiling the version quagga-0.99.6 with > the quagga-mpls.diff and i get the following error > > Please find the file attached > > I need your help desparately for this :) > > Cheers > Balaji > > > > > > On 6/26/08, Adrian Popa <adr...@gm...> wrote: > > I'm not 100% certain that the quagga you installed is the patched quagga > > version. > > > > Please issue the following commands on you system (as root): > > > > updatedb > > locate ldpd > > > > These will search for ldpd - which is a binary file that comes with the > > patched quagga. If you have it in a bin directory, you're most likely > > running the correct quagga version. > > > > I don't remember if vtysh has the commands used by ldpd, but if it doesn't, > > you can start ldpd, bind it to a port ( -P I think), and telnet to that > > port, and you will get a shell with the relevant ldp commands. > > > > Good luck! > > Adrian > > > > > > On Thu, Jun 26, 2008 at 7:55 AM, G <bal...@gm...> wrote: > > > > > > Hi Adrian > > > > > > I ve installed the following packages > > > > > > quagga-0.99.9-1.1192505213.fc6.plus.i386.rpm from > > mpls-test repository > > > Kernel 2.6.15.1 (Compiled with the MPLS Patches) > > > IPtables - 1.3.5-1.2.1 (Compiled with the Patches) > > > > > > I have the following problem after installing quagga rpm i dont get > > > all the CLIs infact i dont see the LDP binary at all with quagga ? Am > > > i missing something ? > > > > > > Kindly help me with a solution > > > > > > Cheers, > > > Balaji > > > > > > > > ------------------------------------------------------------------------- > > > Check out the new SourceForge.net Marketplace. > > > It's the best place to buy or sell services for > > > just about anything Open Source. > > > http://sourceforge.net/services/buy/index.php > > > _______________________________________________ > > > mpls-linux-general mailing list > > > mpl...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > > > > > |
From: \G\ <bal...@gm...> - 2008-06-26 05:52:31
|
Hi Adrian Thanks for the information. I am desparately trying for compiling the version quagga-0.99.6 with the quagga-mpls.diff and i get the following error Please find the file attached I need your help desparately for this :) Cheers Balaji On 6/26/08, Adrian Popa <adr...@gm...> wrote: > I'm not 100% certain that the quagga you installed is the patched quagga > version. > > Please issue the following commands on you system (as root): > > updatedb > locate ldpd > > These will search for ldpd - which is a binary file that comes with the > patched quagga. If you have it in a bin directory, you're most likely > running the correct quagga version. > > I don't remember if vtysh has the commands used by ldpd, but if it doesn't, > you can start ldpd, bind it to a port ( -P I think), and telnet to that > port, and you will get a shell with the relevant ldp commands. > > Good luck! > Adrian > > > On Thu, Jun 26, 2008 at 7:55 AM, G <bal...@gm...> wrote: > > > > Hi Adrian > > > > I ve installed the following packages > > > > quagga-0.99.9-1.1192505213.fc6.plus.i386.rpm from > mpls-test repository > > Kernel 2.6.15.1 (Compiled with the MPLS Patches) > > IPtables - 1.3.5-1.2.1 (Compiled with the Patches) > > > > I have the following problem after installing quagga rpm i dont get > > all the CLIs infact i dont see the LDP binary at all with quagga ? Am > > i missing something ? > > > > Kindly help me with a solution > > > > Cheers, > > Balaji > > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > |
From: Adrian P. <adr...@gm...> - 2008-06-26 05:37:51
|
I'm not 100% certain that the quagga you installed is the patched quagga version. Please issue the following commands on you system (as root): updatedb locate ldpd These will search for ldpd - which is a binary file that comes with the patched quagga. If you have it in a bin directory, you're most likely running the correct quagga version. I don't remember if vtysh has the commands used by ldpd, but if it doesn't, you can start ldpd, bind it to a port ( -P I think), and telnet to that port, and you will get a shell with the relevant ldp commands. Good luck! Adrian On Thu, Jun 26, 2008 at 7:55 AM, G <bal...@gm...> wrote: > Hi Adrian > > I ve installed the following packages > > quagga-0.99.9-1.1192505213.fc6.plus.i386.rpm from mpls-test repository > Kernel 2.6.15.1 (Compiled with the MPLS Patches) > IPtables - 1.3.5-1.2.1 (Compiled with the Patches) > > I have the following problem after installing quagga rpm i dont get > all the CLIs infact i dont see the LDP binary at all with quagga ? Am > i missing something ? > > Kindly help me with a solution > > Cheers, > Balaji > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > |
From: Adrian P. <adr...@gm...> - 2008-06-26 05:33:07
|
Then, if you issue 'ifconfig dummy0' afterwards, what does it list? Take care, Adrian On Wed, Jun 25, 2008 at 5:27 PM, Nguyen Anh Dung <se...@gm...> wrote: > No, there is not any error. I tried it on Fedora Core 7. > > Regards. > > > > > > *From:* Adrian Popa [mailto:adr...@gm...] > *Sent:* Wednesday, June 25, 2008 5:54 PM > *To:* Nguyen Anh Dung > *Cc:* mpl...@li... > *Subject:* Re: [mpls-linux-general] MPLS beginner - A question about > seeting basic MPLS lab > > > > Hello, > > >From your post it seems that you have the wrong syntax for ifconfig. It > should read: > ifconfig dummy0 10.0.0.1 netmask 255.0.0.0 > > The command you issued should have generated an error message... > > On Wed, Jun 25, 2008 at 1:02 PM, Nguyen Anh Dung <se...@gm...> > wrote: > > Hi All, > > I'm new to MPLS for Linux and I'm doing my first lab as described in: > http://sourceforge.net/docman/display_doc.php?docid=31116&group_id=15443 > > For dummy0 I set it as: ifconfig dummy0 add 255.0.0.0 10.0.0.1 > > > > However, when I complete configuring, I cannot ping from host A to host B > (ping 10.0.0.2). > > Anyone who did this lab plz give me your advices (I checked the > configuration twice before posting this letter). > > > > Regards, > > Dzung. > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > |
From: \G\ <bal...@gm...> - 2008-06-26 04:55:18
|
Hi Adrian I ve installed the following packages quagga-0.99.9-1.1192505213.fc6.plus.i386.rpm from mpls-test repository Kernel 2.6.15.1 (Compiled with the MPLS Patches) IPtables - 1.3.5-1.2.1 (Compiled with the Patches) I have the following problem after installing quagga rpm i dont get all the CLIs infact i dont see the LDP binary at all with quagga ? Am i missing something ? Kindly help me with a solution Cheers, Balaji |
From: Nguyen A. D. <se...@gm...> - 2008-06-25 14:28:22
|
No, there is not any error. I tried it on Fedora Core 7. Regards. From: Adrian Popa [mailto:adr...@gm...] Sent: Wednesday, June 25, 2008 5:54 PM To: Nguyen Anh Dung Cc: mpl...@li... Subject: Re: [mpls-linux-general] MPLS beginner - A question about seeting basic MPLS lab Hello, >From your post it seems that you have the wrong syntax for ifconfig. It should read: ifconfig dummy0 10.0.0.1 netmask 255.0.0.0 The command you issued should have generated an error message... On Wed, Jun 25, 2008 at 1:02 PM, Nguyen Anh Dung <se...@gm...> wrote: Hi All, I'm new to MPLS for Linux and I'm doing my first lab as described in: http://sourceforge.net/docman/display_doc.php?docid=31116 <http://sourceforge.net/docman/display_doc.php?docid=31116&group_id=15443> &group_id=15443 For dummy0 I set it as: ifconfig dummy0 add 255.0.0.0 10.0.0.1 However, when I complete configuring, I cannot ping from host A to host B (ping 10.0.0.2). Anyone who did this lab plz give me your advices (I checked the configuration twice before posting this letter). Regards, Dzung. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ mpls-linux-general mailing list mpl...@li... https://lists.sourceforge.net/lists/listinfo/mpls-linux-general |
From: Adrian P. <adr...@gm...> - 2008-06-25 10:53:36
|
Hello, >From your post it seems that you have the wrong syntax for ifconfig. It should read: ifconfig dummy0 10.0.0.1 netmask 255.0.0.0 The command you issued should have generated an error message... On Wed, Jun 25, 2008 at 1:02 PM, Nguyen Anh Dung <se...@gm...> wrote: > Hi All, > > I'm new to MPLS for Linux and I'm doing my first lab as described in: > http://sourceforge.net/docman/display_doc.php?docid=31116&group_id=15443 > > For dummy0 I set it as: ifconfig dummy0 add 255.0.0.0 10.0.0.1 > > > > However, when I complete configuring, I cannot ping from host A to host B > (ping 10.0.0.2). > > Anyone who did this lab plz give me your advices (I checked the > configuration twice before posting this letter). > > > > Regards, > > Dzung. > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > |
From: Nguyen A. D. <se...@gm...> - 2008-06-25 10:02:54
|
Hi All, I'm new to MPLS for Linux and I'm doing my first lab as described in: http://sourceforge.net/docman/display_doc.php?docid=31116 <http://sourceforge.net/docman/display_doc.php?docid=31116&group_id=15443> &group_id=15443 For dummy0 I set it as: ifconfig dummy0 add 255.0.0.0 10.0.0.1 However, when I complete configuring, I cannot ping from host A to host B (ping 10.0.0.2). Anyone who did this lab plz give me your advices (I checked the configuration twice before posting this letter). Regards, Dzung. |
From: \G\ <bal...@gm...> - 2008-06-24 13:35:18
|
Hi I get the following error after i patched quagga version 0.99.6 with the Quagga-mpls.diff file which is part of the ldp-portable package . How do i resolve it ? make[3]: Entering directory `/home/balajig/quagga-0.99.6/lib' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I.. -I.. -I../lib -Os -fno-omit-frame-pointer -g -std=c99 -Wall -Wsign-compare -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wcast-qual -MT network.lo -MD -MP -MF ".deps/network.Tpo" -c -o network.lo network.c; \ then mv -f ".deps/network.Tpo" ".deps/network.Plo"; else rm -f ".deps/network.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I. -I. -I.. -I.. -I.. -I../lib -Os -fno-omit-frame-pointer -g -std=c99 -Wall -Wsign-compare -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wcast-qual -MT network.lo -MD -MP -MF .deps/network.Tpo -c network.c -fPIC -DPIC -o .libs/network.o In file included from ./zebra.h:166, from network.c:23: /usr/include/linux/rtnetlink.h:534: error: expected specifier-qualifier-list before '__u64' /usr/include/linux/rtnetlink.h:703: error: expected specifier-qualifier-list before '__u64' make[3]: *** [network.lo] Error 1 make[3]: Leaving directory `/home/balajig/quagga-0.99.6/lib' Thanks, Regards, Balaji |
From: Adrian P. <adr...@gm...> - 2008-06-24 07:47:20
|
Hello, It *may* work, but I wouldn't hold my breath. I managed to patch the correct iptables version on debian (the version the patch was intended for), but I never managed to get it to compile... You should try to force install the rpm (rpm --force-all -ivh iptables*.rpm), because you will have more chances with this approach. Please note that if you do this, you won't be able to use iptables with the default kernel, it would work only with 2.6.15.1... Good luck! On Tue, Jun 24, 2008 at 10:04 AM, G <bal...@gm...> wrote: > Hi > > I ve installed Fedora Core 6 in my system as i dont have Fedora 4 and > 5 and ve compiled the kernel version 2.6.15.1 with MPLS enabled. I ve > patched the kernel as given in the tutorial. > > The version of iptables installed in Fedora 6 is as follows > > iptables-ipv6-1.3.5-1.2.1 > iptables-1.3.5-1.2.1 > > I am not able to downgrade to iptables-1.3.0 by installing the rpm. So > can i download the version 1.3.5 and patch it ? Will it work ? > > Thanks for your help ! > > Cheers, > Balaji > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > |
From: ashok <as...@ce...> - 2008-06-24 07:09:29
|
hi all, how to implement label stacking in mpls. |
From: \G\ <bal...@gm...> - 2008-06-24 07:04:26
|
Hi I ve installed Fedora Core 6 in my system as i dont have Fedora 4 and 5 and ve compiled the kernel version 2.6.15.1 with MPLS enabled. I ve patched the kernel as given in the tutorial. The version of iptables installed in Fedora 6 is as follows iptables-ipv6-1.3.5-1.2.1 iptables-1.3.5-1.2.1 I am not able to downgrade to iptables-1.3.0 by installing the rpm. So can i download the version 1.3.5 and patch it ? Will it work ? Thanks for your help ! Cheers, Balaji |
From: Peri <uoy...@AR...> - 2008-06-23 22:16:24
|
Growing up has never been an issue, all you need is our secret formula. http://www.tinalyme.com/ -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ |
From: Adrian P. <adr...@gm...> - 2008-06-23 13:44:32
|
Hello, you can download the kernel from kernel.org and patch it yourself with the mpls code, and then compile it. From the looks of it what you have there is a standard kernel image, unpatched. You can get the patched version from sourceforge (as rpm). Good luck, Adrian On Mon, Jun 23, 2008 at 12:13 PM, G <bal...@gm...> wrote: > Hi > > I am not able to download the kernel source code from the following > location. > > ftp://ftp.roedunet.lkams.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.1.tar.bz2 > > Should i download the code only from the above path or can i just > download 2.6.15.1 from kernel.org ? > > Cheers, > Balaji > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > |
From: Adrian P. <adr...@gm...> - 2008-06-23 13:36:57
|
Hello, To classify packets based on something else than destination IP (like your case), you need to use iptables/ebtables. So, instead of: ip route add 129.175.237.24 via 129.175.237.21 mpls $var you would need to add a iptables rule that uses the $var. Look for examples in the QoS experiments (e-LSP and l-LSP) for iptables syntax (the matching there is done based on DSCP, but you can easily match ports instead). Good luck! Adrian On Thu, Jun 19, 2008 at 7:14 PM, David Martínez <acu...@gm...> wrote: > Hello everybody! > > I solved my problems as far as compilation and installation of MPLS over > linux was concerned (MPLS 1.956 over Kubuntu 7.10 (kernel 2.6.22) ). Thank > you all for your answers. > Right now i am trying to add different labels to the incoming traffic > dependind on the port by which they get to the LER. > I send data by 2 different ports (one for the video and the other one for > the audio) to the same IP address. What i want to do is creating two > different LSP's (audio and video). > I don't know the linux instruction necessary that i have to use for the > command line. Normally i used to do like this for a single IP address and > port. > > var=`mpls nhlfe add key 0 instructions push gen 1000 nexthop > eth0 ipv4 129.175.237.21| grep key |cut -c 17-26` > ip route add 129.175.237.24 via 129.175.237.21 mpls $var > > Any suggestions? > > Thank you very much, > > David > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > |
From: \G\ <bal...@gm...> - 2008-06-23 09:14:03
|
Hi I am not able to download the kernel source code from the following location. ftp://ftp.roedunet.lkams.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.1.tar.bz2 Should i download the code only from the above path or can i just download 2.6.15.1 from kernel.org ? Cheers, Balaji |
From: Charles N W. <ch...@th...> - 2008-06-22 18:50:14
|
"G" wrote: > Hi > > I would like to know with Mpls-linux package is it possible to use a > linux box as a Provider Edge router ? I would like to know this as well. I am going to be deploying Quagga onto a Zeroshell server. For BGP/OSPF and hopefully MPLS. > I would like to test a basic BGP > MPLS VPN setup with Quagga. As would I. > Is it possible ? if someone has done it > before, it would be really helpful if some one could share some steps > for the same. > Check out www.netkit.org for some useful UML/quagga stuff. -- Charles N Wyble (818) 280-7059 http://charlesnw.blogspot.com |
From: \G\ <bal...@gm...> - 2008-06-22 14:40:38
|
Hi I would like to know with Mpls-linux package is it possible to use a linux box as a Provider Edge router ? I would like to test a basic BGP MPLS VPN setup with Quagga. Is it possible ? if someone has done it before, it would be really helpful if some one could share some steps for the same. Has anyone tried using this with User Mode Linux ? Cheers, Balaji |
From: <tr...@ya...> - 2008-06-20 11:06:44
|
Hello all, I want to map IPv6 onto a LSP, but I don't know what to do. Can you give me some suggestions for IPv6 over MPLS? Thank you very much ______________________________________________________________________________________________________ 付費才容量無上限?Yahoo!奇摩電子信箱2.0免費給你,信件永遠不必刪! http://tw.mg0.mail.yahoo.com/dc/landing |