Re: OSPF : Summarization of type-7 lsa's
tajay <tajay@NETD.COM> Fri, 08 July 2005 09:53 UTC
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1DqpXq-0008Ch-4L for ospf-archive@megatron.ietf.org; Fri, 08 Jul 2005 05:53:18 -0400
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 FAA15993 for <ospf-archive@LISTS.IETF.ORG>; Fri, 8 Jul 2005 05:53: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 <23.0109ED74@cherry.ease.lsoft.com>; Fri, 8 Jul 2005 5:53:14 -0400
Received: by PEACH.EASE.LSOFT.COM (LISTSERV-TCP/IP release 14.4) with spool id 78330316 for OSPF@PEACH.EASE.LSOFT.COM; Fri, 8 Jul 2005 05:53:13 -0400
Received: from 203.196.196.74 by WALNUT.EASE.LSOFT.COM (SMTPL release 1.0l) with TCP; Fri, 8 Jul 2005 05:53:12 -0400
Received: from netd.com ([10.91.0.11]) (authenticated bits=0) by BLR-MAIL.NETD.COM (8.12.8/8.12.8) with ESMTP id j689suq3015170 for <OSPF@PEACH.EASE.LSOFT.COM>; Fri, 8 Jul 2005 15:25:02 +0530
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225
X-Accept-Language: en-us, en
MIME-Version: 1.0
References: <01LQC49ECAE2003LOZ@omega7.wr.usgs.gov>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-NetD-India-MailScanner-Information: Please contact the NetD-India Sysadmin for more information
X-NetD-India-MailScanner: Found to be clean
X-MailScanner-From: tajay@netd.com
Message-ID: <42CE4C55.5010707@netd.com>
Date: Fri, 08 Jul 2005 15:20:13 +0530
Reply-To: Mailing List <OSPF@PEACH.EASE.LSOFT.COM>
Sender: Mailing List <OSPF@PEACH.EASE.LSOFT.COM>
From: tajay <tajay@NETD.COM>
Subject: Re: OSPF : Summarization of type-7 lsa's
To: OSPF@PEACH.EASE.LSOFT.COM
In-Reply-To: <01LQC49ECAE2003LOZ@omega7.wr.usgs.gov>
Precedence: list
Content-Transfer-Encoding: 7bit
murthy, thanks for answering my queries. I have some more queries in OSPF - NSSA area. Suppose i have configured summary-address to summarize more than one type-7 lsa. In this case we while generating type-5 lsa we follow section 4.1 of rfc 1587 . e.g. 1> If none of the lsa's LS-Id matches to my summary-address range but LS-Id falls under configured summary address range, then we generate type-5 as per rfc 1587 -section 4.1 (2) and 2> If my LSA has LS-Id equal to summary address range then we generate type-5 lsa as per rfc 1587 section-4.1(1) What happens if ospf database has one LSA with LS-Id matches to my summary-address range and some LSAs with LS-Id falling under summary-address range. Then in this case what type of metric or path-type we should set in the type-5 lsa? with regards ajay Pat Murphy - (650)329-4044 wrote: >Ajay, > > > >> 1> If path type selected is external type 2 then type 5 metric >>should be set to the largest type-7 metric subsumed by this net range + >>1 ; >> >> > > > >>****** I have doubt like.. why we add 1 in this cost ..Is there any >>specific reason behind this? >> >> > >The only hint comes from RFC 1587/3101 wording > > These metric and path type rules will avoid routing > loops in the event that path type 1 and 2 are both > used within the area. > >I believe this was done in RFC 1587 to distinguish the Type-5 LSA >originated via the Type-7 translation/summarization process from a >Type-7 LSA that has the same prefix. However this is conjecture on my >part and I don't ever remember verifying it in a discussion with Rob >Coltun. A tight routing loop seems possible in this case when the tie >breaker rules of RFC 1587's external route calculation Step 5 are >applied: > > a. Any type 5 LSA. > b. A type-7 LSA with the P-bit set and the forwarding > address non-zero. > c. Any other type-7 LSA. > >An NSSA would need two ABRs and the translator would have to see an NSSA >path to the Type-7 LSA's prefix through the second ABR for the loop to >occur. > >The RFC 3101 tie breaker rules deal with this situation completely >differently, and it is possible that adding +1 is no longer necessary. I >realized this once, but adding +1 to the type 2 computed metric appeared >harmless enough that a change seemed unwarranted. I do have a minor >correction to make to RFC 3101 from an earlier disuccsion, so if the >current WG feels this should be changed I have no objections. > > > >>2> If the path type selected in external type 1 , the type -5 metric >>should be set to the largest metric.. >> >> > > > >>*** In this case we don't add any cost to ASBR. why this is so? >> >> > >The distance to the originator of the type-7 LSA plays a role in >computing the translated Type 5's type 1 metric. Hence the second ABR >above would compute a more preferred path via the Type-7 LSA that does >not go through the translator ABR > >Pat > > >
- Re: OSPF : Summarization of type-7 lsa's Pat Murphy - (650)329-4044
- Re: OSPF : Summarization of type-7 lsa's tajay