[mpls-linux-general] ldp_linux problem
Status: Beta
Brought to you by:
jleu
|
From: Elio F. <el...@ti...> - 2001-05-09 22:25:58
|
Hello,
I've followed the Readme.cli instruction about ldp-portable but the ldp
don't bind the FEC to the outgoing label.
If I look into /proc/net/mpls_out or /proc/net/mpls_fec I don't find
nothing.
Here is my net:
lo 10.0.0.1 lo 10.0.0.2
-------- -------
| A | | B |
-------- -------
.200| 131.114.33.0/24 |.172
------------------------------------------
Host A's table routing :
Destination Gateway Genmask Flags
Metric Ref Use Iface
10.0.0.1 0.0.0.0 255.255.255.255 UH 0
0 0 lo
10.0.0.2 131.114.33.172 255.255.255.255 UGH 0 0
0 eth0
131.114.33.128 0.0.0.0 255.255.255.128 U 0 0
0 eth0
192.168.4.0 0.0.0.0 255.255.255.0 U 0
0 0 eth1
10.0.1.0 131.114.33.172 255.255.255.0 UG 0 0
0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U
0 0 0 lo
0.0.0.0 131.114.33.129 0.0.0.0 UG 1
0 0 eth0
Host B's table routing:
Destination Gateway Genmask Flags
Metric Ref Use Iface
10.0.0.1 131.114.33.200 255.255.255.255 UGH 0 0
0 eth0
10.0.0.2 0.0.0.0 255.255.255.255 UH
0 0 0 lo
131.114.33.128 0.0.0.0 255.255.255.128 U 0
0 0 eth0
192.168.4.0 131.114.33.200 255.255.255.0 UG 0 0
0 eth0
10.0.1.0 0.0.0.0 255.255.255.0 U
0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U
0 0 0 lo
0.0.0.0 131.114.33.129 0.0.0.0 UG
1 0 0 eth0
ldp_linux command:
Host A:
add global 10.0.0.1
add i eth0
show session
1 837221ac 45 5
show database
1 0a000001/32 3 via 2
2 0a000002/32 3 via 2
3 0a000100/24 3 via 2
4 7f000000/8 3 via 2
5 83722180/31 3 via 2
6 c0a80400/24 3 via 2
7 0a000001/32 2 via 2
8 0a000002/32 2 via 2
9 0a000100/24 2 via 2
10 7f000000/8 2 via 2
11 83722180/31 2 via 2
12 c0a80400/24 2 via 2
Host B:
add global 10.0.0.2
add i eth0
show session
1 837221ac 45 5
show database
1 0a000001/32 3 via 2
2 0a000002/32 3 via 2
3 0a000100/24 3 via 2
4 7f000000/8 3 via 2
5 83722180/31 3 via 2
6 c0a80400/24 3 via 2
7 0a000001/32 2 via 2
8 0a000002/32 2 via 2
9 0a000100/24 2 via 2
10 7f000000/8 2 via 2
11 83722180/31 2 via 2
12 c0a80400/24 2 via 2
Thank you for an answer,
Elio
|