Re: [Isis-wg] Fwd: New Version Notification for draft-franke-isis-over-ipv6-00.txt
Karsten Thomann <karsten_thomann@linfre.de> Sat, 18 July 2015 12:30 UTC
Return-Path: <karsten_thomann@linfre.de>
X-Original-To: isis-wg@ietfa.amsl.com
Delivered-To: isis-wg@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 476F91B2C10 for <isis-wg@ietfa.amsl.com>; Sat, 18 Jul 2015 05:30:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.561
X-Spam-Level:
X-Spam-Status: No, score=-1.561 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_DE=0.35, HTML_MESSAGE=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hs74ZLiRVEKo for <isis-wg@ietfa.amsl.com>; Sat, 18 Jul 2015 05:30:39 -0700 (PDT)
Received: from linfre.de (linfre.de [83.151.26.85]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B2D8E1B2BE9 for <isis-wg@ietf.org>; Sat, 18 Jul 2015 05:30:38 -0700 (PDT)
Received: from linne.localnet (31.150.27.55) by linfreserv (Axigen) with (ECDHE-RSA-AES256-SHA encrypted) ESMTPSA id 23EA5E; Sat, 18 Jul 2015 14:30:24 +0200
From: Karsten Thomann <karsten_thomann@linfre.de>
To: Christian Franke <chris@opensourcerouting.org>
Date: Sat, 18 Jul 2015 14:30:29 +0000
Message-ID: <1923792.QiKhnsajev@linne>
User-Agent: KMail/4.13.0.0 (Windows/6.1; KDE/4.13.3; i686; git-a6cb62d; 2014-12-22)
In-Reply-To: <55AA2028.7030508@opensourcerouting.org>
References: <20150703182710.5306.43728.idtracker@ietfa.amsl.com> <2899679.U2qPRIQ1tF@linne> <55AA2028.7030508@opensourcerouting.org>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="nextPart2170128.At2sytOaE9"
Content-Transfer-Encoding: 7bit
X-AXIGEN-DK-Result: No records
DomainKey-Status: no signature
X-AxigenSpam-Level: 5
Archived-At: <http://mailarchive.ietf.org/arch/msg/isis-wg/8EF7vT6j_KCgr3CqFKnv1MG15-k>
Cc: isis-wg@ietf.org
Subject: Re: [Isis-wg] Fwd: New Version Notification for draft-franke-isis-over-ipv6-00.txt
X-BeenThere: isis-wg@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: IETF IS-IS working group <isis-wg.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/isis-wg>, <mailto:isis-wg-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/isis-wg/>
List-Post: <mailto:isis-wg@ietf.org>
List-Help: <mailto:isis-wg-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/isis-wg>, <mailto:isis-wg-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 18 Jul 2015 12:30:41 -0000
Am Samstag, 18. Juli 2015, 11:45:12 schrieb Christian Franke: > On 07/12/2015 02:40 PM, Karsten Thomann wrote: > >> One feature that this would allow though is indeed using fragmentation > >> which would permit to transport standard LSPs over IPv6 which may > >> otherwise be too large. > > > > I don't understand this, as ISIS has an internal mechanism to handle LSPs > > which are bigger than the MTU of the interface. > > If e.g. CSNP is too large for the link MTU it is splittet and the covered > > range of LSPs is mentioned in the Start LSP ID to End LSP ID. > > > > And for LSPs the router has to generate a multipart LSP. > > > > I wouldn't want to change this internal fragmentation mechanism. > > IS-IS fragmentation only works at the point of origination. If you have > IS-IS routers A,B,C like this, with the numbers indicating the links' MTUs: > > +-----+ 1500 +-----+ 1280 +-----+ > > | A |------| B |------| C | > > +-----+ +-----+ +-----+ > > Router A may e.g. generate an LSP fragment 1400 bytes in size. To my > knowledge, there is no mechanism in IS-IS to allow for router B to > transmit this fragment to router C. > The solution for this case is to configure all routers to generate only > LSP fragments <= 1280 bytes in size. You're right. I was still thinking between Routers A and B, as the problem with the MTU is not unique to IPv6 transport. > > One consideration was to fix the LSP for IPv6 mode to generate only > packets <= 1280 bytes, since any IPv6 link has to be able to transport > 1280byte IPv6 packets. Then again, limiting the size to <=1280 bytes is > something that is not strictly needed, so it might best be made only a > recommendation. Agree that recommendation seems to be the best, as it is a working default for all IPv6 links. > > Using 1280bytes for hellos was indeed an unreasonable idea on my side > and should be changed. > > >> However it might be cleaner to state that people > >> need to live with a smaller LSP size if they use IS-IS over IPv6 and > >> just forbid fragmentation. > > > > Wouldn't do it as already explained above. > > Forbidding fragmentation was meant to refer to IP level fragmentation. > If IP level fragmentation is not allowed, people will have to set a > smaller LSP size as e.g. a maximum LSP Fragment transportable via > Ethernet with 1500 - sizeof(LLC-Header) is greater than 1500 - > sizeof(IPv6-Header). That is in my opinion the only way to handle it. We have still the problem that non IPv6 based areas can have LSP sizes which can exceed the suported limit with IPv6 based transport with a standard Ethernet MTU of 1500. I have no idea how we want to avoid proper network planning and setting of lsp sizes on all devices. Operators which use ISIS over e.g. Ethernet and want to add IPv6 based transport for ISIS on some links must simply be aware about the lsp size limits. Regards Karsten > > > To summarize this: > > - keep the ISIS internal mechanism to handle (C/P)SNP and LSP > > fragmentation > > - allow the maximum possible MTU of the link for packets > > - hellos are padded everytime to maximum possible size > > - forbid fragmented ISIS IPv6 packets and log them (as there is something > > really weird if you receive them) > > I think we a in agreement there. I would go for this: > > - IS-IS over IPv6 packets SHALL NOT use IPv6 fragmentation > - Hello packets SHOULD be padded so the resulting IPv6 packets reaches > the maximum L3 MTU > - recommend that LSPs are only generated so that the IPv6 IS-IS packets > are <= 1280 bytes in size, but allow for larger packets at the > operator's discretion > > > I'm a bit curious how the two opensource implementations currently > > handling this cases. > The opensource implementations are currently still at a prototype state > and therefore don't have strong error handling yet. LSP size is set so > that it will fit into 1280bytes, there is however no check done to > verify that received packets are not fragmented. > > (By the way, I am not sure if standard socket API provides a way to > figure out whether a received packet was fragmented, but somehow it > should probably be doable.) > > -Christian
- [Isis-wg] Fwd: New Version Notification for draft… Christian Franke
- Re: [Isis-wg] Fwd: New Version Notification for d… Karsten Thomann
- Re: [Isis-wg] Fwd: New Version Notification for d… Christian Franke
- Re: [Isis-wg] Fwd: New Version Notification for d… prz
- Re: [Isis-wg] Fwd: New Version Notification for d… Karsten Thomann
- Re: [Isis-wg] Fwd: New Version Notification for d… Christian Franke
- Re: [Isis-wg] Fwd: New Version Notification for d… Karsten Thomann
- Re: [Isis-wg] Fwd: New Version Notification for d… Christian Franke
- Re: [Isis-wg] Fwd: New Version Notification for d… Karsten Thomann
- Re: [Isis-wg] Fwd: New Version Notification for d… Marc Binderberger
- Re: [Isis-wg] Fwd: New Version Notification for d… prz
- Re: [Isis-wg] Fwd: New Version Notification for d… Donald Eastlake