[yang-doctors] Yangdoctors early review of draft-ietf-ippm-stamp-yang-01

Mahesh Jethanandani <mjethanandani@gmail.com> Mon, 23 April 2018 05:14 UTC

Return-Path: <mjethanandani@gmail.com>
X-Original-To: yang-doctors@ietf.org
Delivered-To: yang-doctors@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id A74BE1273E2; Sun, 22 Apr 2018 22:14:51 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: Mahesh Jethanandani <mjethanandani@gmail.com>
To: yang-doctors@ietf.org
Cc: ippm@ietf.org, ietf@ietf.org, draft-ietf-ippm-stamp-yang.all@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.78.0
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <152446049164.5364.2499773245937974551@ietfa.amsl.com>
Date: Sun, 22 Apr 2018 22:14:51 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/yang-doctors/COcwvdEcy6AKJ7ydE8TaDkLd-N0>
Subject: [yang-doctors] Yangdoctors early review of draft-ietf-ippm-stamp-yang-01
X-BeenThere: yang-doctors@ietf.org
X-Mailman-Version: 2.1.22
List-Id: Email list of the yang-doctors directorate <yang-doctors.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/yang-doctors>, <mailto:yang-doctors-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/yang-doctors/>
List-Post: <mailto:yang-doctors@ietf.org>
List-Help: <mailto:yang-doctors-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/yang-doctors>, <mailto:yang-doctors-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Apr 2018 05:14:52 -0000

Reviewer: Mahesh Jethanandani
Review result: Not Ready

Document reviewed: draft-ietf-stamp-yang-01

Status: Not ready.

Summary:

This document specifies the data model for implementations of Session-Sender
and Session-Reflector for Simple Two-way Active Measurement Protocol (STAMP)
mode using YANG.

Minor

- Please update references of RFC6020 with RFC7950, as this is a YANG 1.1 model.
- Please add a separate paragraph or section of notes to the RFC editor,
instead of scattering it across the document. RFC Editors appreciate not having
to look for instructions all over the document. - Also what does “ref to STAMP
draft” imply? This draft, some other draft, or RFC? - Please update references
to NMDA architecture document.

Major:

If the data model is for STAMP, how is that RFC (or I-D) not referenced
anywhere in the model? At the minimum most of data nodes should have references
to the sections that describe them in the STAMP RFC.

Please fix indentation issues in the model. I see use of 1 space, 2 spaces, 4
spaces and even 8 spaces in the model. It makes reading of the model very
difficult.

If statements carry into a subsequent line, consider indenting the second line.

s/stamp/STAMP/g

This document is NOT NMDA compliant. The whole idea of NMDA is that you do not
need a separate -state container. NDMA does not advocate having a separate
container with exactly the same nodes from config. An example is the nodes
‘packet-padding-size’ and ‘interval’, which are duplicated in both the config
and -state container. On the other hand ‘duplicate-packets’ and
‘reordered-packets’ make sense. Once the duplicate nodes have been removed,
rather than calling the container stamp-state, call it stamp-statistics, or
something else that does not imply the same meaning as pre-NMDA models
containers did.

Section 2.1

- The draft says it “describes all the parameters of the stamp data model.” I
do not think you are describing the parameters of the STAMP data model. What
you are describing is the block diagram (Fig 1) or the containers within the
model, not the individual parameters.

Section 2.1.1

Once the -state container has been updated/removed, update the second paragraph.

s/referenced by session-id STAMP/referenced session by the session-id of the
STAMP/

Section 3

I am not sure on the use of MAY. Is it that the use of IP and UDP port is
sufficient? If so, when it is okay? There is also a use of ‘may’ w.r.t. to
STAMP test sessions. How are the two mays related?

Finally, even if one was to use 5-tuple as a key, which includes a DSCP value
that can be remarked, how would one uniquely identify a session?

Section 3.1

Please add a informative reference to the Tree Diagram RFC.

Section 3.2

Please add references to any RFCs referenced in the model up front, before the
model.

Remove the comment “//namespace need to be assigned by IANA”. Instead update
the IANA section with the information of what namespace needs to be assigned.

Could a shorter prefix be used, e.g. “stamp”?

For reference to RFC 6991 and 8177, please add the title of those RFCs.

For contact, please add the name of individual authors instead of using a
mailing list, per Section 4.8 of rfc6087bis.

The description is very sparse. Consider adding more text. Also the document is
missing the IETF Copyright statement, per section 4.8 of rfc6087bis.

The revision statement should say something like “Initial version” instead of
00, as those numbers are not relevant once the document is published. Also
consider replacing “” for the reference statement with something like “RFC
XXXX: STAMP Data Model”, and have a note of the RFC editor to replace XXXX with
the assigned RFC number.

Consider updating descriptions for each leaf. A description “Packets received”
for ‘rcv-packets’ is not descriptive. Also add references to sections in the
STAMP RFC.

Why is there a need for feature statements for ‘session-sender’ and
‘session-reflector’. Would there be a case that a customer would configure a
‘session-reflector’ without a ‘session-sender’ or vice-versa?

What is ’type enable’? Did the authors mean ‘type boolean”?

Would it not be simpler to have ‘number-of-packets’ or ‘repeat’ as a choice
statement, where the choice is between a set number of test packets or
‘forever’? Same for the other union statements.

Consider using ‘derived-from’ or ‘derived-from-or-self’ in when statements,
instead of a string comparison.