Hi,

Well, more details would certainly be useful ;-)

A few thoughts.. While mpls ldp sync will make ospf advertise the link out
with maximum cost it shouldn't prevent ospf from turning up. You might want
to look at the following:

C: show mpls ldp igp sync
C: show ip ospf interface your_interface
C: show ip ospf mpls ldp interface

J: show ospf interface detail your_interface
J: show interfaces your_interface | match mtu

On the J you want to enable traceoptions under protocols ospf, probably
something like this:

traceoptions {
  file ospf-debug;
  flags ldp-synchronization;
  flags normal;
  flags general;
  flags event;
  flags hello;
}

Check out the file using show log ospf-debug or if you want to tail it in
realtime with monitor start ospf-debug

On the C you want to, at least, debug ip ospf {adjacency,events} and debug
mpls ldp igp sync . Assuming this is really production be careful with debug
on IOS.

Out of curiosity, what IOS and JUNOS are you on? I'm kind of assuming you're
running 12.0S and not XR on the PRP.


Hth


Kaj



> From: jack daniels <[email protected]>
> Date: Thu, 3 Sep 2009 10:29:36 -0700
> To: <[email protected]>, Cisco certification
> <[email protected]>
> Subject: [OSL | CCIE_SP] mpls ldp sync
> 
> We have a GSR 12416 connected to JUNIPER router.
> We are running OSPF between them.
> OSPF neighbourship comes up :) ....
> BUT now when I enable under ospf "mpls ldp sync" --- ospf neighbourship goes
> down and doesn't comes up. Request your help in this.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to