Re: Addr: Re: BGP-4 - revised I-D

Curtis Villamizar <curtis@ans.net> Thu, 29 August 1996 20:19 UTC

Received: from ietf.org by ietf.org id aa20072; 29 Aug 96 16:19 EDT
Received: from cnri by ietf.org id aa20064; 29 Aug 96 16:19 EDT
Received: from merit.edu by CNRI.Reston.VA.US id aa13986; 29 Aug 96 16:19 EDT
Received: (from daemon@localhost) by merit.edu (8.7.5/merit-2.0) id PAA14995 for idr-outgoing; Thu, 29 Aug 1996 15:44:46 -0400 (EDT)
Received: from interlock.ans.net (interlock.ans.net [147.225.5.5]) by merit.edu (8.7.5/merit-2.0) with SMTP id PAA14990 for <bgp@merit.edu>; Thu, 29 Aug 1996 15:44:42 -0400 (EDT)
Received: by interlock.ans.net id AA21748 (InterLock SMTP Gateway 3.0 for bgp@ans.net); Thu, 29 Aug 1996 15:44:40 -0400
Received: by interlock.ans.net (Internal Mail Agent-1); Thu, 29 Aug 1996 15:44:40 -0400
Message-Id: <199608291941.PAA04642@brookfield.ans.net>
To: Tony Li <tli@jnx.com>
Cc: jgs@ieng.com, curtis@ans.net, bgp@ans.net, yakov@cisco.com
Reply-To: curtis@ans.net
Subject: Re: Addr: Re: BGP-4 - revised I-D
In-Reply-To: Your message of "Wed, 28 Aug 1996 15:01:48 PDT." <199608282201.PAA04415@chimp.jnx.com>
Date: Thu, 29 Aug 1996 15:41:49 -0400
Sender: ietf-archive-request@ietf.org
From: Curtis Villamizar <curtis@ans.net>
X-Orig-Sender: owner-idr@merit.edu
Precedence: bulk

In message <199608282201.PAA04415@chimp.jnx.com>om>, Tony Li writes:
> 
> If I understand what Curtis is getting at (50% chance, max), there is some
> ambiguity (or at least possibility of misinterpretation) in the MED
> comparison step.  One interpretation is:

Yep.

> - group the routes by neighboring AS
> - within each group, select the routes with the best MED
> 
> which is also what I think is the intended interpretation.  Alternate
> interpretations include:
> 
> i)
> - group the routes by neighboring AS
> - within each group, select _a_ route with the best MED


Interpretation i) is the same as the first.  If there are two routes
with the same AS and the same MED, the next criteria is IGP cost or
advertising router IP address.  Whether you bring one or both into the
next comparison, you end up with the same decision whether you
consider MED and they tie in the first comparison or you ignore MED in
the second comparison.

Did I miss something.  i) is the algorithm I suggested for the draft
based on my understanding of what Rich Woundy has suggesting.

Curtis