RE: [pim] Some doubts about draft-ietf-pim-mib-v2-09?

"David McWalter" <DMcW@dataconnection.com> Tue, 27 February 2007 10:58 UTC

Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1HM02h-0004C1-Jv; Tue, 27 Feb 2007 05:58:47 -0500
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1HM02g-0004Bw-Oq for pim@ietf.org; Tue, 27 Feb 2007 05:58:46 -0500
Received: from smtp.dataconnection.com ([192.91.191.4] helo=enfismtp1.datcon.co.uk) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1HM02f-0002e8-P5 for pim@ietf.org; Tue, 27 Feb 2007 05:58:46 -0500
Received: from enfimail2.datcon.co.uk ([172.19.14.250]) by enfismtp1.datcon.co.uk with Microsoft SMTPSVC(6.0.3790.1830); Tue, 27 Feb 2007 10:58:40 +0000
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Subject: RE: [pim] Some doubts about draft-ietf-pim-mib-v2-09?
Date: Tue, 27 Feb 2007 10:58:39 -0000
Message-ID: <8AC1AD08D396174DBC4E6D44EFACCFB102BC7995@enfimail2.datcon.co.uk>
In-Reply-To: <000301c75a5b$ff62b050$df010264@china.huawei.com>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: [pim] Some doubts about draft-ietf-pim-mib-v2-09?
Thread-Index: AcdaW/6yA3v+mFGDRaqMdD3/KBTHkQAASQNw
From: David McWalter <DMcW@dataconnection.com>
To: Su Haiyang <suhaiyang@huawei.com>
X-OriginalArrivalTime: 27 Feb 2007 10:58:40.0698 (UTC) FILETIME=[3D67B1A0:01C75A5E]
X-Spam-Score: 0.1 (/)
X-Scan-Signature: d465bee15753def7c258f355435bdf03
Cc: pim@ietf.org
X-BeenThere: pim@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Protocol Independent Multicast <pim.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/pim>, <mailto:pim-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:pim@ietf.org>
List-Help: <mailto:pim-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/pim>, <mailto:pim-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1857725271=="
Errors-To: pim-bounces@ietf.org

Hi Su.
 
                1. What's the purpose of  pimGroupMappingPrecedence item? Is it only used in mapping a group prefix to a static rp?
[DMcW] If more than one RP could be used for a group, the pimGroupMappingPrecedence chooses between them.

                2. If there are static RP (embedded RP added in IPv6 multicast), BSR-RP, or some other dynamic RP mechanism like CISCO's private AutoRP, 

willing to sever a group/prefix, How to choose the unique RP?

[DMcW] Each willing RP has a pimGroupMappingEntry row.  The one with the lowest numerical pimGroupMappingPrecedence is chosen.

                3. Why the pimGroupMappingPrecedence appear twice in the above words(row3 and row5)? Is there

                   any diffrence between this two rows? 

[DMcW] You're right, 3 and 5 say the same thing.  I think 5 has no effect, and should be deleted.
 
Hope that helps,
David McWalter.
 
-----Original Message-----
From: Su Haiyang [mailto:suhaiyang@huawei.com]
Sent: 27 February 2007 10:43
To: suhaiyang@huawei.com
Cc: pim@ietf.org
Subject: [pim] Some doubts about draft-ietf-pim-mib-v2-09?



Hi,

   I have some doubts about The PIM Group Mapping Table defined at draft draft-ietf-pim-mib-v2-09

I will appreciate your help if someone can give answer about the following doubts

   in page 66 of draft-ietf-pim-mib-v2-09, there are some words as bellow:

   

            Given the collection of rows in this table at any point in

            time, the PIM mode and RP address to use for a particular

            group is determined using the following algorithm.

 

            1. From the set of all rows, the subset whose group prefix

               contains the group in question are selected.

 

            2. If there are no such rows, the behavior is undefined.

 

            3. If there is at least one such row, from the selected

               subset of rows, the subset that have the lowest value

               of pimGroupMappingPrecedence are selected.

 

            4. From the selected subset of rows, the subset that have

               the greatest value of pimGroupMappingGrpPrefixLength are

               selected.

 

            5. If there are multiple selected rows, the subset that have

               the highest precedence (the lowest numerical value for

               pimGroupMappingPrecedence) are selected.

 

            6. If there are multiple selected rows, the row selected is

               implementation dependent; the implementation might or

               might not apply the PIM hash function to select the row.

 

            7. The group mode to use is given by the value of

               pimGroupMappingPimMode from the single selected row; the

               RP to use is given by the value of

               pimGroupMappingRPAddress, unless pimGroupMappingOrigin is

               'embedded', in which case the RP is extracted from the

               group address in question."

 

 I don't understand these words totally:

                1. What's the purpose of  pimGroupMappingPrecedence item? Is it only used in mapping a group prefix to a static rp?

                2. If there are static RP (embedded RP added in IPv6 multicast), BSR-RP, or some other dynamic RP mechanism like CISCO's private AutoRP, 

willing to sever a group/prefix, How to choose the unique RP?

                3. Why the pimGroupMappingPrecedence appear twice in the above words(row3 and row5)? Is there

                   any diffrence between this two rows? 

Best Regards

Steven Su

 

_______________________________________________
pim mailing list
pim@ietf.org
https://www1.ietf.org/mailman/listinfo/pim