[mpls-linux-general] trouble setting up LSPs
Status: Beta
Brought to you by:
jleu
From: Wayne W. S. <ww...@ho...> - 2002-09-10 03:04:55
|
Hi, Just downloaded, installed and compiled the latest version into the kernel. I am trying to setup two LSPs, one going from A to C and the other going from C back to A in the following simple network, but could not get ping to work from A to C nor from C to A. 10.0.0.10 (eth0) 10.0.1.20 (eth1) A---------------------B---------------------C 10.0.0.20 (eth0) 10.0.1.30 (eth1) The commands issued are as follows, and I have checked /proc/net/mpls* and it seems all the entries are recorded correctly. On A: ===== mplsadm2 -vAO 0 -o push:gen:16:set:eth0:ipv4:10.0.1.30 # returns <key1> ip2 route add 10.0.1.30/32 via 10.0.0.20 lsp <key1> mplsadm2 -vAI gen:20:0 mplsadm2 -vL eth0:0 On B: ===== # for LSP from A to C mplsadm2 -vAI gen:16:0 mplsadm2 -vAO 0 -o push:gen:16:set:eth1:ipv4:10.0.1.30 # returns <key2> mplsadm2 -vI gen:16:0 -o <key2> -B mplsadm2 -vL eth1:0 # for LSP from C to A mplsadm2 -vAI gen:20:0 mplsadm2 -vAO 0 -o push:gen:20:set:eth0:ipv4:10.0.0.10 # returns <key3> mplsadm2 -vI gen:20:0 -o <key3> -B mplsadm2 -vL eth0:0 On C: ===== mplsadm2 -vAI gen:16:0 mplsadm2 -vAO 0 -o push:gen:20:set:eth1:ipv4:10.0.0.10 # returns <key4> ip2 route add 10.0.0.10/32 via 10.0.1.20 lsp <key4> mplsadm2 -vL eth1:0 I have doubled-checked the commands and I believe they are accurate and complete. Any ideas on what could be wrong and suggestions on what to do? Thanks, -Wayne |