Re: [BEHAVE] proprietary implementation v.s standardisedprotocols//re: draft-xu-behave-nat-state-sync-00

Xu Xiaohu <xuxh@huawei.com> Wed, 02 December 2009 01:48 UTC

Return-Path: <xuxh@huawei.com>
X-Original-To: behave@core3.amsl.com
Delivered-To: behave@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 31E593A686E for <behave@core3.amsl.com>; Tue, 1 Dec 2009 17:48:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.532
X-Spam-Level: *
X-Spam-Status: No, score=1.532 tagged_above=-999 required=5 tests=[AWL=-0.762, BAYES_00=-2.599, CN_BODY_35=0.339, FH_RELAY_NODNS=1.451, HELO_MISMATCH_COM=0.553, MIME_CHARSET_FARAWAY=2.45, RDNS_NONE=0.1]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mwad3Tyg2sQX for <behave@core3.amsl.com>; Tue, 1 Dec 2009 17:48:37 -0800 (PST)
Received: from szxga04-in.huawei.com (unknown [119.145.14.67]) by core3.amsl.com (Postfix) with ESMTP id 9577A3A6898 for <behave@ietf.org>; Tue, 1 Dec 2009 17:48:32 -0800 (PST)
Received: from huawei.com (szxga04-in [172.24.2.12]) by szxga04-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0KU000EPV5042P@szxga04-in.huawei.com> for behave@ietf.org; Wed, 02 Dec 2009 09:48:04 +0800 (CST)
Received: from huawei.com ([172.24.2.119]) by szxga04-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0KU000H935042G@szxga04-in.huawei.com> for behave@ietf.org; Wed, 02 Dec 2009 09:48:04 +0800 (CST)
Received: from HUAWEIE75F8F11 ([10.111.12.212]) by szxml04-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTPA id <0KU0001FW5044K@szxml04-in.huawei.com> for behave@ietf.org; Wed, 02 Dec 2009 09:48:04 +0800 (CST)
Date: Wed, 02 Dec 2009 09:48:03 +0800
From: Xu Xiaohu <xuxh@huawei.com>
In-reply-to: <4B156B5C.7060800@viagenie.ca>
To: 'Simon Perreault' <simon.perreault@viagenie.ca>, 'Dan Wing' <dwing@cisco.com>
Message-id: <003401ca72f1$7d0d0310$d40c6f0a@china.huawei.com>
MIME-version: 1.0
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3138
X-Mailer: Microsoft Office Outlook 11
Content-type: text/plain; charset="gb2312"
Content-transfer-encoding: quoted-printable
Thread-index: AcpyurY2ozKXvywbRSmGU3G+3rofaAANVYog
Cc: behave@ietf.org
Subject: Re: [BEHAVE] proprietary implementation v.s standardisedprotocols//re: draft-xu-behave-nat-state-sync-00
X-BeenThere: behave@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: mailing list of BEHAVE IETF WG <behave.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/behave>, <mailto:behave-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/behave>
List-Post: <mailto:behave@ietf.org>
List-Help: <mailto:behave-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/behave>, <mailto:behave-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 02 Dec 2009 01:48:38 -0000

> -----邮件原件-----
> 发件人: behave-bounces@ietf.org [mailto:behave-bounces@ietf.org] 代表
Simon
> Perreault
> 发送时间: 2009年12月2日 3:16
> 收件人: Dan Wing
> 抄送: behave@ietf.org
> 主题: Re: [BEHAVE] proprietary implementation v.s
standardisedprotocols//re:
> draft-xu-behave-nat-state-sync-00
> 
> Dan Wing wrote, on 2009-12-01 13:39:
> > My point is that it shouldn't make things worse.  If the functioning
> > NAT64's prefix changes and the old prefix no longer works, that makes
> > things worse -- it effectively causes IPv6 addresses to change.  That
> > breaks not just applications that are sensitive to IP address changes,
> > but also existing TCP sessions.  SCTP handles IP address changes
> > better, but there is scant deployment of SCTP yet (due to many
> > reasons).
> 
> I don't understand where you're going.
> 
> There are two kinds of breakage:
> 
> 1. One NAT64 box in a cluster* dies. No impact beyond the fact that you
now
> have
> a dead box that needs replacing.
> 
> 2. A whole cluster dies. This is not pain-free, and it's not designed to
be.
> Suddenly, you need to redirect all clients to the new Pref64::/n. There
are
> known issues with that, but this event will happen rarely enough that it's
worth
> the risk.
> 
> If you're really afraid of breakage #2, you have to use bigger clusters.
But
> that has disadvantages too. It ends up being an operational issue.
Tradeoffs,
> etc.
> 
> Another idea: have another cluster "take over" the prefix of the dead one.
Use
> routing to redirect clients to the new cluster. Tradeoffs, etc., again.
> 
> My point is that #2 doesn't need standardization. The solutions are
diverse
> and
> everyone will be dealing with it differently. On the other hand, #1 is a
well
> understood problem, with a well understood solution, with various
proprietary
> incarnations in use right now (hint! hint!).
> 
> 
> * Cluster = A set of synchronized NAT64 boxes sharing a single Pref64::/n.

Does that mean a set of NAT64 boxes within a cluster should be from a single
vendor? If so, how to deal with the case that some abnormal packets cause
NAT boxes (using the same OS) within a cluster to crash simultaneously due
to a bug with that OS?

Xiaohu