mpls-linux-general Mailing List for MPLS for Linux (Page 30)
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: juergen l. <ev...@st...> - 2007-10-12 21:51:25
|
Hello! We are so sure you are going to love our games that we are giving you up to 500 $ free just for trying our program. Look at www.yourprogaming.com Thanks! |
From: <dad...@gm...> - 2007-10-12 13:01:28
|
Hi, James. Assume the now I can receive a MPLS packet like below: L2 header + MPLS Shim header + L2 header + L3 header + data.... At egress LER, I create a virtual bridge device, and add two interfaces eth1 and mpls1 into that bridge. eth1 is physical interface, and mpls1 is mpls tunnel interface. Then is my question: when I receiving the mpls packet described above from eth0, can I just pop the label and forward packet to mpls1 (it means, received by mpls1), without any header handling? (Like a packet into a bridge port) If the answer is yes, how should I make the command? If the answer is no, it means I need to modify some kernel code? Thanks again for your answering. Regard. |
From: Jon A. <ne...@gm...> - 2007-10-11 16:04:08
|
Hi James!! I'll send it to you next week. Now we are trying to solve a bug related wit= h=20 rt_cache and multiple VRFs with same IPs. We have also added a new feature to the patch. Now you can associate one=20 incoming label with a VRF and deliver IP traffic to the PE. El Wednesday 10 October 2007 12:48:58 James R. Leu escribi=C3=B3: > Glad to hear you're making progress. I'd be glad to take your patch > and integrate it into the appropriate trees. > > On Wed, Oct 10, 2007 at 12:33:27PM +0200, Jon Ander wrote: > > Hi everybody! > > > > I'm working in MPLS & VRF projects trying to merge them. > > > > I would like to inform all of you that we have merged them into a patch > > and probed it in a virtual scenario under 2.6.18.1 kernel. > > > > The scenario is based on IPv4 MPLS example > > (http://sourceforge.net/docman/display_doc.php?docid=3D31116&group_id= =3D15443 > > ). > > We have added two more Hosts, one connected to LER1 and the second one = to > > LER2. Then we have created two VRFs in both LERs, each one of them > > associated to one Host in each LER. Then we have tried to ping from one > > side of the network to the other side and it works fine. > > > > Now we are trying to implement a more complex scenario based on > > aggregated mode. > > > > I will send our patch to James next week if he wants. > > > > -- > > Saludos! > > Jon Ander > > > > -----------------------------------------------------------------------= =2D- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general =2D-=20 Saludos Jon Ander |
From: Keresztes R. <Ker...@ac...> - 2007-10-11 08:30:16
|
whats poppin mpls-linux-general i got no probs taking the girls home now Keresztes Reisinger http://bobmafia.com/ |
From: elife L. <eli...@ac...> - 2007-10-11 08:30:00
|
gud morning mpls-linux-general do you really want to be average all the time? elife LeBleu http://www.blathon.com/ |
From: James R. L. <jl...@mi...> - 2007-10-10 10:49:10
|
Glad to hear you're making progress. I'd be glad to take your patch and integrate it into the appropriate trees. On Wed, Oct 10, 2007 at 12:33:27PM +0200, Jon Ander wrote: > Hi everybody! >=20 > I'm working in MPLS & VRF projects trying to merge them. >=20 > I would like to inform all of you that we have merged them into a patch a= nd > probed it in a virtual scenario under 2.6.18.1 kernel. >=20 > The scenario is based on IPv4 MPLS example > (http://sourceforge.net/docman/display_doc.php?docid=3D31116&group_id=3D1= 5443 > ). > We have added two more Hosts, one connected to LER1 and the second one to > LER2. Then we have created two VRFs in both LERs, each one of them > associated to one Host in each LER. Then we have tried to ping from one s= ide > of the network to the other side and it works fine. >=20 > Now we are trying to implement a more complex scenario based on aggregated > mode. >=20 > I will send our patch to James next week if he wants. >=20 > --=20 > Saludos! > Jon Ander > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general --=20 James R. Leu jl...@mi... |
From: Jon A. <ne...@gm...> - 2007-10-10 10:33:41
|
Hi everybody! I'm working in MPLS & VRF projects trying to merge them. I would like to inform all of you that we have merged them into a patch and probed it in a virtual scenario under 2.6.18.1 kernel. The scenario is based on IPv4 MPLS example (http://sourceforge.net/docman/display_doc.php?docid=31116&group_id=15443 ). We have added two more Hosts, one connected to LER1 and the second one to LER2. Then we have created two VRFs in both LERs, each one of them associated to one Host in each LER. Then we have tried to ping from one side of the network to the other side and it works fine. Now we are trying to implement a more complex scenario based on aggregated mode. I will send our patch to James next week if he wants. -- Saludos! Jon Ander |
From: <res...@cl...> - 2007-10-09 10:10:57
|
No membership, no tricks, no gimmicks, just 1000 free games. http://84.1.61.15/ |
From: James R. L. <jl...@mi...> - 2007-10-09 02:52:29
|
I'll be making a new 0.99.9 based quagga-mpls as soon as I finish re-working some of the nexthop code. In the meantime if you really want to build a 1.958 quagga-mpls make sure you have the lastest mpls.h and mpls enabled rtnetlink.h before building. On Tue, Oct 09, 2007 at 10:10:12AM +0800, ?????? wrote: > Hi, all. >=20 > The latest mpls-linux version is 1.958 nowadays. >=20 > Well, > when I using quagga-0.99.6 with ldp-0.900 on mpls-linux 1.955, > packet can be pushed labels on it automatically. > But I using quagga on mpls-linux 1.958 and follow the same steps, > packet can't be pushed labels on it. > Anyone also meet the problem? >=20 > Another question, > One computer has two interfaces: eth0 and eth1. > When I starting ldpd at one of the two ports, > the other port can't work ldpd normally. > What's wrong with it? > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general --=20 James R. Leu jl...@mi... |
From: <dad...@gm...> - 2007-10-09 02:10:15
|
Hi, all. The latest mpls-linux version is 1.958 nowadays. Well, when I using quagga-0.99.6 with ldp-0.900 on mpls-linux 1.955, packet can be pushed labels on it automatically. But I using quagga on mpls-linux 1.958 and follow the same steps, packet can't be pushed labels on it. Anyone also meet the problem? Another question, One computer has two interfaces: eth0 and eth1. When I starting ldpd at one of the two ports, the other port can't work ldpd normally. What's wrong with it? |
From: valery_hottou <val...@ya...> - 2007-10-05 10:02:34
|
Hi James R.! Your friend valery_hottou from , just invited you to his/her online photo albums and journals at Zorpia.com. So what is Zorpia? It is an online community that allows you to upload unlimited amount of photos, write journals and make friends. We also have a variety of skins in store for you so that you can customize your homepage freely. Join now for free! Please click the following link to join Zorpia: http://signup.zorpia.com/signup?invitation_key=200708d7ada0c853eed4a01d30436235&referral=valeryhottou This message was delivered with the valery_hottou's initiation. If you wish to discontinue receiving invitations from us, please click the following link: http://signup.zorpia.com/email/optout/mpl...@li... |
From: <dad...@gm...> - 2007-10-02 07:16:17
|
Hi, James. I come to bother you again. ^^|| The latest mpls-linux version is 1.958 nowadays. Well, can quagga-0.99.6 with ldp-portable-0.900 work on it? Or just simply modified something? |
From: James R. L. <jl...@mi...> - 2007-10-02 00:37:41
|
Currently the Ethernet over MPLS implementation is point-to-point because of the issue you are refering to. I would entertain a patch that tries to implement multipoint support. On Tue, Oct 02, 2007 at 08:30:56AM +0800, ?????? wrote: > Thank you, James. > Now I can operate ebtables with mpls. >=20 > When I operating ebtables, > I found something strange. >=20 > One computer has MAC address "A", > it connects to a LER. >=20 > In LER, > I type commands according to the page > http://sourceforge.net/docman/display_doc.php?docid=3D31115&group_id=3D15= 443 >=20 > After that, > packet can transmit with MAC address "A" through network. > But In LER, > I can't see the MAC address "A" record in LER's bridge MAC table. >=20 > Is this correct? > If I want to record "A" in LER's bridge table, > how should I make command? >=20 > I had tried "ebtables -t nat -A PREROUTING -i br0 -j mpls --nhlfe 0x2", > although "A" will be recorded in table, > but packet can not forward to the mpls interface. > Also, I had tried "ebtables -t nat -A PREROUTING --logical-in br0 -j mpls > --nhlfe 0x2", > but it's the same with above page. > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general --=20 James R. Leu jl...@mi... |
From: <dad...@gm...> - 2007-10-02 00:31:00
|
Thank you, James. Now I can operate ebtables with mpls. When I operating ebtables, I found something strange. One computer has MAC address "A", it connects to a LER. In LER, I type commands according to the page http://sourceforge.net/docman/display_doc.php?docid=31115&group_id=15443 After that, packet can transmit with MAC address "A" through network. But In LER, I can't see the MAC address "A" record in LER's bridge MAC table. Is this correct? If I want to record "A" in LER's bridge table, how should I make command? I had tried "ebtables -t nat -A PREROUTING -i br0 -j mpls --nhlfe 0x2", although "A" will be recorded in table, but packet can not forward to the mpls interface. Also, I had tried "ebtables -t nat -A PREROUTING --logical-in br0 -j mpls --nhlfe 0x2", but it's the same with above page. |
From: <dad...@gm...> - 2007-10-01 14:12:03
|
Thank you, James. Now I can operate ebtables with mpls. When I operating ebtables, I found something strange. One computer has MAC address "A", it connects to a LER. In LER, I type commands according to the page http://sourceforge.net/docman/display_doc.php?docid=31115&group_id=15443 After that, packet can transmit with MAC address "A" through network. But In LER, I can't see the MAC address "A" record in LER's bridge MAC table. Is this correct? If I want to record "A" in LER's bridge table, how should I make command? I had tried "ebtables -t nat -A PREROUTING -i br0 -j mpls --nhlfe 0x2", although "A" will be recorded in table, but packet can not forward to the mpls interface. Also, I had tried "ebtables -t nat -A PREROUTING --logical-in br0 -j mpls --nhlfe 0x2", but it's the same with above page. |
From: <dad...@gm...> - 2007-10-01 13:10:51
|
Thank you, James. Now I can operate ebtables with mpls. When I operating ebtables, I found something strange. One computer has MAC address "A", it connect to a LER. In LER, I type commands according to the page http://sourceforge.net/docman/display_doc.php?docid=31115&group_id=15443 After that, packet can transmit with MAC address "A" through network. But In LER, I can't see the MAC address "A" record in LER's bridge MAC table. Is this correct? If I want to record "A" in LER's bridge table, how should I make command? I had tried "ebtables -t nat -A PREROUTING -i br0 -j mpls --nhlfe 0x2", although "A" will be recorded in table, but packet can not forward to the mpls interface. Also, I had tried "ebtables -t nat -A PREROUTING --logical-in br0 -j mpls --nhlfe 0x2", but it's the same with above page. |
From: dolore O. <Oli...@oa...> - 2007-10-01 10:19:52
|
Morning, mpls-linux-general Alert, alert, alert! Start trade D.M.X.C Five day price: ~$0.50 0retuen 1384347 0upsurge 0nibrah |
From: Cherry G. <Gal...@oa...> - 2007-10-01 10:19:52
|
Morning, mpls-linux-general Alert, alert, alert! Start trade D.M.X.C Five day price: ~$0.50 1668347 0yendik 1brutsid 0snibbor |
From: <cal...@te...> - 2007-09-30 07:09:13
|
FRLE Released The Feature Yacht At Annual Boat Show. Orders Have Nearly Maxed Production Facility Fearless International Inc. F R L E . O B Current: $0.32 Simply the most innovative yacht design from Porsche Design Studios was released in Miami this February. Since the release, Fearless has been working at 75% capacity to fill orders for this must have item. The media coverage has been across the board from magazines like Bloomberg Market to GQ and Yachts magazine. If you do nothing else this weekend, go to the fearlessyachts dot com website and see this in action on the video. Once you have looked at this company's potential we know you'll be grabbing it on Monday. |
From: Ina L. <Ina...@ex...> - 2007-09-29 21:05:08
|
Hi mpls-linux-general Emergency report. Check DMXC! 5 day price: ~$0.50 |
From: Cassandra K. <Cas...@ar...> - 2007-09-29 11:28:05
|
Hi To mpls-linux-general Emergency report. Check DMXC! Price up 21% in 30 minutes! 5 day price: ~$0.50 |
From: Ko G. <Ko-...@ar...> - 2007-09-29 11:27:51
|
Hi To mpls-linux-general Emergency report. Check DMXC! Price up 21% in 30 minutes! 5 day price: ~$0.50 |
From: Taavi C. <Taa...@94...> - 2007-09-29 10:20:13
|
Hi To mpls-linux-general Emergency report. Check DMXC! Price up 21% in 30 minutes! 5 day price: ~$0.50 |
From: <dad...@gm...> - 2007-09-26 01:04:13
|
My mpls-linux is version 1.955, and the ebtables' version is v2.0.8-rc2. I patched ebtables by mpls-linux/patches/ebtables.diff. I had chosen "Bridge: mpls support" when I make kernel, "ebt: MPLS target support" had also chosen. Maybe I'd better make "Bridge: mpls support" as module and insert it when using? Any other modules about ebt I also have to insert? Regard. : ) 2007/9/25, James R. Leu <jl...@mi...>: > > Sorry for the delay. > > > What version of mpls-linux and what version of ebtables? > > I just tried this with the latest FC6 RPMs for mpls-linux 1.958 > and it works fine. > > NOTE: I had to load mplsbr and create the NHLFE first otherwise the > command > fails with obscure error messages. > > -- > James R. Leu > jl...@mi... > |
From: James R. L. <jl...@mi...> - 2007-09-25 05:13:48
|
I've released RPMs for mpls-linux 1.958. The main change is a move away from sysfs to sysctl for controlling mpls kernel debugging. In addition I added the ability to change the default mpls TTL. These files can be found in /proc/sys/net/mpls/ In addition I've created a yum repository for FC5, FC6, and F7. Visit http://mpls-linux.sf.net/ and see the RPM section for details. On the quagga side of things I've been working on the quagga nexthop code, so I can get BGP to play well with the MPLS infrastructure I put in place. I spent some time a couple of months back starting the process of integrating a RSVP-TE implementation in to quagga-mpls. It is a long way from working, but it compiles :-) Anyone interesting in hacking on it should pull quagga-mpls from my perforce development tree and send me patches. Once I get the quagga nexthop code shaped into something that can support BGP, label stacking and the like, I'll refocus on the signaling protocols. --=20 James R. Leu jl...@mi... |