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

Tony Li <tli@jnx.com> Thu, 29 August 1996 21:28 UTC

Received: from ietf.org by ietf.org id aa23341; 29 Aug 96 17:28 EDT
Received: from cnri by ietf.org id aa23337; 29 Aug 96 17:28 EDT
Received: from merit.edu by CNRI.Reston.VA.US id aa14925; 29 Aug 96 17:28 EDT
Received: (from daemon@localhost) by merit.edu (8.7.5/merit-2.0) id QAA16606 for idr-outgoing; Thu, 29 Aug 1996 16:46:23 -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 QAA16601 for <bgp@merit.edu>; Thu, 29 Aug 1996 16:46:16 -0400 (EDT)
Received: by interlock.ans.net id AA23804 (InterLock SMTP Gateway 3.0 for bgp@ans.net); Thu, 29 Aug 1996 16:46:08 -0400
Received: by interlock.ans.net (Internal Mail Agent-2); Thu, 29 Aug 1996 16:46:08 -0400
Received: by interlock.ans.net (Internal Mail Agent-1); Thu, 29 Aug 1996 16:46:08 -0400
Date: Thu, 29 Aug 1996 13:20:12 -0700 (PDT)
Message-Id: <199608292020.NAA00651@chimp.jnx.com>
X-Authentication-Warning: chimp.jnx.com: Unknown UID 1005 set sender to tli using -f
Sender: ietf-archive-request@ietf.org
From: Tony Li <tli@jnx.com>
To: curtis@ans.net
Cc: jgs@ieng.com, curtis@ans.net, bgp@ans.net, yakov@cisco.com
In-Reply-To: <199608291941.PAA04642@brookfield.ans.net> (message from Curtis Villamizar on Thu, 29 Aug 1996 15:41:49 -0400)
Subject: Re: Addr: Re: BGP-4 - revised I-D
X-Orig-Sender: owner-idr@merit.edu
Precedence: bulk

   > - 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.  

No, it's not.  If you follow i) verbatim, then you must select one and only
one route.  As we have not specified which one, it's presumably left up to
the implementor.  You and I both know that this is disaster.  ;-)

   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 you really mean to say this?  Suppose I have routes A, B, C, ... and
that A & B are the same MED.  Without loss of generality, suppose that A
has a better IGP metric.  

If we bring A into the next comparison, then it will be selected.  If we do
NOT bring A into the next comparison, then B may be selected.  Loop.

Tony