[Idr] RE: Prefix-list ORF sequence number question

"Vivian Lu" <vlu@nortel.com> Wed, 09 February 2005 19:56 UTC

Received: from ietf-mx.ietf.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA06720; Wed, 9 Feb 2005 14:56:38 -0500 (EST)
Received: from megatron.ietf.org ([132.151.6.71]) by ietf-mx.ietf.org with esmtp (Exim 4.33) id 1CyyGs-0000hu-O7; Wed, 09 Feb 2005 15:17:12 -0500
Received: from localhost.localdomain ([127.0.0.1] helo=megatron.ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1CyxsB-0005EI-IT; Wed, 09 Feb 2005 14:51:39 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1Cyxh4-0000ed-NV for idr@megatron.ietf.org; Wed, 09 Feb 2005 14:40:12 -0500
Received: from ietf-mx.ietf.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA04607 for <idr@ietf.org>; Wed, 9 Feb 2005 14:40:08 -0500 (EST)
Received: from zcars04e.nortelnetworks.com ([47.129.242.56]) by ietf-mx.ietf.org with esmtp (Exim 4.33) id 1Cyy0v-0008RU-Sn for idr@ietf.org; Wed, 09 Feb 2005 15:00:42 -0500
Received: from zbl6c004.us.nortel.com (zbl6c004.corpeast.baynetworks.com [132.245.205.54]) by zcars04e.nortelnetworks.com (Switch-2.2.6/Switch-2.2.0) with ESMTP id j19JbYl04992; Wed, 9 Feb 2005 14:37:34 -0500 (EST)
Received: by zbl6c004.corpeast.baynetworks.com with Internet Mail Service (5.5.2653.19) id <1JMBWH1J>; Wed, 9 Feb 2005 14:37:33 -0500
Message-ID: <6204FDDE129D364D8040A98BCCB290EF0FCD100C@zbl6c004.corpeast.baynetworks.com>
From: Vivian Lu <vlu@nortel.com>
To: "'enkechen@cisco.com'" <enkechen@cisco.com>
Date: Wed, 09 Feb 2005 14:37:32 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
X-Spam-Score: 0.8 (/)
X-Scan-Signature: bcd240e64c427d3d3617cfc704e7fd7f
Cc: idr@ietf.org
Subject: [Idr] RE: Prefix-list ORF sequence number question
X-BeenThere: idr@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Inter-Domain Routing <idr.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/idr>, <mailto:idr-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/idr>
List-Post: <mailto:idr@ietf.org>
List-Help: <mailto:idr-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/idr>, <mailto:idr-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0168393085=="
Sender: idr-bounces@ietf.org
Errors-To: idr-bounces@ietf.org
X-Spam-Score: 0.8 (/)
X-Scan-Signature: 6907f330301e69261fa73bed91449a20

Thanks for the clarification.

Vivian.

> -----Original Message-----
> From: Enke Chen (enkechen) [mailto:enkechen@cisco.com] 
> Sent: Wednesday, February 09, 2005 1:38 PM
> To: Lu, Vivian [BL60:SF21:EXCH]
> Cc: idr@ietf.org; enkechen@cisco.com; rsrihari@cisco.com
> Subject: RE: Prefix-list ORF sequence number question
> 
> 
> Hi, Vivian:
> 
> Please see my comments inlined.
> 
> > -----Original Message-----
> > From: Vivian Lu [mailto:vlu@nortel.com]
> > Sent: Wednesday, February 09, 2005 6:12 AM
> > To: Vivian Lu; 'enke@cisco.com'; 'rsrihari@cisco.com'
> > Cc: 'idr@ietf.org'
> > Subject: Prefix-list ORF sequence number question
> > 
> > Hi,
> > 
> > I have a question regarding prefix-list ORF draft,
> > draft-ietf-idr-bgp-prefix-orf-00.txt. 
> > 
> > The "sequence" field as specified in the draft is the following, 
> >         "The 'Sequence' field is a number that specifies the
> > relative ordering of the entry." 
> > 
> > What is the scope to which the statement is referring that
> > makes the ordering significant? 
> 
> The "Sequence" field is used in Sect 6. Address Prefix ORF 
> Matching when multiple ORF entries match a particular NLRI.
> 
> We can add some text to the definition in the next revision.
> 
> > 
> > Is the scope
> > 
> > 	*	per bgp peer session? 
> > 
> > 		-- That is, sequence number is continuously
> > incremented for each orf entry through out the peer session. 
> > 		-- Sequence number gets reset when the peer 
> > session is reset. 
> > 	*	per ORF message? 
> > 
> > 		-- That is, sequence number is continuously
> > incremented for each orf entry within an ORF message. 
> > 		-- Sequence number gets reset when a new ORF 
> > message is created. 
> > 	*	per ORF type block in the orf message ?
> > 
> > 		-- That is, sequence number is continuously
> > incremented for each orf entry within an ORF type block 
> > inside an ORF message.
> > 
> > 		-- Sequence number gets reset when a new ORF
> > type block is written. 
> > 
> > We are wondering which one is what you intended and the
> > industry may agree with. 
> 
> Per the base ORF spec., ORFs are exchanged on a per peer
> basis, and the life time of an ORF is the duration of the session.
> 
> The scope of the sequence number is within the prefix-ORF
> type exchanged over the session.  It is a local matter
> (on the sender) how the sequenece number is assigned for
> the intended semantics "relative ordering").
> 
> -- Enke
> 
_______________________________________________
Idr mailing list
Idr@ietf.org
https://www1.ietf.org/mailman/listinfo/idr