Re: [mpls-linux-general] packet identification
Status: Beta
Brought to you by:
jleu
|
From: Muhammad R. S. <sa...@cc...> - 2004-06-09 07:37:16
|
In reference to my previous mail, basically I want the ingress router to = read specific information in the application layer header and then set = EXP value and forward the packet. It is basically an If-Else situation: If this (in application payloiad) -> then EXP value =3D x else EXP value =3D y Is this possible. If yes then please let me know how? Looking forward for your kind cooperation. regards ----- Original Message -----=20 From: James R. Leu=20 To: Muhammad R. Sami=20 Cc: mpl...@li...=20 Sent: Thursday, June 03, 2004 4:58 PM Subject: Re: [mpls-linux-general] packet identification On Thu, Jun 03, 2004 at 09:44:21AM +0300, Muhammad R. Sami wrote: > hello, > I am relatively new in this group, I want to add a packet = identification scheme in a MPLS router, and then based on the = application layer, want to set EXP bits value. Can anyone help me on = this one, like is it already implemented, if not, what files do I have = to play with.=20 > looking forward for your kind guidance. > regards There already exists some mechanisms for EXP setting. Although there = is probably area for improvment. I should not that I have not tested EXP setting for about a year and a significant amount of development has occureded since then, so you may run into some bugs, if so let me know = and I'll try and produce fixes. A quick overview of what you will need to setup: -bind a IPv4 route to a LSP -use iptables to identify and mark packets -use the markings to set EXP values (or choose differnt LSPs) -use EXP value to determin queuing priority > Muhammad R. Sami > Research Assistant, > Computer Engineering Department > P.O.Box 354 > King Fahd University of Petroleum & Minerals > Dhahran 31261 > Saudi Arabia. > Tel: +96638601423 > Cell: +96657982951 > www.ccse.kfupm.edu.sa/sami > ----- Original Message -----=20 > From: James R. Leu=20 > To: Vadim Suraev=20 > Cc: Qua...@li... ; = mpl...@li...=20 > Sent: Tuesday, June 01, 2004 5:39 PM > Subject: [mpls-linux-general] Re: [quagga-dev 1233] RSVP-TE, = OSPF-TE free source code >=20 >=20 > I'd like to work with you to clean up the layout of the code, port > to quagga, and integrate with my MPLS infrastructure work. If you = are > interested in such an effort, please respond to the list, = otherwise I > will begin the effort myself. Thank you for your contribution. >=20 > BTW I didn't see a license or copyright in any of the files. You = will > probably want to do that.=20 >=20 > (I've CC'd the mpls-linux mailing list) >=20 > --=20 > James R. Leu > jl...@mi... >=20 > On Tue, Jun 01, 2004 at 01:03:08AM +0300, Vadim Suraev wrote: > > Hi. > > I'd like to contribute to the Zebra users & developers' = community several software=20 > > modules that I've developed recently: > > RSVP-TE, TE application, TE extensions for OSPF. > > The software has been tested against CISCO. > > If you decide to try it, please read the short manuel at: > > = http://www.angelfire.com/theforce/suraev/zebra/MPLS_TE_SW_manuel.txt > > The code is located at: > > http://www.angelfire.com/theforce/suraev/zebra/zebra.tar.gz > > If you have any questions, you are welcome to ask. > > Any request for any help and support is welcome. > >=20 > > Regards, > > Vadim. >=20 > > _______________________________________________ > > Quagga-dev mailing list > > Qua...@li... > > http://lists.quagga.net/mailman/listinfo/quagga-dev >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... = Oracle 10g.=20 > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3D3149&alloc_id=3D8166&op=3Dclick > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general --=20 James R. Leu jl...@mi... |