[Pce] [Errata Verified] RFC7420 (4673)

RFC Errata System <rfc-editor@rfc-editor.org> Tue, 12 July 2016 23:00 UTC

Return-Path: <wwwrun@rfc-editor.org>
X-Original-To: pce@ietfa.amsl.com
Delivered-To: pce@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 251A012DA8B; Tue, 12 Jul 2016 16:00:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -103.889
X-Spam-Level:
X-Spam-Status: No, score=-103.889 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-1.287, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] 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 YUiOtXOk7e5n; Tue, 12 Jul 2016 16:00:37 -0700 (PDT)
Received: from rfc-editor.org (rfc-editor.org [4.31.198.49]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D8CFC12D52C; Tue, 12 Jul 2016 16:00:37 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30) id C2D71B80F06; Tue, 12 Jul 2016 16:00:37 -0700 (PDT)
To: mahendrasingh@huawei.com, kkoushik@brocade.com, emile.stephan@orange.com, qzhao@huawei.com, daniel@olddog.co.uk, jonathan.hardwick@metaswitch.com
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Message-Id: <20160712230037.C2D71B80F06@rfc-editor.org>
Date: Tue, 12 Jul 2016 16:00:37 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/pce/FjQejyFD-Z1HgimIokfwHW_3Zm0>
X-Mailman-Approved-At: Wed, 13 Jul 2016 00:39:45 -0700
Cc: pce@ietf.org, iesg@ietf.org, rfc-editor@rfc-editor.org
Subject: [Pce] [Errata Verified] RFC7420 (4673)
X-BeenThere: pce@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: Path Computation Element <pce.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/pce>, <mailto:pce-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/pce/>
List-Post: <mailto:pce@ietf.org>
List-Help: <mailto:pce-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/pce>, <mailto:pce-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 12 Jul 2016 23:00:39 -0000

The following errata report has been verified for RFC7420,
"Path Computation Element Communication Protocol (PCEP) Management Information Base (MIB) Module". 

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata_search.php?rfc=7420&eid=4673

--------------------------------------
Status: Verified
Type: Technical

Reported by: Mahendra Singh Negi <mahendrasingh@huawei.com>
Date Reported: 2016-04-20
Verified by: Deborah Brungard (IESG)

Section: 4.1

Original Text
-------------
pcePcepSessState OBJECT-TYPE
       SYNTAX      INTEGER {
                      tcpPending(1),
                      openWait(2),
                      keepWait(3),
                      sessionUp(4)
                   }
       MAX-ACCESS  read-only
       STATUS      current
       DESCRIPTION
           "The current state of the session.

            The set of possible states excludes the idle state since
            entries do not exist in this table in the idle state."
       ::= { pcePcepSessEntry 3 }

Corrected Text
--------------
pcePcepSessState OBJECT-TYPE
       SYNTAX      INTEGER {
		      idle(0),
                      tcpPending(1),
                      openWait(2),
                      keepWait(3),
                      sessionUp(4)
                   }
       MAX-ACCESS  read-only
       STATUS      current
       DESCRIPTION
           "The current state of the session."
       ::= { pcePcepSessEntry 3 }	

Notes
-----
As per security consideration, if PCE needs to allow incomming connections from only known PCCs. 
Source addresses of PCCs are configured on PCE. If PCEP session on PCE goes down with configured PCCs. 
PCE needs to raise notification pcePcepSessDown (i.e. details mentioned below).
Issue is whiling sending the notification pcePcepSessDown, as session state (pcePcepSessState) defined in RFC doesn't include idle state.
I suggest to include idle(0) state for pcePcepSessState. 
 

   pcePcepSessDown NOTIFICATION-TYPE
       OBJECTS     {
                      pcePcepSessState,
                      pcePcepSessStateLastChange
                   }
       STATUS      current
       DESCRIPTION
           "This notification is sent when the value of
            pcePcepSessState leaves the sessionUp state."
       ::= { pcePcepNotifications 2 }

--------------------------------------
RFC7420 (draft-ietf-pce-pcep-mib-11)
--------------------------------------
Title               : Path Computation Element Communication Protocol (PCEP) Management Information Base (MIB) Module
Publication Date    : December 2014
Author(s)           : A. Koushik, E. Stephan, Q. Zhao, D. King, J. Hardwick
Category            : PROPOSED STANDARD
Source              : Path Computation Element
Area                : Routing
Stream              : IETF
Verifying Party     : IESG