How to test

SUBSCRIBE OSPF vishnuvardhan B <badvel_vishnuvardhan@REDIFFMAIL.COM> Mon, 19 July 2004 13:33 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 JAA15730 for <ospf-archive@LISTS.IETF.ORG>; Mon, 19 Jul 2004 09:33:11 -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 <22.00E1D07E@cherry.ease.lsoft.com>; Mon, 19 Jul 2004 9:33:09 -0400
Received: from PEACH.EASE.LSOFT.COM by PEACH.EASE.LSOFT.COM (LISTSERV-TCP/IP release 1.8e) with spool id 26601782 for OSPF@PEACH.EASE.LSOFT.COM; Mon, 19 Jul 2004 09:33:08 -0400
Received: from 209.119.1.39 by WALNUT.EASE.LSOFT.COM (SMTPL release 1.0i) with TCP; Mon, 19 Jul 2004 09:23:08 -0400
Received: from PEACH.EASE.LSOFT.COM (209.119.1.45) by grape.ease.lsoft.com (LSMTP for OpenVMS v1.1b) with SMTP id <4.004D911F@grape.ease.lsoft.com>; Mon, 19 Jul 2004 9:23:08 -0400
Message-ID: <LISTSERV%200407190923078410@PEACH.EASE.LSOFT.COM>
Date: Mon, 19 Jul 2004 09:23:07 -0400
Reply-To: Mailing List <OSPF@PEACH.EASE.LSOFT.COM>
Sender: Mailing List <OSPF@PEACH.EASE.LSOFT.COM>
From: SUBSCRIBE OSPF vishnuvardhan B <badvel_vishnuvardhan@REDIFFMAIL.COM>
Subject: How to test
To: OSPF@PEACH.EASE.LSOFT.COM
Precedence: list

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 AS-external-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 AS-external-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 AS-external-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 anyone help me for step 2) configuration, how do i make router-A to
originate an AS-external-LSA for [10.0.0.0,255.255.0.0]