[mpls-linux-devel] LDPD configuration
Status: Beta
Brought to you by:
jleu
From: <gsr...@al...> - 2006-11-21 16:22:15
|
Hi! After testing static configurations of LSPs and tunnels, now I'm trying = to automate the process. I've compiled and succesfully installed = quagga-mpls and ldp-portable from your p4 repository including the links created = with "create-links" file within the ldpd directory. Now, I'm able to run ospf = but I have some problems with ldp. This is the scenario I use to test it: 13.0.0.0/24 .1 .1 .2 .1 .2 .1 14.0.0.0/24 -------PE1--------------PE2--------------PE3------- eth2 eth0 eth1 eth0 eth1 eth2 10.0.0.0/24 11.0.0.0/24 And the .conf files in PE2: ZEBRA.CONF ------------------------------------------------------------------ ! ! Zebra configuration saved from vty ! 2006/11/17 10:18:06 ! hostname PE2 password root ! log file /var/log/quagga/zebra.log ! interface eth0 ! interface eth1 ! interface lo ! line vty ! OSPFD.CONF ------------------------------------------------------------------ ! ! Zebra configuration saved from vty ! 2006/11/09 17:15:53 ! hostname l12p07 password root ! log file /var/log/quagga/ospfd.log ! interface eth0 description 11.0.0.1 netmask 255.255.255.0 broadcast 11.0.0.255=20 !=20 interface eth1 =20 description 10.0.0.2 netmask 255.255.255.0 broadcast 10.0.0.255=20 ! interface lo=20 !=20 !=20 router ospf =20 ospf router-id 0.0.0.2 network 10.0.0.0/24 area 0 =20 network 11.0.0.0/24 area 0=20 !=20 ! line vty=20 ! LDPD.CONF ------------------------------------------------------------------ ! ! Zebra configuration saved from vty ! 2006/11/17 18:25:07 ! hostname ldpd password root ! log file /var/log/quagga/ldpd.log ! !mpls ldp ! address-mode lsr-id ! lsp-control-mode ordered ! lsr-id 2.0.0.0 ! interface eth0 mpls ip ! distribution-mode du ! interface eth1 mpls ip ! distribution-mode du ! interface lo ! line vty ! Within "ldpd.conf" I have to comment(!) many lines and execute them via command line, otherwise the daemon would not start. Also, I did realize = that after doing this, they don't appear on the "running config" of ldpd. The only command that show up is "mpls ldp". I'd like to configure a LSP from PE1 to PE3, so on PE3 I also put the command "egress connected". I capture ldp HELLOs discovering the neighbors and KEEPALIVEs. The HELLO packets carry the LSR-Id set on the command line but the KEEPALIVEs from = PE2 to PE1 and PE3, always contained a bad TCP CheckSum. Furthermore I don't = see any message regarding sesion activation. Any information about these problems could be very useful. Thanks in advance, regards Gonzalo. |