[mpls-linux-general] ldpd : label distribution
Status: Beta
Brought to you by:
jleu
|
From: Saravanan S. A. <sas...@gm...> - 2004-11-08 13:26:14
|
Hi, I am facing a (silly?) problem. Since I am newbie, please excuse me. I am interested in the MPLS and just trying to play around with that using my PCs. I have two machines connected with a cross cable. 192.168.0.1(A) and 192.168.0.2(B). m/c A has one dummy0 i/f with ip address 10.0.1.1/24 and m/c B has one dummy0 i/f with ip 11.0.1.1/24. The idea, I have in my mind, is to consider the dummy i/fs as connected to a (virtual) subnet of machines. ospfd adheres to this idea and estabilishes the route in the routing table of A&B. (That is, A has path for 11.0.1.0 in its routing table and B has path for 10.0.1.0 in its routing table) But I don't see any label distribution across the cable. Could you please help? The configuration I have used in ldp is: " hostname mpls password root enable password root ! mpls ip ! interface lo ! ! interface eth0 mpls ip ! interface dummy0 ! ! ! line vty exec-timeout 0 0 log file /var/log/ldpd/ldpd.log " Awaiting your early response and thanks in advance, - Saravanan |