[trill] RPF entries..RFC 6325 section 4.5.2

gururam m <mgururam@gmail.com> Tue, 22 May 2012 10:11 UTC

Return-Path: <mgururam@gmail.com>
X-Original-To: trill@ietfa.amsl.com
Delivered-To: trill@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 105DA21F8552 for <trill@ietfa.amsl.com>; Tue, 22 May 2012 03:11:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.998
X-Spam-Level:
X-Spam-Status: No, score=-3.998 tagged_above=-999 required=5 tests=[BAYES_50=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T+VvMG1a-0Qd for <trill@ietfa.amsl.com>; Tue, 22 May 2012 03:11:02 -0700 (PDT)
Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by ietfa.amsl.com (Postfix) with ESMTP id 96BFE21F854D for <trill@ietf.org>; Tue, 22 May 2012 03:11:02 -0700 (PDT)
Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by boreas.isi.edu (8.13.8/8.13.8) with ESMTP id q4MAAWqI017055 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for <rbridge@postel.org>; Tue, 22 May 2012 03:10:42 -0700 (PDT)
Received: by wibhm6 with SMTP id hm6so3562737wib.3 for <rbridge@postel.org>; Tue, 22 May 2012 03:10:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=WZK8SEhFLkXA2QSf2kNOV+JZgAtnMeAn07vlonKHPa0=; b=xCfjXTdGWlxge6DYOAdsa67r0u+7TGIPuWi832s4QprdFhUzd+WUh8k/4oH4VmW6om cxoTWikoMLmD6uIVqCpJ+nKsOMHjufGLVCPhpnwBHOEG+6CFOCNhOVOq4BOvy7DcxWXO cNQaDkTmPTGl66kuHR9t0P4A8dZ2LtG+9iWd7BArG4jLlPUtDkINjNWVzfwCgjhIQlyN 2nR81A0hAMk+t5+inMGodjNYs7DbPO/j1dfbPyDyHK8dMqn71UOVrV4L6nb4flQj/mA7 +U/DPOlGMtdb1Vk7ZWtv5lF+Bx8XV9qL56yjRTdHBSmEGSk7viORsnj9hgc7gFCtpRCn k9qg==
MIME-Version: 1.0
Received: by 10.180.107.99 with SMTP id hb3mr33748036wib.0.1337681431883; Tue, 22 May 2012 03:10:31 -0700 (PDT)
Received: by 10.223.7.24 with HTTP; Tue, 22 May 2012 03:10:31 -0700 (PDT)
Date: Tue, 22 May 2012 15:40:31 +0530
Message-ID: <CADaSLpX_fH8m1YbimTsxgPTm_5EUH+yjkf8VPvkDdK4qU8U+dQ@mail.gmail.com>
From: gururam m <mgururam@gmail.com>
To: rbridge@postel.org
Content-Type: multipart/alternative; boundary="e89a8f23558191ede404c09d3acf"
X-ISI-4-43-8-MailScanner: Found to be clean
X-MailScanner-From: mgururam@gmail.com
Subject: [trill] RPF entries..RFC 6325 section 4.5.2
X-BeenThere: trill@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "Developing a hybrid router/bridge." <trill.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/trill>, <mailto:trill-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/trill>
List-Post: <mailto:trill@ietf.org>
List-Help: <mailto:trill-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/trill>, <mailto:trill-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 22 May 2012 10:11:03 -0000

Hi,
      I have a query related to the RPF check from RFC 6325.

Let us say a TRILL domain setup has about 6 RBridges each with a single
nickname and 6 multicast trees are computed by each RBridge in the TRILL
domain and the trill domain setup is as shown below.

RB1-------RB2--------RB3
  |             |              |
  |             |              |
  RB4------RB5----------RB6

As per my understanding each RB will have RPF entries that are equal to the
ingress interfaces on that RB. For e.g RB1 has two interfaces hence it has
two RPF entries and RB2,RB5 will have 3 RPF entries since it has 3
interfaces or to state the number of RPF entries on each RBridges depends
on the number of ports that are part of the multicast trees on that
particular RBridge.

Please correct me if my understanding is not correct.

Regards
Ram