[mpls-linux-general] ldp
Status: Beta
Brought to you by:
jleu
|
From: Alejandro V. <al...@gm...> - 2005-06-24 13:47:27
|
I have been reading quite a few mails on the mailing list about ldp, and I = saw that the implementation of ldp is not fully funcitional yet, but I also saw that it works. It may have some bugs, but on an overall basis it should work. I have been trying to use it, and maybe help on the developement, but my problem is really basic, I cannot make it work. I have quagga: quagga-0.97.3-1.FC3mpls1_946, and eventhough I manager to get the ldpd deamon started, I cannot manager to make it exchange any labels. I have ethereal running on my netowrk, and I do not see any LDP messages on it (such as LDP Hello, Keep alive, Label Request, etc), besides, all the packest I send are plain ethernet+ip. My ldpd.conf.sample file is pretty simple, I started it empty, and simply configured by hand. I mainly did two things to try to make it work: 1. use mpls ldp command 2. asign a labelspace to the interface I am working on. I am copying below my configuration below: hostname Router password zebra enable password zebra hostname ospfd log stdout ! mpls static 0 ! interface eth0 ipv6 nd suppress-ra mpls labelspace 0 ! interface eth1 ipv6 nd suppress-ra mpls labelspace 0 ! interface lo ! interface sit0 ipv6 nd suppress-ra ! interface lo0 ! mpls ldp egress connected ! ip prefix-list seciu seq 5 permit 200.108.0.0/16 le 32 ! ip forwarding ! line vty ! Building configuration... Current configuration: ! I would be grateful if you could help me with this issue, Thank you, Alejandro |