Re: [v6ops] question about draft-jjmb-v6ops-unique-ipv6-prefix-per-host

Ole Troan <otroan@employees.org> Mon, 03 July 2017 13:07 UTC

Return-Path: <otroan@employees.org>
X-Original-To: v6ops@ietfa.amsl.com
Delivered-To: v6ops@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0E7F3131619 for <v6ops@ietfa.amsl.com>; Mon, 3 Jul 2017 06:07:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=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 SCKtF9ow3HgJ for <v6ops@ietfa.amsl.com>; Mon, 3 Jul 2017 06:07:38 -0700 (PDT)
Received: from accordion.employees.org (accordion.employees.org [IPv6:2607:7c80:54:3::74]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A482C129B4B for <v6ops@ietf.org>; Mon, 3 Jul 2017 06:07:38 -0700 (PDT)
Received: from h.hanazo.no (77.16.64.96.tmi.telenormobil.no [77.16.64.96]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by accordion.employees.org (Postfix) with ESMTPSA id C33862D502B; Mon, 3 Jul 2017 13:07:36 +0000 (UTC)
Received: from [IPv6:::1] (localhost [IPv6:::1]) by h.hanazo.no (Postfix) with ESMTP id A7D8BE542931; Mon, 3 Jul 2017 15:07:32 +0200 (CEST)
From: Ole Troan <otroan@employees.org>
Message-Id: <07EE34C2-A479-41EB-B983-D8F2D585E306@employees.org>
Content-Type: multipart/signed; boundary="Apple-Mail=_47315078-1A5C-4E1C-BADD-80972AAD2A56"; protocol="application/pgp-signature"; micalg="pgp-sha512"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
Date: Mon, 03 Jul 2017 15:07:31 +0200
In-Reply-To: <DCB3CF45-C552-4A37-B7A2-E90C080170BD@fugue.com>
Cc: Lorenzo Colitti <lorenzo@google.com>, "v6ops@ietf.org WG" <v6ops@ietf.org>
To: Ted Lemon <mellon@fugue.com>
References: <5348A2C7-D762-470B-9BC9-86B8A09E6369@consulintel.es> <CAKD1Yr1UNvfrozET0Ay4LCtZe-NSBAGwbCcpye7JhGtpzyT2Sg@mail.gmail.com> <645EA227-F9E8-4B15-878B-83BC8FD9809A@employees.org> <DCB3CF45-C552-4A37-B7A2-E90C080170BD@fugue.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/v6ops/x8UAxMmEyrPXHX5Jt0FyIXU4630>
Subject: Re: [v6ops] question about draft-jjmb-v6ops-unique-ipv6-prefix-per-host
X-BeenThere: v6ops@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: v6ops discussion list <v6ops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/v6ops>, <mailto:v6ops-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/v6ops/>
List-Post: <mailto:v6ops@ietf.org>
List-Help: <mailto:v6ops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/v6ops>, <mailto:v6ops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 03 Jul 2017 13:07:47 -0000

Ted,

>> in my implementation I have a unique link per host.
> 
> So you create vlans somehow...?

something that looks like a point to point interface on the router side.

e.g.:
interface Ethernet0.X point-to-point <remote-macaddress>

https://gerrit.fd.io/r/#/c/7224/

Ole