Re: [mpls-linux-general] Egress Router, how?
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2004-05-24 14:09:08
|
On Mon, May 24, 2004 at 06:58:28PM +0900, T. Take wrote: > Hi. > > I have a similar problem. > I have executed "MPLS Hierarchy" in README and succeeded to setup 200 and > 202 LSP. > > 101 > 200 201 202 > A------B------C------D Here is how I do it: on C ---- mplsadm2 -A -I gen:101:0 mplsadm2 -A -I gen:201:0 mplsadm2 -I gen:101:0 -i pop:peek on B ---- mplsadm2 -A -O 0 mplsadm2 -O 0x2 -o push:gen:101:set:eth1:192.169.1.2 mplsadm2 -A -O 0 mplsadm2 -O 0x3 -o push:gen:201:fwd:0x2 mplsadm2 -A -I gen:200:0 mplsadm2 -B -I gen:200:0 -O 0x3 > > But, I had a problem at "On C" setting about 101 and 201. The command is > > # mplsadm2 -I gen:101:0 -i pop:peek > In Instr: No such device or address > > It didn't seem to be set properly. > When I have executed "mplsadm2 -d", the output of the above command is > > mpls_set_in_label_instructions: enter > mpls_in_info_hold: enter > mpls_in_info_hold: new count 2 > mpls_in_info_hold: exit > mpls_instruction_build: enter > mpls_instruction_build: exit(2) > mpls_instruction_clear: enter > mpls_instruction_clear: exit > mpls_in_info_release: enter > mpls_in_info_release: new count 1 > mpls_in_info_release: exit > mpls_set_in_label_structions: exit > > What should I do? > I hope any help. > > >From: Jung Janos <jj...@hs...> > >To: mpl...@li... > >Subject: [mpls-linux-general] Egress Router, how? > >Date: Wed, 10 Mar 2004 16:07:18 +0100 (MET) > > > >Hi! > > > >I have a simple network...: > > > > > > > > > > > > > >PC2 PC1 > > 10.130.0.0/16 > >eth0 -----------switch------eth1 > >0.6 0.20 > >--------- --------- > >| | | | > >| | | | > >| | | | > >--------- --------- > >0.6 0.20 > >eth1------------switch------eth0 > > 10.131.0.0/16 > > > >PC2 sends on his eth0 interface MPLS packets with label=1024 (not via > >mplsadm) > >(with destination IP=10.131.0.6 (his other IP)) > >PC1 receives this packets, and i would like PC1 to pop the label > >and forward it as an IP packet (check the route table, and then > >forward it to PC2-eth1) > >PC1 runns mplsadm2... > > > >How should i do that? > > > >i tried: > >PC1: > >mplsadm2 -vL eth1:0 > >mplsadm2 -vAI gen:1024:0 > >mplsadm2 -vI gen:1024:0 -i pop:peek > >no such device or address > > > >any idea????????? > >How should i do that? > > _________________________________________________________________ > ?$B%a%C%;%s%8%c!<$GAm3[1?$B2/1_%W%l%<%s%H!* http://im.msn.co.jp/home.htm > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu jl...@mi... |