Re: [Idr] I-D Action: draft-ietf-idr-error-handling-03.txt

Enke Chen <enkechen@cisco.com> Wed, 21 November 2012 19:20 UTC

Return-Path: <enkechen@cisco.com>
X-Original-To: idr@ietfa.amsl.com
Delivered-To: idr@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 74E2B21F87BC for <idr@ietfa.amsl.com>; Wed, 21 Nov 2012 11:20:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.599
X-Spam-Level:
X-Spam-Status: No, score=-10.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9bWu+WRC2YR1 for <idr@ietfa.amsl.com>; Wed, 21 Nov 2012 11:20:41 -0800 (PST)
Received: from ams-iport-3.cisco.com (ams-iport-3.cisco.com [144.254.224.146]) by ietfa.amsl.com (Postfix) with ESMTP id 4F0D921F87AC for <idr@ietf.org>; Wed, 21 Nov 2012 11:20:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=2859; q=dns/txt; s=iport; t=1353525641; x=1354735241; h=message-id:date:from:mime-version:to:cc:subject: references:in-reply-to:content-transfer-encoding; bh=52aBGN5C4epqTw6kuKPkHxDmtqaX/uoGRSik5BslHj8=; b=GZvt7i9O/rvk2uddZ08QFI7+d0nw07BnrLwD5xCBimk+doQmYzY+l4AG rWP1iBjaGTsVkzRHA4tVBomB7GzjJuMcwyWOhQGhSVi2llr41LWDE+R5p GULb0rzGislnQi92oO15lXAgINAchS8Yz9OTaaOMkGVna5/wc0gnygDFL E=;
X-IronPort-AV: E=McAfee;i="5400,1158,6903"; a="9818765"
Received: from ams-core-1.cisco.com ([144.254.72.81]) by ams-iport-3.cisco.com with ESMTP; 21 Nov 2012 19:20:40 +0000
Received: from [10.21.75.82] ([10.21.75.82]) by ams-core-1.cisco.com (8.14.5/8.14.5) with ESMTP id qALJKc9x024983; Wed, 21 Nov 2012 19:20:39 GMT
Message-ID: <50AD2986.90705@cisco.com>
Date: Wed, 21 Nov 2012 11:20:38 -0800
From: Enke Chen <enkechen@cisco.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20120907 Thunderbird/15.0.1
MIME-Version: 1.0
To: idr@ietf.org
References: <20121121191321.6164.6887.idtracker@ietfa.amsl.com>
In-Reply-To: <20121121191321.6164.6887.idtracker@ietfa.amsl.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: Re: [Idr] I-D Action: draft-ietf-idr-error-handling-03.txt
X-BeenThere: idr@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Inter-Domain Routing <idr.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/idr>, <mailto:idr-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/idr>
List-Post: <mailto:idr@ietf.org>
List-Help: <mailto:idr-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/idr>, <mailto:idr-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 21 Nov 2012 19:20:42 -0000

Hi, folks:

The revised version includes the following changes:

     o specify local repair for only the "Optional bit" and "Transitive" 
bit in the Attribute Flags
     o use treat-as-withdraw for missing mandatory attributes
     o reset session for duplicate MP_REACH or MP_UNRAECH
     o specify precedence for error handling actions: session reset, 
treat-as-withdraw, attribute discard
     o cover all attributes specified in the base spec, community, 
ext-community (including
        the ipv6 address based ext-community)
     o reference RFC4760 (instead of the rfc4760bis) to avoid circular 
dependencies

Please note that:

     o The MP_REACH and MP_UNREACH will be covered in a re-spin of the 
existing MP extension draft.
     o The RR related attributes will be covered by a RR re-spin.

Regards,   -- Enke


On 11/21/12 11:13 AM, internet-drafts@ietf.org wrote:
> A New Internet-Draft is available from the on-line Internet-Drafts directories.
>   This draft is a work item of the Inter-Domain Routing Working Group of the IETF.
>
> 	Title           : Revised Error Handling for BGP UPDATE Messages
> 	Author(s)       : John G. Scudder
>                            Enke Chen
>                            Pradosh Mohapatra
>                            Keyur Patel
> 	Filename        : draft-ietf-idr-error-handling-03.txt
> 	Pages           : 12
> 	Date            : 2012-11-21
>
> Abstract:
>     According to the base BGP specification, a BGP speaker that receives
>     an UPDATE message containing a malformed attribute is required to
>     reset the session over which the offending attribute was received.
>     This behavior is undesirable as a session reset would impact not only
>     routes with the offending attribute, but also other valid routes
>     exchanged over the session.  This document partially revises the
>     error handling for UPDATE messages, and provides guidelines for the
>     authors of documents defining new attributes.  Finally, it revises
>     the error handling procedures for a number of existing attributes.
>
>
> The IETF datatracker status page for this draft is:
> https://datatracker.ietf.org/doc/draft-ietf-idr-error-handling
>
> There's also a htmlized version available at:
> http://tools.ietf.org/html/draft-ietf-idr-error-handling-03
>
> A diff from the previous version is available at:
> http://www.ietf.org/rfcdiff?url2=draft-ietf-idr-error-handling-03
>
>
> Internet-Drafts are also available by anonymous FTP at:
> ftp://ftp.ietf.org/internet-drafts/
>
> _______________________________________________
> I-D-Announce mailing list
> I-D-Announce@ietf.org
> https://www.ietf.org/mailman/listinfo/i-d-announce
> Internet-Draft directories: http://www.ietf.org/shadow.html
> or ftp://ftp.ietf.org/ietf/1shadow-sites.txt