Re: [Softwires] Working group last call for draft-ietf-softwire-map-05

<ian.farrer@telekom.de> Thu, 11 April 2013 09:07 UTC

Return-Path: <ian.farrer@telekom.de>
X-Original-To: softwires@ietfa.amsl.com
Delivered-To: softwires@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 403FA21F8EA7 for <softwires@ietfa.amsl.com>; Thu, 11 Apr 2013 02:07:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.782
X-Spam-Level:
X-Spam-Status: No, score=-2.782 tagged_above=-999 required=5 tests=[AWL=-0.133, BAYES_00=-2.599, HELO_EQ_DE=0.35, J_CHICKENPOX_37=0.6, RCVD_IN_DNSWL_LOW=-1]
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 nXhrtfQIiOcZ for <softwires@ietfa.amsl.com>; Thu, 11 Apr 2013 02:07:31 -0700 (PDT)
Received: from tcmail13.telekom.de (tcmail13.telekom.de [80.149.113.165]) by ietfa.amsl.com (Postfix) with ESMTP id CB63621F85C4 for <softwires@ietf.org>; Thu, 11 Apr 2013 02:07:30 -0700 (PDT)
Received: from he113470.emea1.cds.t-internal.com ([10.134.93.128]) by tcmail11.telekom.de with ESMTP/TLS/AES128-SHA; 11 Apr 2013 11:07:09 +0200
Received: from HE111643.EMEA1.CDS.T-INTERNAL.COM ([10.134.93.12]) by HE113470.emea1.cds.t-internal.com ([::1]) with mapi; Thu, 11 Apr 2013 11:06:59 +0200
From: ian.farrer@telekom.de
To: otroan@employees.org
Date: Thu, 11 Apr 2013 11:07:20 +0200
Thread-Topic: [Softwires] Working group last call for draft-ietf-softwire-map-05
Thread-Index: Ac42k+uhsaWBcatiSyOT4EAu1juzZA==
Message-ID: <CD8C499E.634EE%ian.farrer@telekom.de>
In-Reply-To: <4D562A86-2534-42C7-B14A-001F72971D65@employees.org>
Accept-Language: en-US, de-DE
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
user-agent: Microsoft-MacOutlook/14.3.2.130206
acceptlanguage: en-US, de-DE
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: softwires@ietf.org, cuiyong@tsinghua.edu.cn, rdroms@cisco.com
Subject: Re: [Softwires] Working group last call for draft-ietf-softwire-map-05
X-BeenThere: softwires@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: softwires wg discussion list <softwires.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/softwires>, <mailto:softwires-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/softwires>
List-Post: <mailto:softwires@ietf.org>
List-Help: <mailto:softwires-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/softwires>, <mailto:softwires-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Apr 2013 09:07:38 -0000

Great. That works for me.

Cheers,
Ian


On 11/04/2013 09:46, "Ole Troan" <otroan@employees.org> wrote:

>Ian,
>
>> I think that the change that you've proposed would help. But actually
>>the
>> worst offender is in section 5:
>> 
>> Port-aware IPv4 entries in the Rules table are installed for all the
>> Forwarding Mapping Rules and an IPv4 default route to the MAP BR.
>> 
>> 
>> What about if this read?:
>> 
>> Port-aware IPv4 entries in the Rules table are installed for all the
>> Forwarding Mapping Rules and an IPv4 default route via a tunnel to the
>>MAP
>> BR.
>
>
>that's not quite correct if we model the MAP domain as an NBMA link which
>all MAP nodes
>are connected to. what about adding similar text to what is in 6rd?
>
>"
>   When 6rd is enabled, a typical CE router will install a default route
>   to the BR, a black hole route for the 6rd delegated prefix, and
>   routes for any LAN side assigned and advertised prefixes.  For
>   example, using a CE IPv4 address of 10.100.100.1, a BR IPv4 address
>   of 10.0.0.1, an IPv4MaskLen of 8, 2001:db8::/32 as the 6rdPrefix, and
>   one /64 prefix assigned to a LAN side interface, a typical CE routing
>   table will look like:
>
>     ::/0 -> 6rd-virtual-int0 via 2001:db8:0:100:: (default route)
>     2001:db8::/32 -> 6rd-virtual-int0 (direct connect to 6rd)
>     2001:db8:6464:100::/56 -> Null0 (delegated prefix null route)
>     2001:db8:6464:100::/64 -> Ethernet0 (LAN interface)
>"
>
>cheers,
>Ole