How to test

SUBSCRIBE OSPF vishnuvardhan B <badvel_vishnuvardhan@REDIFFMAIL.COM> Mon, 19 July 2004 13:38 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 JAA16120 for <ospf-archive@LISTS.IETF.ORG>; Mon, 19 Jul 2004 09:38:15 -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 <20.00E1CF82@cherry.ease.lsoft.com>; Mon, 19 Jul 2004 9:38:16 -0400
Received: from PEACH.EASE.LSOFT.COM by PEACH.EASE.LSOFT.COM (LISTSERV-TCP/IP release 1.8e) with spool id 26602116 for OSPF@PEACH.EASE.LSOFT.COM; Mon, 19 Jul 2004 09:38:15 -0400
Received: from 209.119.0.100 by WALNUT.EASE.LSOFT.COM (SMTPL release 1.0i) with TCP; Mon, 19 Jul 2004 09:28:15 -0400
Received: from PEACH.EASE.LSOFT.COM (209.119.0.61) by cherry.ease.lsoft.com (LSMTP for Digital Unix v1.1b) with SMTP id <14.00E1CF57@cherry.ease.lsoft.com>; Mon, 19 Jul 2004 9:28:15 -0400
Message-ID: <LISTSERV%200407190928147610@PEACH.EASE.LSOFT.COM>
Date: Mon, 19 Jul 2004 09:28:14 -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]

Thanks in Advance
vishnu