Re: [lisp] LISP Use Cases

Dino Farinacci <farinacci@gmail.com> Mon, 10 August 2015 22:42 UTC

Return-Path: <farinacci@gmail.com>
X-Original-To: lisp@ietfa.amsl.com
Delivered-To: lisp@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6ADC71A0173 for <lisp@ietfa.amsl.com>; Mon, 10 Aug 2015 15:42:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=ham
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 8bhcn-T2GdKF for <lisp@ietfa.amsl.com>; Mon, 10 Aug 2015 15:42:21 -0700 (PDT)
Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3B06F1A0120 for <lisp@ietf.org>; Mon, 10 Aug 2015 15:42:21 -0700 (PDT)
Received: by pacrr5 with SMTP id rr5so112620009pac.3 for <lisp@ietf.org>; Mon, 10 Aug 2015 15:42:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Jj3go7RjkwHThRvOg+e296JxuPbXoGU0pJZdTOmweIw=; b=XXvanpdMRh3u2j1Lf/j8VhIFkcebTcVdxDB7Z46pYHkKj+C47kzwTFfF7CHftEMzZk L4IhTqJ/74PwFJHdXxGCQroE6Z17QV0dEC5nunAuZE5cyZTOib/u22MOVrgS3ab2LWs9 +WaFSs407ChqEaqb9+9DNSb9EYD/n5MP7JWai3YPPDePDVusaJOpiZEmE+4aBLNpqMv1 0IUSt6hCmrhMCMHJpFNZlENTAcFrUv0+IZvXLhFxWNsIUf6XhPxGNhqZYUJ8jDHCsqnL /+/cB8lWI93ch0IXizJy8oomKkz1O44DFD6YNO6isH/J+ueUM+C7K5mLdCsgfGsY8DT6 oZhw==
X-Received: by 10.66.245.142 with SMTP id xo14mr48194890pac.151.1439246540859; Mon, 10 Aug 2015 15:42:20 -0700 (PDT)
Received: from [172.20.10.2] ([166.170.37.247]) by smtp.gmail.com with ESMTPSA id oh9sm21169251pbb.26.2015.08.10.15.42.19 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Aug 2015 15:42:20 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\))
From: Dino Farinacci <farinacci@gmail.com>
In-Reply-To: <77630894-48BB-483D-BE68-A15555F55CE2@gigix.net>
Date: Mon, 10 Aug 2015 15:42:19 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <B1A519EE-2953-4BD2-920C-45AA21617147@gmail.com>
References: <77630894-48BB-483D-BE68-A15555F55CE2@gigix.net>
To: Luigi Iannone <ggx@gigix.net>
X-Mailer: Apple Mail (2.2102)
Archived-At: <http://mailarchive.ietf.org/arch/msg/lisp/670FVTx0ExIHgaUNN-qjVEwPdY4>
Cc: Joel Halpern Direct <jmh.direct@joelhalpern.com>, Damien Saucez <damien.saucez@inria.fr>, LISP mailing list list <lisp@ietf.org>
Subject: Re: [lisp] LISP Use Cases
X-BeenThere: lisp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: List for the discussion of the Locator/ID Separation Protocol <lisp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lisp>, <mailto:lisp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/lisp/>
List-Post: <mailto:lisp@ietf.org>
List-Help: <mailto:lisp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lisp>, <mailto:lisp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 10 Aug 2015 22:42:22 -0000

> - LISP VPN (including integration with IPsec)
> - NVO3 use case for DC virtualization (including support for VM mobility)
> - SDN/NFV (including support for service chaining)
> - IoT (LISP as connecting infrastructure for IoT applications)
> - Mobile Node  (LISP-MN mobility)

And I would say all these use-cases must support multicast packets and packets that traverse through NATs. Those are not separate use-cases but baselines that each use-case needs to support.

Dino