[mpls-linux-general] MPLS FEC port
Status: Beta
Brought to you by:
jleu
From: D. M. <acu...@gm...> - 2008-06-19 16:14:09
|
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 |