[RTG-DIR] Rtgdir early review of draft-ietf-i2rs-rib-data-model-10

Michael McBride <Michael.McBride@huawei.com> Mon, 16 April 2018 17:27 UTC

Return-Path: <Michael.McBride@huawei.com>
X-Original-To: rtg-dir@ietfa.amsl.com
Delivered-To: rtg-dir@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2790612D7E5; Mon, 16 Apr 2018 10:27:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.2
X-Spam-Level:
X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TtUdhII5ZB0R; Mon, 16 Apr 2018 10:27:24 -0700 (PDT)
Received: from huawei.com (lhrrgout.huawei.com [194.213.3.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5DEA9120721; Mon, 16 Apr 2018 10:27:24 -0700 (PDT)
Received: from lhreml701-cah.china.huawei.com (unknown [172.18.7.108]) by Forcepoint Email with ESMTP id CFF1821C6225C; Mon, 16 Apr 2018 18:27:20 +0100 (IST)
Received: from SJCEML701-CHM.china.huawei.com (10.208.112.40) by lhreml701-cah.china.huawei.com (10.201.108.42) with Microsoft SMTP Server (TLS) id 14.3.382.0; Mon, 16 Apr 2018 18:27:22 +0100
Received: from SJCEML521-MBB.china.huawei.com ([169.254.6.91]) by SJCEML701-CHM.china.huawei.com ([169.254.3.93]) with mapi id 14.03.0382.000; Mon, 16 Apr 2018 10:27:15 -0700
From: Michael McBride <Michael.McBride@huawei.com>
To: "i2rs-chairs@ietf.org" <i2rs-chairs@ietf.org>, "draft-ietf-i2rs-rib-data-model@ietf.org" <draft-ietf-i2rs-rib-data-model@ietf.org>
CC: "rtg-dir@ietf.org" <rtg-dir@ietf.org>, "i2rs@ietf.org" <i2rs@ietf.org>
Thread-Topic: Rtgdir early review of draft-ietf-i2rs-rib-data-model-10
Thread-Index: AdPVoijcOdSSVfroSK+tyaCMp+qlSw==
Date: Mon, 16 Apr 2018 17:27:14 +0000
Message-ID: <8CCB28152EA2E14A96BBEDC15823481A1CAE8BCB@SJCEML521-MBB.china.huawei.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [10.212.246.40]
Content-Type: multipart/alternative; boundary="_000_8CCB28152EA2E14A96BBEDC15823481A1CAE8BCBSJCEML521MBBchi_"
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: <https://mailarchive.ietf.org/arch/msg/rtg-dir/-4cXIgU6O3EMqnjZBlpYLRNCLgc>
Subject: [RTG-DIR] Rtgdir early review of draft-ietf-i2rs-rib-data-model-10
X-BeenThere: rtg-dir@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: Routing Area Directorate <rtg-dir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rtg-dir>, <mailto:rtg-dir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rtg-dir/>
List-Post: <mailto:rtg-dir@ietf.org>
List-Help: <mailto:rtg-dir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rtg-dir>, <mailto:rtg-dir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 16 Apr 2018 17:27:26 -0000

I have been selected to do a routing directorate “early” review of draft-ietf-i2rs-rib-data-model.

Document: draft-ietf-i2rs-rib-data-model-10
Reviewer: Mike McBride
Review Date: 13-04-2018
Intended Status: Standards Track

Comments:

I only found a few nits. Looks like it’s been through several reviews and otherwise looks good to go to me. The nits that I think should be considered:

2.2. Routing Instance and Rib

---Should "Rib" be "RIB"?

2.4. Nexthop
A nexthop represents an object resulting from a route lookup. As illustrated in Section 2.4 of [I-D.ietf-i2rs-rib-info-model], to support various use cases (e.g., load balance, protection, multicast

---Should "load balance" be "load balancing"?

1.1. Definitions and Acronyms

---Should RPC be added? How about FIB? Right now only RIB is defined.

2.5. RPC Operations
route-add: Add a route or a set of routes to a RIB. A RIB name, the route prefix(es), route attributes, route vendor attributes, nexthop and whether return failure detail are passed as the input

---How about "detail" be "details".

parameters. Before calling the route-add rpc, it is required to call the nh-add rpc to create and/or return the nexthop identifier but during situations when the nexthop already exists and the nexthop-id is known, this action is not expected.. The output is a

---This sentence is awkward to me. I would recommend changing it to two sentences as long as it doesn’t alter the intent:

"Before calling the route-add rpc, it is required to call the nh-add rpc to create and/or return the nexthop identifier. However, in situations when the nexthop already exists, and the nexthop-id is known, this call action is not expected."

Sound reasonable?

mike