[6lo] Sketch of an IPv6-over-Bluetooth4.0 Internet Draft

Alexandru Petrescu <alexandru.petrescu@gmail.com> Fri, 12 June 2015 12:55 UTC

Return-Path: <alexandru.petrescu@gmail.com>
X-Original-To: 6lo@ietfa.amsl.com
Delivered-To: 6lo@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 99FE41A9124 for <6lo@ietfa.amsl.com>; Fri, 12 Jun 2015 05:55:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.983
X-Spam-Level:
X-Spam-Status: No, score=-4.983 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, HELO_EQ_FR=0.35, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_HI=-5, SPF_SOFTFAIL=0.665] 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 EClhI02vpwa0 for <6lo@ietfa.amsl.com>; Fri, 12 Jun 2015 05:55:51 -0700 (PDT)
Received: from cirse-out.extra.cea.fr (cirse-out.extra.cea.fr [132.167.192.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B51A1A9121 for <6lo@ietf.org>; Fri, 12 Jun 2015 05:55:50 -0700 (PDT)
Received: from pisaure.intra.cea.fr (pisaure.intra.cea.fr [132.166.88.21]) by cirse.extra.cea.fr (8.14.2/8.14.2/CEAnet-Internet-out-2.3) with ESMTP id t5CCtmFc011589 for <6lo@ietf.org>; Fri, 12 Jun 2015 14:55:48 +0200
Received: from pisaure.intra.cea.fr (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 7FDFA2060AF for <6lo@ietf.org>; Fri, 12 Jun 2015 14:58:26 +0200 (CEST)
Received: from muguet1.intra.cea.fr (muguet1.intra.cea.fr [132.166.192.6]) by pisaure.intra.cea.fr (Postfix) with ESMTP id 6CF1F2057F8 for <6lo@ietf.org>; Fri, 12 Jun 2015 14:58:26 +0200 (CEST)
Received: from [127.0.0.1] (is227335.intra.cea.fr [10.8.34.184]) by muguet1.intra.cea.fr (8.13.8/8.13.8/CEAnet-Intranet-out-1.2) with ESMTP id t5CCthY0014859 for <6lo@ietf.org>; Fri, 12 Jun 2015 14:55:47 +0200
Message-ID: <557AD6CF.1030701@gmail.com>
Date: Fri, 12 Jun 2015 14:55:43 +0200
From: Alexandru Petrescu <alexandru.petrescu@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version: 1.0
To: 6lo@ietf.org
References: <55798F4D.1090100@tzi.org> <5579AA65.2010804@gmail.com> <BN1PR03MB072C8E81F9987B64CD0DFF695BC0@BN1PR03MB072.namprd03.prod.outlook.com> <5579C664.2020902@gmail.com> <ECA43DA70480A3498E43C3471FB2E1F01C35DDF1@eusaamb103.ericsson.se> <557ACF54.1020206@gmail.com>
In-Reply-To: <557ACF54.1020206@gmail.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/6lo/tOLbJBItjFfwbNTiL-WgKAFADc8>
Subject: [6lo] Sketch of an IPv6-over-Bluetooth4.0 Internet Draft
X-BeenThere: 6lo@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Mailing list for the 6lo WG for Internet Area issues in IPv6 over constrained node networks." <6lo.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/6lo>, <mailto:6lo-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/6lo/>
List-Post: <mailto:6lo@ietf.org>
List-Help: <mailto:6lo-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/6lo>, <mailto:6lo-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 12 Jun 2015 12:55:53 -0000

Hello members of group 6lo,

I propose to write the following Internet Draft.  Would you be 
interested to contribute?

"IPv6 over Bluetooth 4.0"
Stds Track

MTU: the IPv6 ICMPv6 Echo Request packet on Bluetooth4.0 is of size 
118bytes.

Frame format: an IPv6 packet over a Bluetooth 4.0 interface is 
containing the following fields:

   Ethernet II:
     Destination: IEEE MAC address on 48 bits
     Source: IEEE MAC address on 48 bits
     Type: IPv6 (0x86DD)
   IPv6:
     Base Header (RFC2460)
   ICMPv6:
     RFC443

Stateless Autoconfiguration: the MAC address is used to form an IID, as 
in RFC2464.

Link-local addresses: the IPv6 over Bluetooth4.0 link-local address is 
formed by appending fe80::/64 to the IID formed earler.

Address mapping -- unicast: The Source and Target ll addresses are 
formed from the MAC address.

Address mapping -- multicast:.

Security considerations: supports IPsec end-to-end security.

Referenes: RFC2464.

Alex