Re: [OSPF] OSPFv3 Extended LSAs TLV-level "disposition-if-unsupporetd indicator"?
"Russ White" <russw@riw.us> Tue, 06 August 2013 14:24 UTC
Return-Path: <russw@riw.us>
X-Original-To: ospf@ietfa.amsl.com
Delivered-To: ospf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix)
with ESMTP id C6E8E21F8EE6 for <ospf@ietfa.amsl.com>;
Tue, 6 Aug 2013 07:24:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.337
X-Spam-Level:
X-Spam-Status: No, score=-2.337 tagged_above=-999 required=5 tests=[AWL=0.262,
BAYES_00=-2.599]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com
[127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iOkH4kpekHtV for
<ospf@ietfa.amsl.com>; Tue, 6 Aug 2013 07:24:50 -0700 (PDT)
Received: from da31.namelessnet.net (da31.namelessnet.net [74.124.205.66]) by
ietfa.amsl.com (Postfix) with ESMTP id 3A73921F8F2E for <ospf@ietf.org>;
Tue, 6 Aug 2013 07:24:46 -0700 (PDT)
Received: from cpe-098-122-147-095.nc.res.rr.com ([98.122.147.95]
helo=USCSWHITER10L1C) by da31.namelessnet.net with esmtpa (Exim 4.80.1)
(envelope-from <russw@riw.us>) id 1V6iBo-00059d-JF;
Tue, 06 Aug 2013 07:24:44 -0700
From: "Russ White" <russw@riw.us>
To: "'David Lamparter'" <equinox@diac24.net>, <ospf@ietf.org>
References: <20130806134954.GJ95257@jupiter.n2.diac24.net>
In-Reply-To: <20130806134954.GJ95257@jupiter.n2.diac24.net>
Date: Tue, 6 Aug 2013 10:24:48 -0400
Message-ID: <02c801ce92b0$b56f4230$204dc690$@riw.us>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 15.0
Thread-Index: AQKME5YFomzZRq60tI5aa5CJsaKHq5gNOgtw
Content-Language: en-us
X-Antivirus-Scanner: Seems clean. You should still use an Antivirus Scanner
Subject: Re: [OSPF] OSPFv3 Extended LSAs TLV-level "disposition-if-unsupporetd
indicator"?
X-BeenThere: ospf@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: The Official IETF OSPG WG Mailing List <ospf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ospf>,
<mailto:ospf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ospf>
List-Post: <mailto:ospf@ietf.org>
List-Help: <mailto:ospf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ospf>,
<mailto:ospf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 06 Aug 2013 14:24:55 -0000
> looking at the Extended LSA draft from the various use cases, I believe it > would be advantageous to repurpose the topmost two bits of the TLV type > to indicate what should happen if the TLV is not supported by a router. I'm > thinking of 3-4 possible handlings: > > (these all only apply to parent TLVs or LSAs that specify a route in some way, > e.g. currently Inter/Intra/AS-Ext-Prefix LSAs. Though the first two make > sense in a generic way.) > > 00 - ignore TLV > this can be used for all "hint" TLVs, stuff like maybe communicating > the origin ASN for external routes or whatever you can dream up. > > 01 - ignore parent > on calculating SPF, completely ignore the resulting route. This is > useful for MT-OSPF (if it ever happens), to be used on a MT-ID TLV > with an MT-ID != 0. Basically, non-MT routers can ignore all nonzero > MT topologies this way. > > 10 - strong unreachable > mark the route's destination prefix as unreachable and install a > corresponding blackhole/... route. This is the right thing to do on > SADR routes when they hit a non-SADR router. Even if we have the same > prefix reachable on a non-SADR route with a lower metric, we can't > ensure that it's loop-free for a particular source address. These seem useful to me... > 11 - weak unreachable (?) > treat the route as "unreachable", adding it to the SPF result as such, > if there is no shorter path to the same prefix so far. This is > probably the least useful type, I can only come up with something like > "route that requires special encapsulation (tunnel?)" - no idea on the > reality here. This is really just max metric --I'm not certain we need another mechanism to achieve the same thing. :-) Russ
- [OSPF] OSPFv3 Extended LSAs TLV-level "dispositio… David Lamparter
- Re: [OSPF] OSPFv3 Extended LSAs TLV-level "dispos… Acee Lindem
- Re: [OSPF] OSPFv3 Extended LSAs TLV-level "dispos… David Lamparter
- Re: [OSPF] OSPFv3 Extended LSAs TLV-level "dispos… Russ White
- Re: [OSPF] OSPFv3 Extended LSAs TLV-level "dispos… Acee Lindem
- Re: [OSPF] OSPFv3 Extended LSAs TLV-level "dispos… David Lamparter
- Re: [OSPF] OSPFv3 Extended LSAs TLV-level "dispos… Acee Lindem
- Re: [OSPF] OSPFv3 Extended LSAs TLV-level "dispos… Russ White
- Re: [OSPF] OSPFv3 Extended LSAs TLV-level "dispos… A. Przygienda
- Re: [OSPF] OSPFv3 Extended LSAs TLV-level "dispos… Peter Psenak