[Isis-wg] Fwd: Re: Last Call: draft-ietf-isis-bfd-tlv (IS-IS BFD EnabledTLV) to Proposed Standard

Stewart Bryant <stbryant@cisco.com> Fri, 03 September 2010 19:18 UTC

Return-Path: <stbryant@cisco.com>
X-Original-To: isis-wg@core3.amsl.com
Delivered-To: isis-wg@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 0D5413A6818 for <isis-wg@core3.amsl.com>; Fri, 3 Sep 2010 12:18:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -108.215
X-Spam-Level:
X-Spam-Status: No, score=-108.215 tagged_above=-999 required=5 tests=[AWL=-2.467, BAYES_00=-2.599, HTML_MESSAGE=0.001, J_CHICKENPOX_33=0.6, J_CHICKENPOX_63=0.6, J_CHICKENPOX_74=0.6, J_CHICKENPOX_92=0.6, MIME_CHARSET_FARAWAY=2.45, RCVD_IN_DNSWL_HI=-8, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EGCviwF4+bnA for <isis-wg@core3.amsl.com>; Fri, 3 Sep 2010 12:18:34 -0700 (PDT)
Received: from rtp-iport-1.cisco.com (rtp-iport-1.cisco.com [64.102.122.148]) by core3.amsl.com (Postfix) with ESMTP id 974F83A6813 for <isis-wg@ietf.org>; Fri, 3 Sep 2010 12:18:33 -0700 (PDT)
Authentication-Results: rtp-iport-1.cisco.com; dkim=neutral (message not signed) header.i=none
X-Files: Attached Message Part : 124
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AtsFAALngExAZnwM/2dsb2JhbACBRIFUnXFxo2WCIwwBh0UIkgOERHcEgViIQQ
X-IronPort-AV: E=Sophos; i="4.56,314,1280707200"; d="scan'208,217"; a="155129197"
Received: from rtp-core-1.cisco.com ([64.102.124.12]) by rtp-iport-1.cisco.com with ESMTP; 03 Sep 2010 19:19:02 +0000
Received: from cisco.com (mrwint.cisco.com [64.103.71.48]) by rtp-core-1.cisco.com (8.13.8/8.14.3) with ESMTP id o83JJ2to016041; Fri, 3 Sep 2010 19:19:02 GMT
Received: from stbryant-mac2.local (localhost [127.0.0.1]) by cisco.com (8.11.7p3+Sun/8.8.8) with ESMTP id o83JIx606609; Fri, 3 Sep 2010 20:19:00 +0100 (BST)
Message-ID: <4C814A24.9030601@cisco.com>
Date: Fri, 03 Sep 2010 20:19:00 +0100
From: Stewart Bryant <stbryant@cisco.com>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2
MIME-Version: 1.0
To: isis-wg <isis-wg@ietf.org>
Content-Type: multipart/mixed; boundary="------------010300030409070005040107"
Subject: [Isis-wg] Fwd: Re: Last Call: draft-ietf-isis-bfd-tlv (IS-IS BFD EnabledTLV) to Proposed Standard
X-BeenThere: isis-wg@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: stbryant@cisco.com
List-Id: IETF IS-IS working group <isis-wg.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/isis-wg>, <mailto:isis-wg-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/isis-wg>
List-Post: <mailto:isis-wg@ietf.org>
List-Help: <mailto:isis-wg-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/isis-wg>, <mailto:isis-wg-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 03 Sep 2010 19:18:38 -0000

 This LC comment only appeared on the main IETF list

Please will the authors address this issue

-------- Original Message --------
Subject: 	Re: [Isis-wg] Last Call: draft-ietf-isis-bfd-tlv (IS-IS BFD
EnabledTLV) to Proposed Standard
Date: 	Mon, 26 Jul 2010 17:04:40 +0800
From: 	lan7801 <lan7801@gmail.com>
To: 	ietf <ietf@ietf.org>
CC: 	iesg <iesg@ietf.org>



Hi,
I have some comments about this draft.
section 3.2. Adjacency Establishment and Maintenance

    Whenever ISIS_BFD_REQUIRED is TRUE the following extensions to the
    rules for adjacency establishment and maintenance MUST apply:
    o ISIS_NEIGHBOR_USEABLE MUST be TRUE before the adjacency can
    transition from INIT to UP state

This rule assumes that both the BFD and IS-IS configurations are correct
and they work well. But This isn't the way all
the time.
AS we know that the establishment of the BFD session is bootstraped by
IS-IS,If the BFD enabled interface have two or
more address, which address should be used to create the BFD session ?
If the two addresses of the BFD session are not on
the same subnet,the BFD session will fail ,and the IS-IS adjacency can
never be ceated.That is a risk.
Cisco router encodes the primary ip address of the inteface in IS-IS
hello's ip interface address(es) TLV, however,Juniper
router encodes all addresses of the interface in ip interface
address(es) TLV,How about the other router ?
To resove this problem,this draft should specify which address should be
used .The choosed address may be included in the
BFD enabled TLV.
To avoid confusion,it is better to specify that the IS-IS must triggere
BFD session establishment before the adjacency is in UP state.
There is another scenario we must consider. When the state of IS-IS
adjacency is UP and the administrator trys to configure BFD or modify
BFD configuration, IS-IS should discard the first BFD session failure
,IS-IS can trust BFD session state only after
BFD session has informed IS-IS a BFD session success.
------------------------------------------------------------------------
Jiaxing Lan
2010-07-25
------------------------------------------------------------------------
*发件人:* The IESG
*发送时间:* 2010-07-13 02:42:14
*收件人:* IETF-Announce
*抄送:* isis-wg
*主题:* [Isis-wg] Last Call: draft-ietf-isis-bfd-tlv (IS-IS BFD
EnabledTLV) to Proposed Standard
The IESG has received a request from the IS-IS for IP Internets WG (isis)
to consider the following document:
- 'IS-IS BFD Enabled TLV '
<draft-ietf-isis-bfd-tlv-02.txt> as a Proposed Standard
The IESG plans to make a decision in the next few weeks, and solicits
final comments on this action. Please send substantive comments to the
ietf@ietf.org mailing lists by 2010-07-26. Exceptionally,
comments may be sent to iesg@ietf.org instead. In either case, please
retain the beginning of the Subject line to allow automated sorting.
The file can be obtained via
http://www.ietf.org/internet-drafts/draft-ietf-isis-bfd-tlv-02.txt
IESG discussion can be tracked via
https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&dTag=17118&rfc_flag=0
_______________________________________________
Isis-wg mailing list
Isis-wg@ietf.org
https://www.ietf.org/mailman/listinfo/isis-wg