Re: [Sidrops] WGLC for draft-ietf-sidrops-ov-clarify-00

Randy Bush <randy@psg.com> Mon, 02 April 2018 22:55 UTC

Return-Path: <randy@psg.com>
X-Original-To: sidrops@ietfa.amsl.com
Delivered-To: sidrops@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id ABFD112DA15 for <sidrops@ietfa.amsl.com>; Mon, 2 Apr 2018 15:55:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.911
X-Spam-Level:
X-Spam-Status: No, score=-6.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 nd286wfiqHfr for <sidrops@ietfa.amsl.com>; Mon, 2 Apr 2018 15:55:58 -0700 (PDT)
Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:8006::18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B6B01252BA for <sidrops@ietf.org>; Mon, 2 Apr 2018 15:55:58 -0700 (PDT)
Received: from localhost ([127.0.0.1] helo=ryuu.rg.net) by ran.psg.com with esmtp (Exim 4.86_2) (envelope-from <randy@psg.com>) id 1f38Mk-0001Eq-FR; Mon, 02 Apr 2018 22:55:54 +0000
Date: Mon, 02 Apr 2018 15:55:53 -0700
Message-ID: <m2a7ulgqva.wl-randy@psg.com>
From: Randy Bush <randy@psg.com>
To: "Montgomery, Douglas (Fed)" <dougm@nist.gov>
Cc: Keyur Patel <keyur@arrcus.com>, "sidrops@ietf.org" <sidrops@ietf.org>
In-Reply-To: <554BE4EF-D381-4CF1-923D-4E38F494915E@nist.gov>
References: <554BE4EF-D381-4CF1-923D-4E38F494915E@nist.gov>
User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/25.3 Mule/6.0 (HANACHIRUSATO)
MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue")
Content-Type: text/plain; charset="ISO-2022-JP"
Archived-At: <https://mailarchive.ietf.org/arch/msg/sidrops/6Zv4--DUGSoxEyq5VQlvFHCgdrU>
Subject: Re: [Sidrops] WGLC for draft-ietf-sidrops-ov-clarify-00
X-BeenThere: sidrops@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: A list for the SIDR Operations WG <sidrops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sidrops>, <mailto:sidrops-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/sidrops/>
List-Post: <mailto:sidrops@ietf.org>
List-Help: <mailto:sidrops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sidrops>, <mailto:sidrops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Apr 2018 22:56:00 -0000

>  “This means that, on a router, all routes in BGP, absent operator
>    configuration otherwise, MUST have been marked because they were
>    either received via BGP (whether eBGP or iBGP), redistributed from
>    an IGP, static, or directly connected, or any other distribution
>    into BGP.
> 
>    When redistributing into BGP from connected, static, IGP, iBGP,
>    etc., there is no AS_PATH in the input to allow RPKI validation of
>    the originating AS.  In such cases, the router SHOULD use the AS of
>    the router's BGP configuration.”
> 
> In a situation where internal more specific routes are redistributed
> into iBGP for use internal to the AS, but summarized into an aggregate
> before being originated in eBGP, and the ROA for the eBGP aggregate is
> set tight (e.g., equal to the aggregate length), how do we suggest
> this is to be handled?
> 
> For example I use /24s internally, but only originate a /16
> externally, and have a ROA with MaxLength=16.  Without further
> configuration/action this would result in the internal /24s would be
> marked Invalid, but clearly I don’t want them to be deprefed or
> dropped.
> 
> The choices seem to be that I have the ability to write route policy
> that exempts local routes from the an overall policy (e.g., drop
> invalid, unless it is a locally generated iBGP route), or I create
> SLURM entries to make the /24s valid, only in my AS, but not in the
> public RPKI data?  Either of these choices has some configuration
> complexity.
> 
> Are there other ways of handling this.  Do implementations provide
> enough policy knobs to allow me to apply OV policies to some iBGP
> routes, but not others (e.g., locally originated)?

yes, per-prefix configyration seems to work on the implementations i
have used.

randy