RE: [mpls-linux-general] Questions regarding ldp_linux
Status: Beta
Brought to you by:
jleu
From: Esterlizi, C. (CarlosMartin) <ces...@lu...> - 2001-12-14 13:05:35
|
Paul I think I had the same problem. The ldp protocol seems working ok but, you don't get the labels and fec in the kernel. Did you download the LDP from CVS ?. If so , if you edit the Makefile you will find at the top this lines: CFLAGS = -g -I. -Wall -D__LDP_LINUX__ -Werror #-DMPLS_LINUX you have to uncomment the definition of MPLS_LINUX. CFLAGS = -g -I. -Wall -D__LDP_LINUX__ -Werror -DMPLS_LINUX then complile again. I hope this will help you. .. Carlos > ---------- > From: Paul Ng[SMTP:pau...@ya...] > Sent: Jueves, 13 de Diciembre de 2001 04:25 a.m. > To: jl...@us... > Cc: mpl...@li... > Subject: [mpls-linux-general] Questions regarding ldp_linux > > Dear Mr Leu, > > I have encountered a problem when using linux-port for LDP. I have > posted this question on the list a while back, but there seem to be no > reply. Perharps you can help me with it? > > I have 2 PCs connected via Ethernet. I performed the steps as stated > in the README. Precise details of the order of my steps are in my earlier > post. > > When done, the 2 LSRs seem to be exchanging labels. Using Ethereal to > sniff on eth0, I can detect "Hello", "Initialization", "Address", "Label > Mapping" msgs being exchanged. However, when I do a "cat > /proc/net/mpls_*", the files seem empty. I am unsure what the problem is.. > really, as I followed the README to the dot. > > Maybe you can shed some light to this? I will really appreciate it! > > Also, I haven't tried it yet... but will ldp_linux work to exchange > labels between a Linux-LSR and an ATM-LSR, using conventional multicast > peer discovery? > > Thanks a lot! Will be looking forward to your reply. > > Regards, > > Paul > |