[mpls-linux-devel] ldpd on FC5
Status: Beta
Brought to you by:
jleu
From: Bojana P. <bo...@gm...> - 2009-12-20 15:22:15
|
Hi everybody, Due to compilation issues with quagga-mpls on Fedora 10, I have decided to try with only quagga-0.99.6-01.fc5.mpls.1.956b.i386.rpm package I could find at the moment on the internet. This quagga-mpls.rpm I set on Fedora 5 environment using mpls packages found in the repo. I got LDP daemon running, but when tried to configure LDP like this: vtysh conf t mpls ldp exit int eth1 mpls ip end I got: *Warning: closing connection to ldpd because of an I/O error, and ldpd daemon is closed*. If I try to make ldpd.conf file with a line including "mpls ip" similar to this: ! interface eth0 mpls ip ! and then to start ldpd daemon, I get this error: *Error occured during reading below line mpls ip* Additionally if I configure interface in zebra.conf like this: ! interface eth1 mpls labelspace 0 ip address 100.0.0.1/24 ! After starting zebra, these lines are converting into this: ! interface eth1 mpls labelspace 0 ip address 100.0.0.1/24 ipv6 nd suppress-ra ! Does anybody know wheather this environment can work, and is that possible to solve these errors? Best regards, Bojana |