Re: [Idr] draft-ietf-idr-as0-00 (bgp update destroying transit on redback routers ?)

Brian Dickson <brian.peter.dickson@gmail.com> Sat, 03 December 2011 17:22 UTC

Return-Path: <brian.peter.dickson@gmail.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 340EB21F9290 for <idr@ietfa.amsl.com>; Sat, 3 Dec 2011 09:22:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.599
X-Spam-Level:
X-Spam-Status: No, score=-3.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, 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 F0q9GRNeC0hv for <idr@ietfa.amsl.com>; Sat, 3 Dec 2011 09:22:57 -0800 (PST)
Received: from mail-ww0-f44.google.com (mail-ww0-f44.google.com [74.125.82.44]) by ietfa.amsl.com (Postfix) with ESMTP id 56AA321F91AB for <idr@ietf.org>; Sat, 3 Dec 2011 09:22:57 -0800 (PST)
Received: by wgbdr13 with SMTP id dr13so2832628wgb.13 for <idr@ietf.org>; Sat, 03 Dec 2011 09:22:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=k8Tdlr3ZVfIPuHvb+pF0n5KOiN6lllj7dWA7d5XJgGY=; b=aw4fkUFRPx67fZBkZ+zA7baPuGbwDn0C+Idb0Ex2FUAINKI7+Qi/ykWdeHVhxs8HEq RVb49zUTu5cmfBcCdNahZeC6eq1hbVGmWr/liNm6HUQ4d6+hxF2mTPERE8KsTNcgjg9j zF29ZtP+4sAEF+jG1/1qFY/7k1bBj9e56u+5A=
MIME-Version: 1.0
Received: by 10.227.209.82 with SMTP id gf18mr10160694wbb.8.1322932976487; Sat, 03 Dec 2011 09:22:56 -0800 (PST)
Received: by 10.223.101.134 with HTTP; Sat, 3 Dec 2011 09:22:56 -0800 (PST)
In-Reply-To: <26E0D18F-F80E-4EF0-B49A-6FF59957B0C3@net-geek.org>
References: <0ED867EB33AB2B45AAB470D5A64CDBF6181C25624E@EUSAACMS0701.eamcs.ericsson.se> <26E0D18F-F80E-4EF0-B49A-6FF59957B0C3@net-geek.org>
Date: Sat, 03 Dec 2011 12:22:56 -0500
Message-ID: <CAH1iCioe+aekc8oWUeyoec+7vuHNKj=UY9i7AgjjRyp44ZRT7g@mail.gmail.com>
From: Brian Dickson <brian.peter.dickson@gmail.com>
To: Daniel Ginsburg <dbg@net-geek.org>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Cc: idr@ietf.org, nanog@nanog.org
Subject: Re: [Idr] draft-ietf-idr-as0-00 (bgp update destroying transit on redback routers ?)
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: Sat, 03 Dec 2011 17:22:58 -0000

Can anyone familiar with this knob and its usage, answer a question:

Would anything break, in terms of use of that knob, if instead of
"zeroing" the AGGREGATOR, the local AS (as seen from the outside
world, in the case of confederations) were used?

Would the functionality of the knob, in reducing updates, be preserved?

Would routes be considered malformed or would it trigger any other bad behavior?

Perhaps this is a way of resolving the conflict between this knob and
the AS0 draft?

Brian

On Fri, Dec 2, 2011 at 8:12 AM, Daniel Ginsburg <dbg@net-geek.org> wrote:
> Hi,
>
> This is true that "no-aggregator-id" knob zeroes out the AGGREGATOR attribute.
>
> The knob, as far as I was able to find out, dates back to gated and there's a reason why it was introduced - it helps to avoid unnecessary updates. Assume that an aggregate route is generated by two (or more) speakers in the network. These two aggregates differ only in AGGREGATOR attribute. One of the aggregates is preferred within the network (due to IGP metric, for instance, or any other reasons) and is announced out. Now if something changes within the network and the other instance of the aggregate becomes preferred, the network has to issue an outward update different from the previous only in AGGREGATOR attribute, which is completely superfluous.
>
> If the network employs the "no-aggregator-id" knob to zero out the AGGREGATOR attribute, both instances of the aggregate route are completely equivalent, and no redundant outward updates have to be send if one instance becomes better than another due to some internal event, which nobody in the Internet cares about.
>
> In other words, the "no-aggregator-id" knob has valid operational reasons to be used. And, IMHO, the draft-ietf-idr-as0-00 should not prohibit AS0 in AGGREGATOR attribute.
>
> On 02.12.2011, at 1:56, Jeff Tantsura wrote:
>
>> Hi,
>>
>> Let me take it over from now on, I'm the IP Routing/MPLS Product Manager at Ericsson responsible for all routing protocols.
>> There's nothing wrong in checking ASN in AGGREGATOR, we don't really want see ASN 0 anywhere, that's how draft-wkumari-idr-as0 (draft-ietf-idr-as0-00) came into the worlds.
>>
>> To my knowledge - the only vendor which allows changing ASN in AGGREGATOR is Juniper, see "no-aggregator-id", in the past I've tried to talk to Yakov about it, without any results though.
>> So for those who have it configured - please rethink whether you really need it.
>>
>> As for SEOS - understanding that this badly affects our customers and not having draft-ietf-idr-error-handling fully implemented yet, we will temporarily disable this check in our code.
>> Patch will be made available.
>>
>> Please contact me for any further clarifications.
>>
>> Regards,
>> Jeff
>>
>> P.S. Warren has recently  included AGGREGATOR in the draft, please see
>>
>> 2. Behavior
>>   This document specifies that a BGP speaker MUST NOT originate or
>>   propagate a route with an AS number of zero.  If a BGP speaker
>>   receives a route which has an AS number of zero in the AS_PATH (or
>>   AS4_PATH) attribute, it SHOULD be logged and treated as a WITHDRAW.
>>   This same behavior applies to routes containing zero as the
>>   Aggregator or AS4 Aggregator.
>>
>
> _______________________________________________
> Idr mailing list
> Idr@ietf.org
> https://www.ietf.org/mailman/listinfo/idr