Re: [mpls] I-D Action:draft-ietf-mpls-p2mp-te-mib-08.txt

Nic Neate <Nic.Neate@dataconnection.com> Wed, 11 March 2009 15:21 UTC

Return-Path: <Nic.Neate@dataconnection.com>
X-Original-To: mpls@core3.amsl.com
Delivered-To: mpls@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id A44E528C1E4 for <mpls@core3.amsl.com>; Wed, 11 Mar 2009 08:21:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
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 oyI393bduhBo for <mpls@core3.amsl.com>; Wed, 11 Mar 2009 08:21:38 -0700 (PDT)
Received: from enfiets2.dataconnection.com (enfiets2.dataconnection.com [192.91.191.39]) by core3.amsl.com (Postfix) with ESMTP id 31BFE28C205 for <mpls@ietf.org>; Wed, 11 Mar 2009 08:21:38 -0700 (PDT)
Received: from ENFIMBOX1.ad.datcon.co.uk (172.18.10.27) by enfiets2.dataconnection.com (172.18.4.22) with Microsoft SMTP Server (TLS) id 8.1.340.0; Wed, 11 Mar 2009 15:24:33 +0000
Received: from ENFIMBOX1.ad.datcon.co.uk ([172.18.10.27]) by ENFIMBOX1.ad.datcon.co.uk ([172.18.10.27]) with mapi; Wed, 11 Mar 2009 15:22:13 +0000
From: Nic Neate <Nic.Neate@dataconnection.com>
To: "mpls@ietf.org" <mpls@ietf.org>
Date: Wed, 11 Mar 2009 15:22:12 +0000
Thread-Topic: [mpls] I-D Action:draft-ietf-mpls-p2mp-te-mib-08.txt
Thread-Index: AcmgO/7m0RVi5v7xQumxFe9TayxyjgCIRKmw
Message-ID: <11DE3EEC54A8A44EAD99D8C0D3FD72076771D92918@ENFIMBOX1.ad.datcon.co.uk>
References: <20090308221501.882763A67D0@core3.amsl.com> <255065F958D7424594162CFFA82B83C6@your029b8cecfe>
In-Reply-To: <255065F958D7424594162CFFA82B83C6@your029b8cecfe>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [mpls] I-D Action:draft-ietf-mpls-p2mp-te-mib-08.txt
X-BeenThere: mpls@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Multi-Protocol Label Switching WG <mpls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/mpls>, <mailto:mpls-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mpls>
List-Post: <mailto:mpls@ietf.org>
List-Help: <mailto:mpls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mpls>, <mailto:mpls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 11 Mar 2009 15:21:39 -0000

Hi Adrian,

Thanks for making these changes.

One final comment from me: I think there's a typo in the example text in section 5.1 (http://tools.ietf.org/html/draft-ietf-mpls-p2mp-te-mib-08#page-18), describing configuration of the sub-group IDs in the mplsTeP2mpTunnelDestTable.

You have the source (incoming) sub-group ID being set and the destination (outgoing) sub-group ID left as 0 for the first mplsTeP2mpTunnelDestTable row, and both being set for the second row.  I think the source sub-group ID should be left 0 for both rows, and the destination sub-group ID should be set for both rows.

Suggested text:

   Step 5 - Create the destinations for the P2MP LSP tunnel

     In mplsTeP2mpTunnelDestTable define as follows:

     {
>      mplsTeP2mpTunnelDestSrcSubGroupOriginType = unknown(0),
>      mplsTeP2mpTunnelDestSrcSubGroupOrigin     = "",
>      mplsTeP2mpTunnelDestSrcSubGroupID         = 0,
>      mplsTeP2mpTunnelDestSubGroupOriginType    = ipv4(1),
>      mplsTeP2mpTunnelDestSubGroupOrigin        = "192.0.2.1",
>      mplsTeP2mpTunnelDestSubGroupID            = 132,
       mplsTeP2mpTunnelDestDestinationType       = ipv4(1),
       mplsTeP2mpTunnelDestDestination           = "192.0.2.65",
       mplsTeP2mpTunnelDestHopTableIndex         = 1,
       mplsTeP2mpTunnelDestPathInUse             = 1,
       mplsTeP2mpTunnelDestAdminStatus           = up(1),
       mplsTeP2mpTunnelDestRowStatus             = createAndGo(4)
     }

     {
>      mplsTeP2mpTunnelDestSrcSubGroupOriginType = unknown(0),
>      mplsTeP2mpTunnelDestSrcSubGroupOrigin     = "",
>      mplsTeP2mpTunnelDestSrcSubGroupID         = 0,
       mplsTeP2mpTunnelDestSubGroupOriginType    = ipv4(1),
       mplsTeP2mpTunnelDestSubGroupOrigin        = "192.0.2.1",
       mplsTeP2mpTunnelDestSubGroupID            = 132,
       mplsTeP2mpTunnelDestDestinationType       = ipv4(1),
       mplsTeP2mpTunnelDestDestination           = "192.0.2.66",
       mplsTeP2mpTunnelDestHopTableIndex         = 2,
       mplsTeP2mpTunnelDestPathInUse             = 1,
       mplsTeP2mpTunnelDestAdminStatus           = up(1),
       mplsTeP2mpTunnelDestRowStatus             = createAndGo(4)
     }

Nic

-----Original Message-----
From: mpls-bounces@ietf.org [mailto:mpls-bounces@ietf.org] On Behalf Of Adrian Farrel
Sent: 08 March 2009 22:20
To: Loa Andersson; George Swallow
Cc: Ross Callon; mpls@ietf.org
Subject: Re: [mpls] I-D Action:draft-ietf-mpls-p2mp-te-mib-08.txt

Hi,

Finally this I-D has been updated to fix the issues raised by Nic Neate.

You may recall that the issues were raised after the I-D had completed WG last call and gone to Ross for evaluation. The issues were, nonetheless, valid and needed to be fixed.

A summary of the changes is provided in Section 0 of the I-D, and details may be found by running RFCdiff.

We leave it to the WG chairs to determine whether a further WG last call is needed.

Thanks,
Adrian
----- Original Message -----
From: <Internet-Drafts@ietf.org>
To: <i-d-announce@ietf.org>
Cc: <mpls@ietf.org>
Sent: Sunday, March 08, 2009 10:15 PM
Subject: I-D Action:draft-ietf-mpls-p2mp-te-mib-08.txt


>A New Internet-Draft is available from the on-line Internet-Drafts 
>directories.
> This draft is a work item of the Multiprotocol Label Switching Working 
> Group of the IETF.
>
>
> Title           : Point-to-Multipoint Multiprotocol Label Switching (MPLS) 
> Traffic Engineering (TE) Management Information Base (MIB) module
> Author(s)       : A. Farrel, et al.
> Filename        : draft-ietf-mpls-p2mp-te-mib-08.txt
> Pages           : 62
> Date            : 2009-03-08
>
> This memo defines a portion of the Management Information Base
> for use with network management protocols in the Internet community.
> In particular, it describes managed objects for point-to-multipoint
> (P2MP) Multiprotocol Label Switching (MPLS) based traffic engineering
> (TE).
>
> The MIB module defined in this document is applicable to P2MP MPLS-TE
> by extensions to the MPLS-TE MIB module defined in RFC 3812. It is
> equally applicable to P2MP Generalized MPLS (GMPLS) in association
> with the GMPLS TE MIB module defined in RFC 4802.
>
> A URL for this Internet-Draft is:
> http://www.ietf.org/internet-drafts/draft-ietf-mpls-p2mp-te-mib-08.txt 


_______________________________________________
mpls mailing list
mpls@ietf.org
https://www.ietf.org/mailman/listinfo/mpls