[mpls-linux-general] mplsd setup ldp question
Status: Beta
Brought to you by:
jleu
|
From: Rudy S W. <rs...@an...> - 2004-02-01 20:03:45
|
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 |