[mpls-linux-general] why no label distribution?
Status: Beta
Brought to you by:
jleu
|
From: Zahra F. <mar...@ya...> - 2003-08-10 11:10:40
|
Hi all, I've installed RedHat8.0 and all related RPMs from http://mpls-linux.sf.net, I'm working with a simple setup of two hosts. Host A ==> 192.168.2.207 and Host B ==> 192.168.2.152. I have setup and configured zebra, ospfd and mplsd on both these machines. My config files are: --------------zebra.conf-------------------- ! hostname zebra password root enable password root ! interface lo ip address 127.0.0.1/8 ! interface eth0 ip address 192.168.2.207/24 ! interface dummy0 ip address 192.168.0.2/32 ! ! line vty exec-timeout 0 0 ! --------------ospfd.conf-------------------- ! hostname ospfd password root enable password root ! interface lo ! interface eth0 ! interface dummy0 ! router ospf passive-interface dummy0 network 192.168.0.0/24 area 0 ! log stdout --------------mplsd.conf-------------------- ! hostname mplsd password root enable password root ! mpls ldp egress connected ! interfase lo no mpls labelspace ! interface eth0 mpls labelspace 0 mpls ldp ! interface dummy0 no mpls labelspace ! line vty exec-timeout 0 0 ! Having done this, when I check up the command "show ldp neighbor" after telnetting to mplsd, I can't see that it has recognized the other machine as the neighbor , I try to run the command "show ldp database", all I get is "no label info has been exchanged". I am guessing that this means that the LSPs haven't been set up since no label info was exchanged. Is there something wrong in my config files? ... I think maybe I've assigned wrong ip addresses to dummy interfaces or network statement in ospfd daemon is wrong, I don't know what adrresses must be assigned to dummy interfaces. When I ping from one machine to another by using dummy0 interface ip address, for example: ping 192.168.0.3, this message appears: connect:Network is unreachable alternatively could you direct me as to how to ensure that the label info is exchanged between the two hosts. and what is wrong. Any help would be greatly appreciated. Thanking in advance! Regards, Z-Farahmand --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software |