[mpls-linux-devel] LDP problems solved
Status: Beta
Brought to you by:
jleu
From: <gsr...@al...> - 2007-04-02 08:07:13
|
Hi: I've had some problems with the mail server so till now I couldn't = report my last results. I tried a new config with 3 LSRs making a = triangle, and typing all the config commands, but LDP configuration, by = the .conf files of ZEBRA and OSPF; and it just work fine. Each LSR has 3 = interfaces, eth0 and eth1 shared with other LSR and eth2 as a passive = interface able to hang a non MPLS final equipment. Here it's the = "running-config" of one of them. However, I'll provide the network = diagram and all the config files and the process I followed in a web = page. Regards, Gonzalo. PE3# sh run Building configuration... Current configuration: ! hostname PE3 log file /var/log/quagga/zebra_PE3.log log file /var/log/quagga/ospfd_PE3.log log file /var/log/quagga/ldpd_PE3.log ! service advanced-vty ! debug zebra events debug zebra packet debug zebra kernel debug zebra rib ! password root enable password root ! interface eth0 ip address 10.1.3.2/24 ipv6 nd suppress-ra mpls ip mpls labelspace 0 ! interface eth1 ip address 10.2.3.2/24 ipv6 nd suppress-ra mpls ip mpls labelspace 0 ! interface eth2 ip address 10.3.3.1/24 ipv6 nd suppress-ra ! interface lo description Loopback ! interface mpls0 ipv6 nd suppress-ra ! interface sit0 ipv6 nd suppress-ra ! mpls ldp egress connected ! router ospf ospf router-id 192.168.0.3 passive-interface eth2 network 10.1.3.0/24 area 0.0.0.0 network 10.2.3.0/24 area 0.0.0.0 network 10.3.3.0/24 area 0.0.0.0 ! ip forwarding ! line vty exec-timeout 0 0 ! |