Re: [mpls-linux-general] mplsd setup ldp question
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2004-02-01 21:19:18
|
Get the latest ldp-portable from p4 (look at http://mpls-linux.sf.net/ for howto info). The latest version fixes many bugs (including the one you are experiencing) On Sun, Feb 01, 2004 at 03:03:33PM -0500, Rudy S Wen wrote: > Hello, > > I've setup a point to point connection between two linux red hat 2.4.18 > machines (installed mpls/ldp through the rpms). I'm trying to setup up an > LDP session between these two machines. Zebra and ospfd are both > running and I can see an ospf adjacency (telnet to ospfd, to run show ip > ospf neighbor). Then I invoke mplsd on both machines with a mpld.conf > file where i setup mpls ldp on eth1 (for both machines). When i log into > mplsd and try the show ldp neighbor command, mplsd gets a seg fault.( I > can run > show ldp session, database, discovery with no problem). This only seems > to happen when the other mpls daemon is running. Am I doing something > wrong? Here are my .conf files > > > -----zebra.conf------ > hostname host1-zebra > password root > enable password root > service advanced-vty > ! > interface lo > ! > interface dummy0 > ip address 192.168.0.1/32 > ! > interface eth0 > ip address 10.3.3.1/30 > ! > interface eth1 > ip address 10.3.3.5/30 > ! > line vty > exec-timeout 0 0 > > > -----ospfd.conf------ > hostname host1-ospf > password root > enable password root > ! > interface lo > ! > interface eth0 > ! > interface eth1 > ! > interface dummy0 > ! > router ospf > passive-interafec dummy0 > passive-interface lo > network 10.0.0.0/8 area 0 > network 192.168.0.1/32 area 0 > ! > line vty > exec-timeout 0 0 > > -----mplsd.conf----- > hostname host1-mpls > password root > enable password root > ! > mpls ldp > ! > interface lo > ! > interface eth0 > ! > interface eth1 > mpls ldp > ! > interface dummy0 > ! > line vty > exec-timeout 0 0 > > I run mplsd -f /etc/mplds.conf -P 2603, but i don't see any out label > messages. Thanks for any help you can give me. > > ~rsw > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu jl...@mi... |