Re: How to test

Acee Lindem <acee@REDBACK.COM> Wed, 28 July 2004 02:15 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 WAA28549 for <ospf-archive@LISTS.IETF.ORG>; Tue, 27 Jul 2004 22:15:17 -0400 (EDT)
Received: from vms.dc.lsoft.com (209.119.0.2) by cherry.ease.lsoft.com (LSMTP for Digital Unix v1.1b) with SMTP id <23.00E2AD93@cherry.ease.lsoft.com>; Tue, 27 Jul 2004 22:15:16 -0400
Received: from PEACH.EASE.LSOFT.COM by PEACH.EASE.LSOFT.COM (LISTSERV-TCP/IP release 1.8e) with spool id 27879733 for OSPF@PEACH.EASE.LSOFT.COM; Tue, 27 Jul 2004 22:15:14 -0400
Received: from 155.53.12.9 by WALNUT.EASE.LSOFT.COM (SMTPL release 1.0i) with TCP; Tue, 27 Jul 2004 22:15:14 -0400
Received: from localhost (localhost [127.0.0.1]) by prattle.redback.com (Postfix) with ESMTP id 31CF74D11C8 for <OSPF@PEACH.EASE.LSOFT.COM>; Tue, 27 Jul 2004 19:15:13 -0700 (PDT)
Received: from prattle.redback.com ([127.0.0.1]) by localhost (prattle [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11256-04 for <OSPF@PEACH.EASE.LSOFT.COM>; Tue, 27 Jul 2004 19:15:13 -0700 (PDT)
Received: from aceeinspiron (unknown [172.31.253.63]) by prattle.redback.com (Postfix) with SMTP id 682204D11CA for <OSPF@PEACH.EASE.LSOFT.COM>; Tue, 27 Jul 2004 19:15:10 -0700 (PDT)
References: <BB6D74C75CC76A419B6D6FA7C38317B22E851F@sinett-sbs.SiNett.LAN>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
X-Virus-Scanned: by amavisd-new at redback.com
Message-ID: <0fd401c47448$b5c06a10$0202a8c0@aceeinspiron>
Date: Tue, 27 Jul 2004 22:15:07 -0400
Reply-To: Mailing List <OSPF@PEACH.EASE.LSOFT.COM>
Sender: Mailing List <OSPF@PEACH.EASE.LSOFT.COM>
From: Acee Lindem <acee@REDBACK.COM>
Subject: Re: How to test
To: OSPF@PEACH.EASE.LSOFT.COM
Precedence: list
Content-Transfer-Encoding: 7bit

> ----- Original Message -----
> From: "Vishwas Manral" <Vishwas@SINETT.COM>
> To: <OSPF@PEACH.EASE.LSOFT.COM>
> Sent: Monday, July 19, 2004 9:41 AM
> Subject: Re: How to test

Hi Vishwas,

> Hi Vishnu,

> Though I am thoroughly out of touch with OSPF, this sounds very simple.

> 1. First make a topology that has as an intra area route 10.0.0.0/24. Check if all is well?
> 2. Now add an interface to the topology such that there is another intra area route 10.0.0.0/16. Check again?
> 3. etc etc.

I'd add that you need at least 2 areas with the DUT being the ABR between
them since the LSA ID assignment algorithm is applied to type 3 and 5 LSAs.
Note that appendix E is just one way of generating unique LSA IDs - other
algorithms yielding the desired effect of generating unique IDs with some of
the host bits set are valid. Also note that you should test more than 2 LSA IDs
and should add and delete them in different sequences to hit all the variations. You
also might want to do the same with redistributed routes to test type 5 LSAs.

Thanks,
Acee
-----Original Message-----
From: vis reddy [mailto:badveli_vishnuus@yahoo.com]
Sent: Monday, July 19, 2004 7:03 PM
To: Vishwas Manral
Subject: How to test


I am testing the algorithm as described under appendix
E of rfc 2328.

It says that for assigning link-state ID's as an
example consider its
operation when the following sequence of events occurs
in a single router
(Router A).

    (1) Router A wants to originate an summary-LSA for
        [10.0.0.0,255.255.255.0]:

        (a) A Link State ID of 10.0.0.0 is used.

    (2) Router A then wants to originate an
summary-LSA for
        [10.0.0.0,255.255.0.0]:

        (a) The LSA for [10.0.0,0,255.255.255.0] is
reoriginated using a
            new Link State ID of 10.0.0.255.

        (b) A Link State ID of 10.0.0.0 is used for
            [10.0.0.0,255.255.0.0].

    (3) Router A then wants to originate an
summary-LSA for
        [10.0.0.0,255.0.0.0]:

        (a) The LSA for [10.0.0.0,255.255.0.0] is
reoriginated using a
            new Link State ID of 10.0.255.255.

        (b) A Link State ID of 10.0.0.0 is used for
            [10.0.0.0,255.0.0.0].

        (c) The network [10.0.0.0,255.255.255.0] keeps
its Link State ID
            of 10.0.0.255.

So can you help me for step 2) configuration, how do i
make router-A to originate an summary-LSA for
[10.0.0.0,255.255.0.0]

Thanks in Advance
vishnu