Re: [mpls-linux-general] LDP_ZEBRA problems
Status: Beta
Brought to you by:
jleu
From: Yon U. <uk...@rz...> - 2001-06-05 06:36:29
|
Hello, I shall comment inline to your post. If the problems went away with 0.993, consider this just a coffeine induced halucination. On a general note: I did the original code, but haven't touched it since it got included in the CVS repository. It was buggy (100% alpha). I'm getting a computer (if dell can wipe its virtual ass and hurry up getting my money), so I shall be coding some more in the summer. On Mon, 4 Jun 2001, Yves Jutras wrote: > James, > > I am facing 3 issues: > > ISSUE #1: > ============================= > > I tried the ldp_zebra port and the application core dumps when I configure > mpls ip at the router level (CLI) like the examples where showing. > > CLI VIEW: > --------------- > ldpd# config t > ldpd(config)# mpls ip > Connection closed by foreign host. > wcars2ej-27> > > DEAMON VIEW: > ------------------------ Please, when getting a core dump, start the program in gdb, as in: "gdb ./ldp_zebra" on the prompt type run, followed by the parameters: "run -P 2610" and when it bombs, just type "bt" for backtrace, which prints a trace all the way back up the stack. [SNIP] > ISSUE #2: > ============================= > > All the show mpls commands are not working and they reply with an Ambiguous > command. I can't tell. Sounds like some commands where registered twice to the zebra cli handler. I did some preprocessor macros for registering both the tag and mpls commands, could be this. (I only had some '99 vintage paper docs on cisco cli when I started, they where about tags, not labels, I think tag commands should be removed now) [SNIP] > ISSUE #3: > ============================= > > The show run and the write mem commands are not properly showing the > configuration even when the config commes from a file. Yep, right. IIRC the save config function and the defined config functions where neither a subset of each other, TBD. [SNIP] > CONFIG FILE VIEW: > ------------------------------- > [root@pcary0nx ldp-portable]# more ldpd.conf > ! > ! Zebra configuration saved from vty > ! 2001/02/21 17:58:41 Please note the date, this was my working copy. Sort of a monster. [SNIP] > Regards > > Yves Jutras > Optera Packet Core > Nortel Networks > ESN 398-3252 (613) 768-3252 Wanna pay me for coding this? <eg> No, but seriously, if I manage to rewire my neurons for Jim's preferred C formatting style, some work will be done on this in the next 3 months. HTH, HAND yon |