Re: [curtis@ans.net: Re: BGP4 stuff: Local Preference Computation]

Curtis Villamizar <curtis@ans.net> Thu, 05 September 1996 22:43 UTC

Received: from ietf.org by ietf.org id aa14128; 5 Sep 96 18:43 EDT
Received: from cnri by ietf.org id aa14124; 5 Sep 96 18:43 EDT
Received: from merit.edu by CNRI.Reston.VA.US id aa17600; 5 Sep 96 18:43 EDT
Received: (from daemon@localhost) by merit.edu (8.7.5/merit-2.0) id SAA01697 for idr-outgoing; Thu, 5 Sep 1996 18:18:17 -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 SAA01692 for <bgp@merit.edu>; Thu, 5 Sep 1996 18:18:15 -0400 (EDT)
Received: by interlock.ans.net id AA05254 (InterLock SMTP Gateway 3.0 for bgp@ans.net); Thu, 5 Sep 1996 18:18:13 -0400
Received: by interlock.ans.net (Internal Mail Agent-1); Thu, 5 Sep 1996 18:18:13 -0400
Message-Id: <199609052217.SAA12994@brookfield.ans.net>
To: Yakov Rekhter <yakov@cisco.com>
Cc: "John G. Scudder" <jgs@ieng.com>, bgp@ans.net
Reply-To: curtis@ans.net
Subject: Re: [curtis@ans.net: Re: BGP4 stuff: Local Preference Computation]
In-Reply-To: Your message of "Thu, 05 Sep 1996 12:40:54 PDT." <199609051944.MAA08071@hubbub.cisco.com>
Date: Thu, 05 Sep 1996 18:17:51 -0400
Sender: ietf-archive-request@ietf.org
From: Curtis Villamizar <curtis@ans.net>
X-Orig-Sender: owner-idr@merit.edu
Precedence: bulk

In message <199609051944.MAA08071@hubbub.cisco.com>om>, Yakov Rekhter writes:
> John,
> 
> > This should be fixed by reclassifying LOCAL_PREF as well-known mandatory.
> 
> "Mandatory" means that it *always* has to be present. LOCAL_PREF is not
> carried between external peers - just among the internal peers.

Good point.

> > [Other than the text being just plain wrong, the other possibility is that
> > "discretionary" is being used to mean something like "this is only
> > mandatory in some cases".  This is a terrible misuse of the language if
> > true, and should still be fixed, if necessary by inventing some new term
> > like "well-known sometimes-mandatory" or something.  (Note that the RFC
> > nowhere defines "discretionary" so we are left with the dictionary
> > definition, e.g. "left to discretion: exercised at one's own discretion".)]
> 
> Suggestions for better terminology area always appreciated (especially
> if accompanied by a "rough consensus").

How about in the RFC instead of

	mandatory	discretionary

we specify

	mandatory	discretionary	disallowed

and list IBGP and EBGP separately.

	  attribute	  IBGP				EBGP
	LOCAL_PREF    well-known mandatory        disallowed
	MED           well-known discretionary    well-known discretionary
	...

This affects a key attribute so we could set mandatory attribute bit
iff it is mandatory for both IBGP and EBGP and not change the protocol
any, just make the spec more clear.

> Yakov.

Curtis