Re: [sidr] comment on draft-ietf-sidr-bgpsec-protocol and draft-ietf-sidr-bgpsec-ops

Stephen Kent <kent@bbn.com> Fri, 25 July 2014 16:21 UTC

Return-Path: <kent@bbn.com>
X-Original-To: sidr@ietfa.amsl.com
Delivered-To: sidr@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 821BD1B29D0 for <sidr@ietfa.amsl.com>; Fri, 25 Jul 2014 09:21:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.202
X-Spam-Level:
X-Spam-Status: No, score=-4.202 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] 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 2HewufeQLCbH for <sidr@ietfa.amsl.com>; Fri, 25 Jul 2014 09:21:18 -0700 (PDT)
Received: from smtp.bbn.com (smtp.bbn.com [128.33.0.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 29D4A1B293C for <sidr@ietf.org>; Fri, 25 Jul 2014 09:21:18 -0700 (PDT)
Received: from dommiel.bbn.com ([192.1.122.15]:59465 helo=dhcp-a77c.meeting.ietf.org) by smtp.bbn.com with esmtp (Exim 4.77 (FreeBSD)) (envelope-from <kent@bbn.com>) id 1XAiFB-000Jw6-AQ for sidr@ietf.org; Fri, 25 Jul 2014 12:21:17 -0400
Message-ID: <53D283FD.4070005@bbn.com>
Date: Fri, 25 Jul 2014 12:21:17 -0400
From: Stephen Kent <kent@bbn.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version: 1.0
To: sidr@ietf.org
References: <4C2B730F-3BED-40CF-BBD6-90F97B69E22D@tislabs.com>
In-Reply-To: <4C2B730F-3BED-40CF-BBD6-90F97B69E22D@tislabs.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: http://mailarchive.ietf.org/arch/msg/sidr/Pet-JTYeXehltAiTcqV-jWnznXQ
Subject: Re: [sidr] comment on draft-ietf-sidr-bgpsec-protocol and draft-ietf-sidr-bgpsec-ops
X-BeenThere: sidr@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Secure Interdomain Routing <sidr.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sidr>, <mailto:sidr-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sidr/>
List-Post: <mailto:sidr@ietf.org>
List-Help: <mailto:sidr-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sidr>, <mailto:sidr-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Jul 2014 16:21:19 -0000

Sandy,

> Speaking as regular ol' member
>
> The bgpsec-protocol draft has the following text:
>
>     Next, the BGPSEC speaker verifies that the origin AS is authorized to
>     advertise the prefix in question.  To do this, consult the valid ROA
>     data to obtain a list of AS numbers that are associated with the
>     given IP address prefix in the update message.  Then locate the last
>     (least recently added) AS number in the Secure_Path portion of the
>     BGPSEC_Path attribute.  If the origin AS in the Secure_Path is not in
>     the set of AS numbers associated with the given prefix, then the
>     BGPSEC update message is 'Not Valid' and the validation algorithm
>     terminates.
>
> This text reprises the origin validation algorithm, without some of the more detailed pieces.
>
> I believe it would be better instead to refer to RFC6483 or RFC6811, rather than try to reprise the algorithm.  Something like:  "To do this, the speaker performs the algorithm of RFC6483/RFC6811.  If the result is not Valid, then the BGP Update is 'Not Valid'."
>
> (This seems particularly prudent as we might be reconsidering the validation algorithm.)
good point. we should use a reference rather than paraphrase.
> This also brought to mind a point I'm curious about.
>
> Does a bgpsec speaking router have one configuration about the results of the bgpsec validation, or does it have two configurations, one for the results of the origin validation and a second for the results of the bgpsec validation?  Are the two validation states separated?
>
> Should this be a point to be explained in the bgpsec-ops document?
For origin validation, a router needs the binding between an AS and a 
set of prefixes.
For BGPsec, it needs a binding between a public key and a set of ASes. 
So I see these
as separate databases.

Steve