Re: some clarifications....

alok <alok.dube@APARA.COM> Tue, 04 February 2003 11:00 UTC

Received: from cherry.ease.lsoft.com (cherry.ease.lsoft.com [209.119.0.109]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA15777 for <ospf-archive@LISTS.IETF.ORG>; Tue, 4 Feb 2003 06:00:21 -0500 (EST)
Received: from walnut (209.119.0.61) by cherry.ease.lsoft.com (LSMTP for Digital Unix v1.1b) with SMTP id <5.008CB7D7@cherry.ease.lsoft.com>; Tue, 4 Feb 2003 6:03:58 -0500
Received: from DISCUSS.MICROSOFT.COM by DISCUSS.MICROSOFT.COM (LISTSERV-TCP/IP release 1.8e) with spool id 601745 for OSPF@DISCUSS.MICROSOFT.COM; Tue, 4 Feb 2003 06:03:58 -0500
Received: from 64.106.140.220 by WALNUT.EASE.LSOFT.COM (SMTPL release 1.0i) with TCP; Tue, 4 Feb 2003 06:03:58 -0500
Received: from www.apara.com (localhost.localdomain [127.0.0.1]) by www.apara.com (8.11.6/8.11.6) with ESMTP id h14BNcQ32707 for <OSPF@DISCUSS.MICROSOFT.COM>; Tue, 4 Feb 2003 16:53:38 +0530
Received: from alok ([203.124.140.100]) (authenticated) by www.apara.com (8.11.6/8.11.6) with ESMTP id h14BNZt32701 for <OSPF@DISCUSS.MICROSOFT.COM>; Tue, 4 Feb 2003 16:53:35 +0530
References: <E7E13AAF2F3ED41197C100508BD6A328791E82@india_exch.hyderabad.mindspeed.com>
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2615.200
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
Message-ID: <0f1601c2cc3d$5f601940$81c802c0@alok>
Date: Tue, 04 Feb 2003 16:35:29 +0530
Reply-To: Mailing List <OSPF@DISCUSS.MICROSOFT.COM>
Sender: Mailing List <OSPF@DISCUSS.MICROSOFT.COM>
From: alok <alok.dube@APARA.COM>
Subject: Re: some clarifications....
To: OSPF@DISCUSS.MICROSOFT.COM
Precedence: list

Hi,

I think I should restate my question

if the adjacencies are to be reestablished.....  (well, i basically mean the
FSM went back to Exstart state...)

example..router-1 suddenly lost adjacency with router-2...

we have to start allover from the init/exstart state...and we proceed up the
FSM till we get to FULL.

at the time of this "lost  FULL adjacency", while the DD packets and LSRs
and LSUs and LSacks are exchanged:

do the OSPF routes already existing in the "RIB" of router 2 which were
learnt from router 1 get flushed?

what i mean is this:

router-1 is responding to hellos, it exists...but the DB is not
synchronised.

what is the validity of the route on router-2 which was learnt from router-1
by router-2 prior to the loss of adjacency..
is the validity of that old "route" (learnt via some LSA) governed by the
aging time of the previous LSA that router-1 originated?

is this case the same as what happens when the LSrefresh timer expires?

----- Original Message -----
From: Manral, Vishwas <VishwasM@NETPLANE.COM>
To: <OSPF@DISCUSS.MICROSOFT.COM>
Sent: Tuesday, February 04, 2003 4:08 PM
Subject: Re: some clarifications....


> Hi Alok,
>
> > what is the default behaviour of OSPF process on a node A when a
neighbour
> B
> > and node A loose DD synhcronization?
>
> > i mean , i understand the OSPF FSM, but at that point, does it
> > 1. flush all routes which were given by the neighbour and then restart
the
> > whoel thing till the FULL state?
> >
> > 2. retain them till FULL state and flush it only when one enters the
> "FULL"
> > state again?
> You cannot loose DB syncronization, unless you loose your adjacency(as
> flooding in OSPF is relaible). You may however want to check the draft
> http://www.ietf.org/internet-drafts/draft-nguyen-ospf-oob-resync-01.txt.
>
> We never flush routes in OSPF, we flush LSA's. When an adjacency is
lost/new
> adjacency gained, a new router/network LSA is generated the SPF algorithm
> takes care of excluding/including the neighbor from the routing table
> calculation. Check Section 12, RFC2328. We do not the flush other routers
> LSA's.
>
> Thanks,
> Vishwas
>