[mpls-linux-general] Egress Router, how?
Status: Beta
Brought to you by:
jleu
|
From: Jung J. <jj...@hs...> - 2004-03-10 15:25:04
|
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? Regards JJ |